[csw-devel] SF.net SVN: gar:[3046] csw/mgar/pkg/pidgin/trunk/Makefile
harpchad at users.sourceforge.net
harpchad at users.sourceforge.net
Tue Feb 10 04:59:48 CET 2009
Revision: 3046
http://gar.svn.sourceforge.net/gar/?rev=3046&view=rev
Author: harpchad
Date: 2009-02-10 03:59:47 +0000 (Tue, 10 Feb 2009)
Log Message:
-----------
Add upstream check
Modified Paths:
--------------
csw/mgar/pkg/pidgin/trunk/Makefile
Modified: csw/mgar/pkg/pidgin/trunk/Makefile
===================================================================
--- csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-10 02:41:27 UTC (rev 3045)
+++ csw/mgar/pkg/pidgin/trunk/Makefile 2009-02-10 03:59:47 UTC (rev 3046)
@@ -7,7 +7,7 @@
Pidgin is a chat program which lets you log in to accounts on multiple chat networks simultaneously. This means that you can be chatting with friends on MSN, talking to a friend on Google Talk, and sitting in a Yahoo chat room all at the same time.
endef
-MASTER_SITES = $(SF_MIRROR)
+MASTER_SITES = $(SF_MIRRORS)
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
DISTFILES += x11.pc
DISTFILES += $(call admfiles,CSWpidgin,)
@@ -35,7 +35,8 @@
TEST_TARGET = check
# We define upstream file regex so we can be notifed of new upstream software release
-UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz
+UPSTREAM_USE_SF = 1
+UFILES_REGEX = (\d+(?:\.\d+)*)
EXTRA_MERGE_EXCLUDE_FILES = .*/perllocal.pod
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