Revision: 2613
          http://gar.svn.sourceforge.net/gar/?rev=2613&view=rev
Author:   wbonnet
Date:     2008-12-15 22:17:38 +0000 (Mon, 15 Dec 2008)

Log Message:
-----------
Fix UFILE REGEXP

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

Modified: csw/mgar/pkg/sudo/trunk/Makefile
===================================================================
--- csw/mgar/pkg/sudo/trunk/Makefile    2008-12-15 22:05:34 UTC (rev 2612)
+++ csw/mgar/pkg/sudo/trunk/Makefile    2008-12-15 22:17:38 UTC (rev 2613)
@@ -14,7 +14,7 @@
 DISTFILES  = $(GARNAME)-$(GARVERSION).tar.gz 
 
 # We define upstream file regex so we can be notifed of new upstream software 
release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*)(p\d+)?.tar.gz
 
 DISTFILES += CSWsudo.gspec CSWsudo.postinstall 
 DISTFILES += CSWsudo.prototype CSWsudo.depend


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.
_______________________________________________
devel mailing list
[email protected]
https://lists.opencsw.org/mailman/listinfo/devel

Reply via email to