SF.net SVN: gar:[24000] csw/mgar/pkg/gsoap/trunk/Makefile

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Aug 15 17:39:21 CEST 2014


Revision: 24000
          http://sourceforge.net/p/gar/code/24000
Author:   dmichelsen
Date:     2014-08-15 15:39:20 +0000 (Fri, 15 Aug 2014)
Log Message:
-----------
gsoap/trunk: Juggle around version numbering so that the package gets a proper version

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

Modified: csw/mgar/pkg/gsoap/trunk/Makefile
===================================================================
--- csw/mgar/pkg/gsoap/trunk/Makefile	2014-08-15 14:20:22 UTC (rev 23999)
+++ csw/mgar/pkg/gsoap/trunk/Makefile	2014-08-15 15:39:20 UTC (rev 24000)
@@ -2,15 +2,17 @@
 # TODO (release-critical prefixed with !, non release-critical with *)
 #
 NAME = gsoap
-VERSION = 2.8
+BASEVERSION = 2.8
 SUBVERSION = 17
+VERSION = $(BASEVERSION).$(SUBVERSION)
+DISTNAME = $(NAME)-$(BASEVERSION)
 GARTYPE = v2
 
 DESCRIPTION = Development toolkit for Web services and XML
 
 SF_PROJECT = gsoap2
 MASTER_SITES = $(SF_MIRROR)
-DISTFILES  = $(NAME)_$(VERSION).$(SUBVERSION).zip
+DISTFILES  = $(NAME)_$(VERSION).zip
 
 PACKAGES += CSWgsoap
 SPKG_DESC_CSWgsoap = Development toolkit for Web services and XML

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