From: Stephen Walker Date: Fri, 19 Mar 2010 04:50:26 +0000 (+0000) Subject: [packages] mtd-utils, icmptx, shell-fm, hasciicam: use $(PKG_REV) to store the commit id X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=217758d5cebcc021e038a5cbf47ee0a77cb463d6 [packages] mtd-utils, icmptx, shell-fm, hasciicam: use $(PKG_REV) to store the commit id SVN-Revision: 20295 --- diff --git a/multimedia/hasciicam/Makefile b/multimedia/hasciicam/Makefile index 18e5fd99f8..e0fd9c2b35 100644 --- a/multimedia/hasciicam/Makefile +++ b/multimedia/hasciicam/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=hasciicam +PKG_REV:=262f56eb307f9a0d4bee04d38e0adde7e4257d87 PKG_VERSION:=20080922 PKG_RELEASE:=1 @@ -15,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://git.dyne.org/$(PKG_NAME).git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=262f56eb307f9a0d4bee04d38e0adde7e4257d87 +PKG_SOURCE_VERSION:=$(PKG_REV) PKG_INSTALL:=1 diff --git a/net/icmptx/Makefile b/net/icmptx/Makefile index 67874f8d6b..7de522b82f 100644 --- a/net/icmptx/Makefile +++ b/net/icmptx/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=icmptx +PKG_REV:=33e0b826f99df290ee792f6aa587af273d674309 PKG_VERSION:=0.2 PKG_RELEASE:=1 @@ -15,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/jakkarth/icmptx.git -PKG_SOURCE_VERSION:=33e0b826f99df290ee792f6aa587af273d674309 +PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk diff --git a/sound/shell-fm/Makefile b/sound/shell-fm/Makefile index e1c74840bb..8fea1a1350 100644 --- a/sound/shell-fm/Makefile +++ b/sound/shell-fm/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=shell-fm +PKG_REV:=c274aa51b52185b289ac22f0cb95420a1c19868b PKG_VERSION:=0.7 PKG_RELEASE:=1 @@ -15,7 +16,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://github.com/jkramer/shell-fm.git -PKG_SOURCE_VERSION:=c274aa51b52185b289ac22f0cb95420a1c19868b +PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk diff --git a/utils/mtd-utils/Makefile b/utils/mtd-utils/Makefile index bd1815736e..098cc2a0a6 100644 --- a/utils/mtd-utils/Makefile +++ b/utils/mtd-utils/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,6 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtd-utils +PKG_REV:=a2d010f8fca904fffa3c6e5a5d148cc96a37a08a PKG_VERSION:=20090227 PKG_RELEASE:=1 PKG_INSTALL:=1 @@ -16,7 +17,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=git://git.infradead.org/mtd-utils.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=a2d010f8fca904fffa3c6e5a5d148cc96a37a08a +PKG_SOURCE_VERSION:=$(PKG_REV) include $(INCLUDE_DIR)/package.mk