[csw-devel] SF.net SVN: gar:[2662] csw/mgar/pkg/expat/trunk/Makefile

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Thu Dec 18 22:24:10 CET 2008


Revision: 2662
          http://gar.svn.sourceforge.net/gar/?rev=2662&view=rev
Author:   wbonnet
Date:     2008-12-18 21:24:09 +0000 (Thu, 18 Dec 2008)

Log Message:
-----------
fix UFILE_REGEXP

Modified Paths:
--------------
    csw/mgar/pkg/expat/trunk/Makefile

Modified: csw/mgar/pkg/expat/trunk/Makefile
===================================================================
--- csw/mgar/pkg/expat/trunk/Makefile	2008-12-18 21:07:42 UTC (rev 2661)
+++ csw/mgar/pkg/expat/trunk/Makefile	2008-12-18 21:24:09 UTC (rev 2662)
@@ -15,7 +15,9 @@
 DISTFILES += $(call admfiles,CSWexpat-devel,depend prototype)
 
 # We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=10127
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
 
 # Compatibility libraries
 EXTLIBS   += libexpat.so.0.4.0


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