[csw-devel] SF.net SVN: gar:[2647] csw/mgar/pkg/ctags/trunk/Makefile
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Dec 18 00:56:46 CET 2008
Revision: 2647
http://gar.svn.sourceforge.net/gar/?rev=2647&view=rev
Author: wbonnet
Date: 2008-12-17 23:56:46 +0000 (Wed, 17 Dec 2008)
Log Message:
-----------
Fix UFILE_REGEX
Modified Paths:
--------------
csw/mgar/pkg/ctags/trunk/Makefile
Modified: csw/mgar/pkg/ctags/trunk/Makefile
===================================================================
--- csw/mgar/pkg/ctags/trunk/Makefile 2008-12-17 23:55:34 UTC (rev 2646)
+++ csw/mgar/pkg/ctags/trunk/Makefile 2008-12-17 23:56:46 UTC (rev 2647)
@@ -16,7 +16,9 @@
DISTFILES += CSWctags.gspec CSWctags.prototype
# 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)=6556
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
# Respect DESTDIR
PATCHFILES += install.diff
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