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

bdwalton at users.sourceforge.net bdwalton at users.sourceforge.net
Sun Feb 20 22:04:03 CET 2011


Revision: 13420
          http://gar.svn.sourceforge.net/gar/?rev=13420&view=rev
Author:   bdwalton
Date:     2011-02-20 21:04:03 +0000 (Sun, 20 Feb 2011)

Log Message:
-----------
comment out the UFILES_REGEX in the standard and x11 newpkg templates (there may be more to fine still)

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

Modified: csw/mgar/pkg/Makefile
===================================================================
--- csw/mgar/pkg/Makefile	2011-02-20 19:17:33 UTC (rev 13419)
+++ csw/mgar/pkg/Makefile	2011-02-20 21:04:03 UTC (rev 13420)
@@ -82,8 +82,10 @@
 	echo "MASTER_SITES = ";                                         								\
 	echo "DISTFILES  = $$(DISTNAME).tar.gz";          								\
 	echo "";                                                        								\
-	echo "# File name regex to get notifications about upstream software releases";  	\
-	echo "UFILES_REGEX = $$(NAME)-(\d+(?:\.\d+)*).tar.gz";										\
+	echo "# File name regex to get notifications about upstream software releases"; \
+	echo "# NOTE: Use this only if the automatic regex creation"; \
+	echo "#       does not work for your package";	\
+	echo "# UFILES_REGEX = $$(NAME)-(\d+(?:\.\d+)*).tar.gz";										\
 	echo "";                                                        								\
 	echo "# If the url used to check for software update is different of MASTER_SITES, then ";   	\
 	echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; 	\

Modified: csw/mgar/pkg/x11/Makefile
===================================================================
--- csw/mgar/pkg/x11/Makefile	2011-02-20 19:17:33 UTC (rev 13419)
+++ csw/mgar/pkg/x11/Makefile	2011-02-20 21:04:03 UTC (rev 13420)
@@ -41,7 +41,8 @@
 	echo "DISTFILES  = $$(NAME)-$$(VERSION).tar.gz";          \
 	echo "";                                                        								\
 	echo "# We define upstream file regex so we can be notifed of new upstream software release";  	\
-	echo "UFILES_REGEX = $$(NAME)-(\d+(?:\.\d+)*).tar.gz";										\
+	echo "#       does not work for your package";	\
+	echo "# UFILES_REGEX = $$(NAME)-(\d+(?:\.\d+)*).tar.gz";	
 	echo "";                                                        								\
 	echo "# If the url used to check for software update is different of MASTER_SITES, then ";   	\
 	echo "# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES"; 	\


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