[csw-devel] SF.net SVN: gar:[2541] csw/mgar/pkg/atk/trunk/Makefile

wbonnet at users.sourceforge.net wbonnet at users.sourceforge.net
Thu Dec 11 21:03:54 CET 2008


Revision: 2541
          http://gar.svn.sourceforge.net/gar/?rev=2541&view=rev
Author:   wbonnet
Date:     2008-12-11 20:03:54 +0000 (Thu, 11 Dec 2008)

Log Message:
-----------
Regexp modified to detect Path
This test is not 100% accurate since the url match a pattern upstream watch does not actually handle

Warning : this Makefile is incomplete and package is not produced

Modified Paths:
--------------
    csw/mgar/pkg/atk/trunk/Makefile

Modified: csw/mgar/pkg/atk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/atk/trunk/Makefile	2008-12-11 17:33:39 UTC (rev 2540)
+++ csw/mgar/pkg/atk/trunk/Makefile	2008-12-11 20:03:54 UTC (rev 2541)
@@ -11,11 +11,12 @@
   utilize all of the functionality of the GNOME user environment.
 endef
 
-MASTER_SITES = http://ftp.gnome.org/pub/gnome/sources/atk/1.6/
 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
+# UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
+UFILES_REGEX = (\d+(?:\.\d+)*)
+MASTER_SITES = http://ftp.gnome.org/pub/gnome/sources/atk/
 
 LIBDEPS += lib/glib2
 


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