[125467] trunk/dports/devel/cmake

ryandesign at macports.org ryandesign at macports.org
Thu Sep 18 03:55:23 PDT 2014


Revision: 125467
          https://trac.macports.org/changeset/125467
Author:   ryandesign at macports.org
Date:     2014-09-18 03:55:23 -0700 (Thu, 18 Sep 2014)
Log Message:
-----------
cmake: update to 3.0.1 (#44935; maintainer timeout)

Modified Paths:
--------------
    trunk/dports/devel/cmake/Portfile

Removed Paths:
-------------
    trunk/dports/devel/cmake/files/patch-UseSWIG.cmake.diff

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2014-09-18 10:50:15 UTC (rev 125466)
+++ trunk/dports/devel/cmake/Portfile	2014-09-18 10:55:23 UTC (rev 125467)
@@ -5,8 +5,7 @@
 PortGroup           muniversal 1.0
 
 name                cmake
-version             3.0.0
-revision            3
+version             3.0.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          devel
 license             BSD
@@ -21,8 +20,8 @@
 master_sites        http://www.cmake.org/files/v${branch}/
 platforms           darwin freebsd
 
-checksums           rmd160  a35492be2953d6dd432594e833b7586dc154f52d \
-                    sha256  99a34b7f74000404feffd82fba9d9e0cd623428c74b6a4851a0dee1c272606c0
+checksums           rmd160  b6174dca0075c41a22e1f61076366149250cda37 \
+                    sha256  ea11a8fb6679496de4e198ab93007968faa638663691cdf731ae2d4ed74e00c2
 
 depends_lib-append  port:libidn \
                     port:openssl \
@@ -38,9 +37,6 @@
                     patch-Modules-Platform-Darwin.cmake.diff \
                     patch-Modules-noArchCheck.diff
 
-# fix for swig issues in 3.0.0; remove after 3.0.1 is released
-patchfiles-append   patch-UseSWIG.cmake.diff
-
 configure.env-append \
                     CMAKE_PREFIX_PATH=${prefix} \
                     CMAKE_INCLUDE_PATH=${prefix}/include/ncurses \

Deleted: trunk/dports/devel/cmake/files/patch-UseSWIG.cmake.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-UseSWIG.cmake.diff	2014-09-18 10:50:15 UTC (rev 125466)
+++ trunk/dports/devel/cmake/files/patch-UseSWIG.cmake.diff	2014-09-18 10:55:23 UTC (rev 125467)
@@ -1,11 +0,0 @@
---- Modules/UseSWIG.cmake
-+++ Modules/UseSWIG.cmake
-@@ -57,7 +57,7 @@ macro(SWIG_MODULE_INITIALIZE name language)
-   set(SWIG_MODULE_${name}_SWIG_LANGUAGE_FLAG "${swig_lowercase_language}")
- 
-   set(SWIG_MODULE_${name}_REAL_NAME "${name}")
--  if (CMAKE_SWIG_FLAGS MATCHES "-noproxy")
-+  if (";${CMAKE_SWIG_FLAGS};" MATCHES ";-noproxy;")
-     set (SWIG_MODULE_${name}_NOPROXY TRUE)
-   endif ()
-   if("${SWIG_MODULE_${name}_LANGUAGE}" STREQUAL "UNKNOWN")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140918/245e7f0e/attachment.html>


More information about the macports-changes mailing list