[152221] trunk/dports/devel/cmake

michaelld at macports.org michaelld at macports.org
Thu Sep 1 05:09:44 PDT 2016


Revision: 152221
          https://trac.macports.org/changeset/152221
Author:   michaelld at macports.org
Date:     2016-09-01 05:09:44 -0700 (Thu, 01 Sep 2016)
Log Message:
-----------
cmake-devel:
+ update to 20160830 (g320f5);
+ add dependency on libuv (-devel) for devel only.

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

Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile	2016-09-01 12:08:28 UTC (rev 152220)
+++ trunk/dports/devel/cmake/Portfile	2016-09-01 12:09:44 UTC (rev 152221)
@@ -54,12 +54,12 @@
 
     # devel
 
-    version         20160824
+    version         20160830
     set dist_branch 3.6
-    set dist_date   20160824
-    set dist_hash   g96199
-    checksums       rmd160 da159d833c5cfcfb468135f8c2fc4ab1c521166b \
-                    sha256 c5287cf153c0d68b56375da89b4f5beb1850b92fd890ab4bdd48dcb3ba8792d9
+    set dist_date   20160830
+    set dist_hash   g320f5
+    checksums       rmd160 5295c1eb267e8733678f42469d43df9f1f12d06f \
+                    sha256 e4c876b544f4d10781a11ee5275c1a83530ca1c29fdd0d89640cac7a185bef9a
 
     master_sites    http://www.cmake.org/files/dev/
     distname        ${name}-${dist_branch}.${dist_date}-${dist_hash}
@@ -76,6 +76,11 @@
         patch-CMakeFindFrameworks.cmake.devel.diff \
         patch-Source_CMakeVersionCompute.cmake.devel.diff
 
+    # allow use of libuv or libuv-devel;
+    # system libuv is the default as of 20160830 (g320f5)
+    depends_lib-append \
+        path:lib/pkgconfig/libuv.pc:libuv
+
     livecheck.type  regex
     livecheck.regex (${name}-\[0-9a-g.-\]+)${extract.suffix}
     livecheck.version ${distname}
@@ -112,7 +117,7 @@
     }
 }
 
-configure.args      --docdir=share/doc/cmake \
+configure.args-append --docdir=share/doc/cmake \
                     --parallel=${build.jobs} \
                     --init=${worksrcpath}/macports.cmake \
                     --system-libs \

Modified: trunk/dports/devel/cmake/files/patch-qt4gui.devel.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-qt4gui.devel.diff	2016-09-01 12:08:28 UTC (rev 152220)
+++ trunk/dports/devel/cmake/files/patch-qt4gui.devel.diff	2016-09-01 12:09:44 UTC (rev 152221)
@@ -139,7 +139,7 @@
    install(CODE "
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -607,12 +607,6 @@
+@@ -654,12 +654,6 @@
        set(CMAKE_BUNDLE_VERSION
          "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}.${CMake_VERSION_PATCH}")
        set(CMAKE_BUNDLE_LOCATION "${CMAKE_INSTALL_PREFIX}")

Modified: trunk/dports/devel/cmake/files/patch-qt5gui.devel.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-qt5gui.devel.diff	2016-09-01 12:08:28 UTC (rev 152220)
+++ trunk/dports/devel/cmake/files/patch-qt5gui.devel.diff	2016-09-01 12:09:44 UTC (rev 152221)
@@ -77,7 +77,7 @@
    install(CODE "
 --- CMakeLists.txt.orig
 +++ CMakeLists.txt
-@@ -607,12 +607,6 @@
+@@ -654,12 +654,6 @@
        set(CMAKE_BUNDLE_VERSION
          "${CMake_VERSION_MAJOR}.${CMake_VERSION_MINOR}.${CMake_VERSION_PATCH}")
        set(CMAKE_BUNDLE_LOCATION "${CMAKE_INSTALL_PREFIX}")
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160901/691cd99a/attachment.html>


More information about the macports-changes mailing list