SF.net SVN: gar:[24310] csw/mgar/pkg/cmake/trunk

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Mon Nov 10 20:19:47 CET 2014


Revision: 24310
          http://sourceforge.net/p/gar/code/24310
Author:   rthurner
Date:     2014-11-10 19:19:45 +0000 (Mon, 10 Nov 2014)
Log Message:
-----------
cmake/trunk: adjust finding the major.minor version to cope with release candidates. upgrade to 3.1-rc1

Modified Paths:
--------------
    csw/mgar/pkg/cmake/trunk/Makefile
    csw/mgar/pkg/cmake/trunk/checksums

Modified: csw/mgar/pkg/cmake/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cmake/trunk/Makefile	2014-11-10 19:15:21 UTC (rev 24309)
+++ csw/mgar/pkg/cmake/trunk/Makefile	2014-11-10 19:19:45 UTC (rev 24310)
@@ -1,7 +1,7 @@
 # $Id$
 
 NAME = cmake
-VERSION = 3.0.2
+VERSION = 3.1.0-rc1-1
 GARTYPE = v2
 
 DESCRIPTION = Cross-platform make
@@ -14,10 +14,10 @@
   generation, code generation, and template instantiation. 
 endef
 
-RELVER = $(shell echo $(VERSION) |gsed 's/\(^[0-9].*\)\.[0-9]*/\1/')
+RELVER = $(shell echo $(VERSION) | cut -d. -f1-2)
 SPKG_SOURCEURL = http://cmake.org/
 MASTER_SITES = http://cmake.org/files/v$(RELVER)/
-DISTFILES = $(NAME)-$(VERSION).tar.gz
+DISTFILES = $(NAME)-$(VERSION).tar.bz2
 LICENSE = Copyright.txt
 # temporary for cmake-2.8.8, see http://public.kitware.com/Bug/view.php?id=13199
 #PATCHFILES += 0001-bootstrap-Port-back-to-old-shells-13199.patch

Modified: csw/mgar/pkg/cmake/trunk/checksums
===================================================================
--- csw/mgar/pkg/cmake/trunk/checksums	2014-11-10 19:15:21 UTC (rev 24309)
+++ csw/mgar/pkg/cmake/trunk/checksums	2014-11-10 19:19:45 UTC (rev 24310)
@@ -1 +1 @@
-db4c687a31444a929d2fdc36c4dfb95f  cmake-3.0.2.tar.gz
+2624723cfd7019425fa9869a505797d0  cmake-3.1.0-rc1-1.tar.bz2

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