Revision: 24507 http://sourceforge.net/p/gar/code/24507 Author: rthurner Date: 2014-12-23 19:00:28 +0000 (Tue, 23 Dec 2014) Log Message: ----------- cmake/trunk: upgrade to cmake-3.1.0
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-12-23 18:16:43 UTC (rev 24506) +++ csw/mgar/pkg/cmake/trunk/Makefile 2014-12-23 19:00:28 UTC (rev 24507) @@ -1,7 +1,7 @@ # $Id$ NAME = cmake -VERSION = 3.1.0-rc1-1 +VERSION = 3.1.0 GARTYPE = v2 DESCRIPTION = Cross-platform make @@ -17,7 +17,7 @@ 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.bz2 +DISTFILES = $(NAME)-$(VERSION).tar.gz 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-12-23 18:16:43 UTC (rev 24506) +++ csw/mgar/pkg/cmake/trunk/checksums 2014-12-23 19:00:28 UTC (rev 24507) @@ -1 +1 @@ -2624723cfd7019425fa9869a505797d0 cmake-3.1.0-rc1-1.tar.bz2 +188eb7dc9b1b82b363bc51c0d3f1d461 cmake-3.1.0.tar.gz This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.