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

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Thu Dec 18 00:48:53 CET 2008


Revision: 2642
          http://gar.svn.sourceforge.net/gar/?rev=2642&view=rev
Author:   wbonnet
Date:     2008-12-17 23:48:53 +0000 (Wed, 17 Dec 2008)

Log Message:
-----------
Fix UFILE_REGEX

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

Modified: csw/mgar/pkg/asciidoc/trunk/Makefile
===================================================================
--- csw/mgar/pkg/asciidoc/trunk/Makefile	2008-12-17 23:41:08 UTC (rev 2641)
+++ csw/mgar/pkg/asciidoc/trunk/Makefile	2008-12-17 23:48:53 UTC (rev 2642)
@@ -23,7 +23,9 @@
 PREREQUISITE_PKGS = CSWautoconf
 
 # 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)=67797
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
 
 CONFIGURE_ARGS = $(DIRPATHS)
 


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