[csw-devel] SF.net SVN: gar:[9089] csw/mgar/pkg/Makefile
wahwah at users.sourceforge.net
wahwah at users.sourceforge.net
Thu Mar 11 09:34:46 CET 2010
Revision: 9089
http://gar.svn.sourceforge.net/gar/?rev=9089&view=rev
Author: wahwah
Date: 2010-03-11 08:34:46 +0000 (Thu, 11 Mar 2010)
Log Message:
-----------
gmake newpkg-%: Adding the Id tag and setting the Id property by default.
Modified Paths:
--------------
csw/mgar/pkg/Makefile
Modified: csw/mgar/pkg/Makefile
===================================================================
--- csw/mgar/pkg/Makefile 2010-03-11 08:29:19 UTC (rev 9088)
+++ csw/mgar/pkg/Makefile 2010-03-11 08:34:46 UTC (rev 9089)
@@ -64,7 +64,8 @@
newpkg-%:
@svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
- @(echo "GARNAME = $*"; \
+ @(echo "# $$Id$$"; \
+ echo "GARNAME = $*"; \
echo "GARVERSION = 1.0"; \
echo "CATEGORIES = category"; \
echo ""; \
@@ -76,7 +77,7 @@
echo "MASTER_SITES = "; \
echo "DISTFILES = $$(GARNAME)-$$(GARVERSION).tar.gz"; \
echo ""; \
- echo "# We define upstream file regex so we can be notifed of new upstream software release"; \
+ echo "# File name regex to get notifications about upstream software releases"; \
echo "UFILES_REGEX = $$(GARNAME)-(\d+(?:\.\d+)*).tar.gz"; \
echo ""; \
echo "# If the url used to check for software update is different of MASTER_SITES, then "; \
@@ -89,6 +90,7 @@
) > $*/trunk/Makefile
@touch $*/trunk/checksums
@svn add $*/trunk/Makefile $*/trunk/checksums
+ @svn ps svn:keywords Id $*/trunk/Makefile
@echo "cookies\ndownload\nwork\n" | svn propset svn:ignore -F /dev/fd/0 $*/trunk
@echo "gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2" | svn propset svn:externals -F /dev/fd/0 $*/trunk
@if [ -d ../gar/v2 ]; then \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list