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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Thu Dec 11 08:15:13 CET 2008


Revision: 2522
          http://gar.svn.sourceforge.net/gar/?rev=2522&view=rev
Author:   dmichelsen
Date:     2008-12-11 07:15:12 +0000 (Thu, 11 Dec 2008)

Log Message:
-----------
pca: Fix upstream watch version regex

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

Modified: csw/mgar/pkg/pca/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pca/trunk/Makefile	2008-12-10 23:45:44 UTC (rev 2521)
+++ csw/mgar/pkg/pca/trunk/Makefile	2008-12-11 07:15:12 UTC (rev 2522)
@@ -18,7 +18,7 @@
 DISTFILES += $(call admfiles,CSWpca)
 
 # We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)
+UFILES_REGEX = $(GARNAME)-(\d{8}-\d{2})
 
 WORKSRC = $(WORKDIR)
 


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