[112066] trunk/dports/devel/cmake
css at macports.org
css at macports.org
Thu Oct 10 19:55:52 PDT 2013
Revision: 112066
https://trac.macports.org/changeset/112066
Author: css at macports.org
Date: 2013-10-10 19:55:52 -0700 (Thu, 10 Oct 2013)
Log Message:
-----------
cmake: update to 2.8.12 and let livecheck search mastersites. closes #40705
Modified Paths:
--------------
trunk/dports/devel/cmake/Portfile
trunk/dports/devel/cmake/files/patch-Modules-FindQt4.cmake.diff
Modified: trunk/dports/devel/cmake/Portfile
===================================================================
--- trunk/dports/devel/cmake/Portfile 2013-10-11 00:04:02 UTC (rev 112065)
+++ trunk/dports/devel/cmake/Portfile 2013-10-11 02:55:52 UTC (rev 112066)
@@ -5,7 +5,7 @@
PortGroup muniversal 1.0
name cmake
-version 2.8.11.2
+version 2.8.12
set branch [join [lrange [split ${version} .] 0 1] .]
categories devel
license BSD
@@ -20,8 +20,8 @@
master_sites http://www.cmake.org/files/v${branch}/
platforms darwin freebsd
-checksums rmd160 4fe1fe6306cae0d11da53b30266203c846e484d8 \
- sha256 b32acb483afdd14339941c6e4ec25f633d916a7a472653a0b00838771a6c0562
+checksums rmd160 cf9853a662806747a3a2b4615df6dea6f7001632 \
+ sha256 d885ba10b2406ede59aa31a928df33c9d67fc01433202f7dd586999cfd0e0287
depends_lib-append port:libidn port:openssl
@@ -99,5 +99,5 @@
}
livecheck.type regex
-livecheck.regex {Latest Release \((\d(?:\.\d+)*)\)}
-livecheck.url ${homepage}cmake/resources/software.html
+livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix}
+livecheck.url [lindex $master_sites 0]
Modified: trunk/dports/devel/cmake/files/patch-Modules-FindQt4.cmake.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-Modules-FindQt4.cmake.diff 2013-10-11 00:04:02 UTC (rev 112065)
+++ trunk/dports/devel/cmake/files/patch-Modules-FindQt4.cmake.diff 2013-10-11 02:55:52 UTC (rev 112066)
@@ -1,6 +1,6 @@
---- Modules/FindQt4.cmake.orig 2013-01-03 21:15:16.000000000 -0500
-+++ Modules/FindQt4.cmake 2013-01-03 21:24:55.000000000 -0500
-@@ -592,7 +592,8 @@
+--- Modules/FindQt4.cmake.orig
++++ Modules/FindQt4.cmake
+@@ -594,7 +594,8 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
set(QT_MKSPECS_DIR NOTFOUND)
find_path(QT_MKSPECS_DIR NAMES qconfig.pri
HINTS ${qt_cross_paths} ${qt_mkspecs_dirs}
@@ -10,7 +10,7 @@
endif()
if(EXISTS "${QT_MKSPECS_DIR}/qconfig.pri")
-@@ -692,6 +693,7 @@
+@@ -697,6 +698,7 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
find_path(QT_QTCORE_INCLUDE_DIR QtCore
HINTS ${qt_headers} ${QT_LIBRARY_DIR}
PATH_SUFFIXES QtCore qt4/QtCore
@@ -18,7 +18,7 @@
)
endif()
-@@ -745,7 +747,8 @@
+@@ -750,7 +752,8 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
endforeach()
find_path(QT_PLUGINS_DIR NAMES accessible imageformats sqldrivers codecs designer
HINTS ${qt_cross_paths} ${qt_plugins_dir}
@@ -28,7 +28,7 @@
endif ()
# ask qmake for the translations directory
-@@ -765,8 +768,7 @@
+@@ -770,8 +773,7 @@ if (QT_QMAKE_EXECUTABLE AND QTVERSION)
find_path(QT_IMPORTS_DIR NAMES Qt
HINTS ${qt_cross_paths} ${qt_imports_dir}
DOC "The location of the Qt imports"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131010/c64db928/attachment.html>
More information about the macports-changes
mailing list