[csw-devel] SF.net SVN: gar:[6092] csw/mgar/pkg

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sun Aug 23 23:50:46 CEST 2009


Revision: 6092
          http://gar.svn.sourceforge.net/gar/?rev=6092&view=rev
Author:   skayser
Date:     2009-08-23 21:50:45 +0000 (Sun, 23 Aug 2009)

Log Message:
-----------
Adjust newpkg-% target to prefill GARNAME

Modified Paths:
--------------
    csw/mgar/pkg/Makefile
    csw/mgar/pkg/x11/Makefile
    csw/mgar/pkg/xfce/Makefile

Modified: csw/mgar/pkg/Makefile
===================================================================
--- csw/mgar/pkg/Makefile	2009-08-23 21:28:31 UTC (rev 6091)
+++ csw/mgar/pkg/Makefile	2009-08-23 21:50:45 UTC (rev 6092)
@@ -57,7 +57,7 @@
 
 newpkg-%:
 	@svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
-	@(echo "GARNAME = package";                                     								\
+	@(echo "GARNAME = $*";                                     								\
 	echo "GARVERSION = 1.0";                                        								\
 	echo "CATEGORIES = category";                                   								\
 	echo "";                                                        								\

Modified: csw/mgar/pkg/x11/Makefile
===================================================================
--- csw/mgar/pkg/x11/Makefile	2009-08-23 21:28:31 UTC (rev 6091)
+++ csw/mgar/pkg/x11/Makefile	2009-08-23 21:50:45 UTC (rev 6092)
@@ -28,7 +28,7 @@
 
 newpkg-%:
 	@svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
-	@(echo "GARNAME = package";                                     \
+	@(echo "GARNAME = $*";                                     \
 	echo "GARVERSION = 1.0";                                        \
 	echo "CATEGORIES = category";                                   \
 	echo "";                                                        \

Modified: csw/mgar/pkg/xfce/Makefile
===================================================================
--- csw/mgar/pkg/xfce/Makefile	2009-08-23 21:28:31 UTC (rev 6091)
+++ csw/mgar/pkg/xfce/Makefile	2009-08-23 21:50:45 UTC (rev 6092)
@@ -28,7 +28,7 @@
 
 newpkg-%:
 	@svn mkdir $* $*/tags $*/branches $*/trunk $*/trunk/files
-	@(echo "GARNAME = package";                                     \
+	@(echo "GARNAME = $*";                                     \
 	echo "GARVERSION = 1.0";                                        \
 	echo "CATEGORIES = category";                                   \
 	echo "";                                                        \


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