[csw-devel] SF.net SVN: gar:[4378] csw/mgar/pkg/silvercity/trunk/Makefile
valholla at users.sourceforge.net
valholla at users.sourceforge.net
Fri Apr 17 22:37:55 CEST 2009
Revision: 4378
http://gar.svn.sourceforge.net/gar/?rev=4378&view=rev
Author: valholla
Date: 2009-04-17 20:37:55 +0000 (Fri, 17 Apr 2009)
Log Message:
-----------
fix upstream download url
Modified Paths:
--------------
csw/mgar/pkg/silvercity/trunk/Makefile
Modified: csw/mgar/pkg/silvercity/trunk/Makefile
===================================================================
--- csw/mgar/pkg/silvercity/trunk/Makefile 2009-04-17 20:30:05 UTC (rev 4377)
+++ csw/mgar/pkg/silvercity/trunk/Makefile 2009-04-17 20:37:55 UTC (rev 4378)
@@ -8,7 +8,8 @@
analysis for over 20 programming and markup langauges.
endef
-MASTER_SITES = $(SF_MIRROR)/silvercity/
+SF_PROJ = $(call TOLOWER,$(GARNAME))
+MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
PACKAGES = CSWsilvercity
@@ -16,11 +17,11 @@
CATALOGNAME_CSWsilvercity = silvercity
SPKG_DESC_CSWsilvercity = Lexical analysis package for Python
-# We define upstream file regex so we can be notifed of new upstream software release
-UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=45693
-UPSTREAM_USE_SF = 1
+# We define upstream file regex so we can be notifed of
+# new upstream software release
UFILES_REGEX = (\d+(?:\.\d+)*)
+NOISALIST = 1
CONFIGURE_SCRIPTS =
BUILD_SCRIPTS = $(WORKSRC)/setup.py
TEST_SCRIPTS =
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