[csw-devel] SF.net SVN: gar:[2641] csw/mgar/pkg/slrn/trunk/Makefile
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Dec 18 00:41:08 CET 2008
Revision: 2641
http://gar.svn.sourceforge.net/gar/?rev=2641&view=rev
Author: wbonnet
Date: 2008-12-17 23:41:08 +0000 (Wed, 17 Dec 2008)
Log Message:
-----------
Fix URL and regexp for uwatch
Modified Paths:
--------------
csw/mgar/pkg/slrn/trunk/Makefile
Modified: csw/mgar/pkg/slrn/trunk/Makefile
===================================================================
--- csw/mgar/pkg/slrn/trunk/Makefile 2008-12-17 23:40:05 UTC (rev 2640)
+++ csw/mgar/pkg/slrn/trunk/Makefile 2008-12-17 23:41:08 UTC (rev 2641)
@@ -19,7 +19,9 @@
DISTFILES += $(call admfiles,CSWslrn,prototype depend)
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=7768
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = $(GARNAME)-((\d+(?:\.\d+)*)(p\d+)?)
LD_OPTIONS = -R/opt/csw/lib/\$$ISALIST -R/opt/csw/lib
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