[csw-devel] SF.net SVN: gar:[2614] csw/mgar/pkg/sudo/trunk/Makefile
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Mon Dec 15 23:43:57 CET 2008
Revision: 2614
http://gar.svn.sourceforge.net/gar/?rev=2614&view=rev
Author: wbonnet
Date: 2008-12-15 22:43:57 +0000 (Mon, 15 Dec 2008)
Log Message:
-----------
Fix UFILE_REGEX
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:17:38 UTC (rev 2613)
+++ csw/mgar/pkg/sudo/trunk/Makefile 2008-12-15 22:43:57 UTC (rev 2614)
@@ -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+)*)(p\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.
More information about the devel
mailing list