Revision: 3599 http://gar.svn.sourceforge.net/gar/?rev=3599&view=rev Author: hson Date: 2009-03-05 23:32:41 +0000 (Thu, 05 Mar 2009)
Log Message: ----------- libiptcdata: Upstream check fix Modified Paths: -------------- csw/mgar/pkg/libiptcdata/trunk/Makefile Modified: csw/mgar/pkg/libiptcdata/trunk/Makefile =================================================================== --- csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-03-05 23:28:47 UTC (rev 3598) +++ csw/mgar/pkg/libiptcdata/trunk/Makefile 2009-03-05 23:32:41 UTC (rev 3599) @@ -10,7 +10,7 @@ viewing, modifying, and saving this metadata. endef -MASTER_SITES += $(SF_MIRRORS) +MASTER_SITES = $(SF_MIRRORS) DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz SPKG_SOURCEURL = http://libiptcdata.sourceforge.net @@ -20,7 +20,9 @@ REQUIRED_PKGS = CSWggettextrt CSWiconv # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +UPSTREAM_MASTER_SITES = $(SF_PROJECT_SHOWFILE)=130582 +UPSTREAM_USE_SF = 1 +UFILES_REGEX = (\d+(?:\.\d+)*) # If the url used to check for software update is different of MASTER_SITES, then # uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. _______________________________________________ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel