[csw-devel] SF.net SVN: gar:[6429] csw/mgar/pkg/x11/glproto/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Wed Sep 23 12:45:14 CEST 2009
Revision: 6429
http://gar.svn.sourceforge.net/gar/?rev=6429&view=rev
Author: dmichelsen
Date: 2009-09-23 10:45:13 +0000 (Wed, 23 Sep 2009)
Log Message:
-----------
x11/glproto: Fix upstream regex
Modified Paths:
--------------
csw/mgar/pkg/x11/glproto/trunk/Makefile
Modified: csw/mgar/pkg/x11/glproto/trunk/Makefile
===================================================================
--- csw/mgar/pkg/x11/glproto/trunk/Makefile 2009-09-23 10:44:15 UTC (rev 6428)
+++ csw/mgar/pkg/x11/glproto/trunk/Makefile 2009-09-23 10:45:13 UTC (rev 6429)
@@ -11,7 +11,7 @@
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.gz
+UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.bz2
PACKAGES = CSWxglproto
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