[csw-devel] SF.net SVN: gar:[2665] csw/mgar/pkg/gaim/trunk/Makefile
wbonnet at users.sourceforge.net
wbonnet at users.sourceforge.net
Thu Dec 18 22:59:02 CET 2008
Revision: 2665
http://gar.svn.sourceforge.net/gar/?rev=2665&view=rev
Author: wbonnet
Date: 2008-12-18 21:59:02 +0000 (Thu, 18 Dec 2008)
Log Message:
-----------
Fix UFILE_REGEX
Modified Paths:
--------------
csw/mgar/pkg/gaim/trunk/Makefile
Modified: csw/mgar/pkg/gaim/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gaim/trunk/Makefile 2008-12-18 21:56:13 UTC (rev 2664)
+++ csw/mgar/pkg/gaim/trunk/Makefile 2008-12-18 21:59:02 UTC (rev 2665)
@@ -15,7 +15,9 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
# 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)=3157
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
ifneq ($(BUILD_XDEPS),0)
LIBDEPS = lib/libao
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