[69577] trunk/dports/devel/cmake

css at macports.org css at macports.org
Sat Jul 10 04:31:30 PDT 2010


Revision: 69577
          http://trac.macports.org/changeset/69577
Author:   css at macports.org
Date:     2010-07-10 04:31:26 -0700 (Sat, 10 Jul 2010)
Log Message:
-----------
Bump CMake to 2.8.2 and change the libidn dependency to depends_lib. Also removed openssl so CMake uses the system openssl for now. refs #25475

Modified Paths:
--------------
    trunk/dports/devel/cmake/Portfile
    trunk/dports/devel/cmake/files/patch-CMakeFindFrameworks.cmake.diff

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2010-07-10 10:37:48 UTC (rev 69576)
+++ trunk/dports/devel/cmake/Portfile	2010-07-10 11:31:26 UTC (rev 69577)
@@ -5,8 +5,8 @@
 PortGroup	muniversal 1.0
 
 name		cmake
-version		2.8.1
-revision	4
+version		2.8.2
+set branch	[join [lrange [split ${version} .] 0 1] .]
 categories	devel
 maintainers	css
 description	Cross-platform make
@@ -16,17 +16,15 @@
 	Unlike many cross-platform systems, CMake is designed to be 	\
 	used in conjunction with the native build environment.
 homepage	http://www.cmake.org/
+master_sites	http://www.cmake.org/files/v${branch}/
 platforms	darwin freebsd
-master_sites	http://www.cmake.org/files/v2.8/
-# Remove the dist_subdir line when updating to the next version of cmake
-dist_subdir ${name}/${version}_1
-checksums           md5     feadc2e5ebbfed0efc90178583503725 \
-                    sha1    e9f99cfccf8ec4fb5bbd8ca7d499771a2f1d4ebe \
-                    rmd160  71e216704ee4313640efdbefcc65c6576071ef82
 
-depends_build	port:libidn \
-		port:openssl
+checksums       md5     8c967d5264657a798f22ee23976ff0d9 \
+                sha1    272003c2fe392b211ce3b5f895ad84da2ca603cf \
+                rmd160  079b7c8cb385c59b3713a3611d7a9482f7855fe5
 
+depends_lib     port:libidn
+
 configure.args	--mandir=/share/man --docdir=/share/doc/cmake --parallel=${build.jobs}
 patchfiles	patch-CMakeFindFrameworks.cmake.diff
 post-patch {

Modified: trunk/dports/devel/cmake/files/patch-CMakeFindFrameworks.cmake.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-CMakeFindFrameworks.cmake.diff	2010-07-10 10:37:48 UTC (rev 69576)
+++ trunk/dports/devel/cmake/files/patch-CMakeFindFrameworks.cmake.diff	2010-07-10 11:31:26 UTC (rev 69577)
@@ -1,6 +1,6 @@
---- Modules/CMakeFindFrameworks.cmake.orig	2009-07-09 10:35:26.000000000 -0500
-+++ Modules/CMakeFindFrameworks.cmake	2009-07-09 10:36:04.000000000 -0500
-@@ -7,6 +7,7 @@
+--- Modules/CMakeFindFrameworks.cmake.orig	2010-06-28 10:15:57.000000000 -0500
++++ Modules/CMakeFindFrameworks.cmake	2010-07-08 13:46:38.000000000 -0500
+@@ -20,6 +20,7 @@
      IF(APPLE)
        FOREACH(dir
            ~/Library/Frameworks/${fwk}.framework
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100710/08646893/attachment.html>


More information about the macports-changes mailing list