[csw-devel] SF.net SVN: gar:[4913] csw/mgar/pkg/libserf/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sun May 17 11:30:58 CEST 2009
Revision: 4913
http://gar.svn.sourceforge.net/gar/?rev=4913&view=rev
Author: rthurner
Date: 2009-05-17 09:30:58 +0000 (Sun, 17 May 2009)
Log Message:
-----------
rename from serf to libserf
Modified Paths:
--------------
csw/mgar/pkg/libserf/trunk/Makefile
Modified: csw/mgar/pkg/libserf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/libserf/trunk/Makefile 2009-05-17 08:57:30 UTC (rev 4912)
+++ csw/mgar/pkg/libserf/trunk/Makefile 2009-05-17 09:30:58 UTC (rev 4913)
@@ -1,5 +1,6 @@
-GARNAME = serf
+GARNAME = libserf
GARVERSION = 0.3.0
+DISTNAME = serf-$(GARVERSION)
CATEGORIES = lib
DESCRIPTION = HTTP client library built on APR, multiplexes connections.
@@ -12,10 +13,10 @@
endef
MASTER_SITES = http://serf.googlecode.com/files/
-DISTFILES = $(GARNAME)-$(GARVERSION).tar.bz2
+DISTFILES = $(DISTNAME).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 = $(DISTNAME)-(\d+(?:\.\d+)*).tar.bz2
# 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.
More information about the devel
mailing list