From patchwork Sun Oct 19 10:49:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Hadjinlian X-Patchwork-Id: 400756 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id C6FFA14008B for ; Sun, 19 Oct 2014 21:50:00 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 22802A1330; Sun, 19 Oct 2014 10:50:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id okBAOQ0rxIv3; Sun, 19 Oct 2014 10:49:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id A024BA15B2; Sun, 19 Oct 2014 10:49:58 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 898321C1E6B for ; Sun, 19 Oct 2014 10:49:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 85AAAA11BD for ; Sun, 19 Oct 2014 10:49:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id cIsj8BQ1BhKm for ; Sun, 19 Oct 2014 10:49:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f175.google.com (mail-wi0-f175.google.com [209.85.212.175]) by fraxinus.osuosl.org (Postfix) with ESMTPS id 085BA896AD for ; Sun, 19 Oct 2014 10:49:51 +0000 (UTC) Received: by mail-wi0-f175.google.com with SMTP id d1so5017999wiv.8 for ; Sun, 19 Oct 2014 03:49:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id; bh=zoY6iOoMHybqV4b1FFx1REKWoLkr5BGv8LD4rfQRikc=; b=u48XKavMMObFMVzf24nnS0pHmAhCEYIg40JEjJS5pWrpg3iwseNR8G26MSt1MczT8H uSz7Cye4y4Nw3su/nGFdW8VefHXpIpEiCUe/kpybAsqUqpN2go7agmMpBqq6HE7aSvsm hbYCNzP0nqWgIL4BPUh0B4b46Fbuf1rF2XbyIbewlkEKZ+YBQAY78cHoWhocLPqCLxP6 f3xPt6tHvLRA53+1kj8FbCDx1qiRN9YI1k4KLUpWKAdUmlyiQKbErqu4djg2JR68M2Jt LaKKQDO4Z4M/QoU+jEM/lwS7NQIKVeLmRu+DtURwNfWxw60v8YVkfYLNf/JPb7Tl/ixz k0gw== X-Received: by 10.194.61.51 with SMTP id m19mr24471118wjr.15.1413715790389; Sun, 19 Oct 2014 03:49:50 -0700 (PDT) Received: from localhost.localdomain (13-105-190-109.dsl.ovh.fr. [109.190.105.13]) by mx.google.com with ESMTPSA id d3sm5710087wix.5.2014.10.19.03.49.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sun, 19 Oct 2014 03:49:49 -0700 (PDT) From: Maxime Hadjinlian To: buildroot@buildroot.org Date: Sun, 19 Oct 2014 12:49:43 +0200 Message-Id: <1413715784-17421-1-git-send-email-maxime.hadjinlian@gmail.com> X-Mailer: git-send-email 2.1.1 Subject: [Buildroot] [PATCH 1/2] packages: VERSION should reflect tag name X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" As stated in the manual, for the github helper, the VERSION should value either a tag or a full commit ID. Signed-off-by: Maxime Hadjinlian --- package/bmon/bmon.mk | 4 ++-- package/geoip/geoip.mk | 4 ++-- package/lxc/lxc.mk | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package/bmon/bmon.mk b/package/bmon/bmon.mk index d4c7a49..dc00d82 100644 --- a/package/bmon/bmon.mk +++ b/package/bmon/bmon.mk @@ -4,8 +4,8 @@ # ################################################################################ -BMON_VERSION = 3.2 -BMON_SITE = $(call github,tgraf,bmon,v$(BMON_VERSION)) +BMON_VERSION = v3.2 +BMON_SITE = $(call github,tgraf,bmon,$(BMON_VERSION)) # configure not shipped BMON_AUTORECONF = YES BMON_DEPENDENCIES = host-pkgconf libconfuse libnl ncurses diff --git a/package/geoip/geoip.mk b/package/geoip/geoip.mk index bbfa014..869cc5e 100644 --- a/package/geoip/geoip.mk +++ b/package/geoip/geoip.mk @@ -4,9 +4,9 @@ # ################################################################################ -GEOIP_VERSION = 1.6.0 +GEOIP_VERSION = v1.6.0 GEOIP_SOURCE = GeoIP-$(GEOIP_VERSION).tar.gz -GEOIP_SITE = $(call github,maxmind,geoip-api-c,v$(GEOIP_VERSION)) +GEOIP_SITE = $(call github,maxmind,geoip-api-c,$(GEOIP_VERSION)) GEOIP_AUTORECONF = YES GEOIP_INSTALL_STAGING = YES GEOIP_LICENSE = LGPLv2.1+ diff --git a/package/lxc/lxc.mk b/package/lxc/lxc.mk index 38bda7e..953df13 100644 --- a/package/lxc/lxc.mk +++ b/package/lxc/lxc.mk @@ -4,8 +4,8 @@ # ################################################################################ -LXC_VERSION = 1.0.4 -LXC_SITE = $(call github,lxc,lxc,lxc-$(LXC_VERSION)) +LXC_VERSION = lxc-1.0.4 +LXC_SITE = $(call github,lxc,lxc,$(LXC_VERSION)) LXC_LICENSE = LGPLv2.1+ LXC_LICENSE_FILES = COPYING LXC_DEPENDENCIES = libcap host-pkgconf