[143258] trunk/dports/devel/cmake
michaelld at macports.org
michaelld at macports.org
Sat Dec 12 09:13:32 PST 2015
Revision: 143258
https://trac.macports.org/changeset/143258
Author: michaelld at macports.org
Date: 2015-12-09 07:46:43 -0800 (Wed, 09 Dec 2015)
Log Message:
-----------
cmake-devel: update to 20151207 (g8b8a0).
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 2015-12-09 15:41:30 UTC (rev 143257)
+++ trunk/dports/devel/cmake/Portfile 2015-12-09 15:46:43 UTC (rev 143258)
@@ -47,12 +47,12 @@
} else {
# devel
- version 20151203
+ version 20151208
set dist_branch 3.4
- set dist_date 20151203
- set dist_hash g28b34
- checksums rmd160 600ea9029683875dfdbafcff53053af87242c8b8 \
- sha256 9917837d15867c2850b6bdbf860b8d767af82869ef441ee7ad39b6d89c5451ff
+ set dist_date 20151207
+ set dist_hash g8b8a0
+ checksums rmd160 4cc5816c667e2ba8e1ccb207d275ee8e13127e1e \
+ sha256 f61e75ee233552e56136c02c2f0da96cdf5aabbde7c8679713b9062e76df6077
master_sites http://www.cmake.org/files/dev/
distname ${name}-${dist_branch}.${dist_date}-${dist_hash}
Modified: trunk/dports/devel/cmake/files/patch-qt4gui.devel.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-qt4gui.devel.diff 2015-12-09 15:41:30 UTC (rev 143257)
+++ trunk/dports/devel/cmake/files/patch-qt4gui.devel.diff 2015-12-09 15:46:43 UTC (rev 143258)
@@ -1,6 +1,6 @@
--- Source/QtDialog/CMakeLists.txt.orig
+++ Source/QtDialog/CMakeLists.txt
-@@ -15,77 +15,6 @@ if(POLICY CMP0020)
+@@ -15,77 +15,6 @@
cmake_policy(SET CMP0020 NEW) # Drop when CMake >= 2.8.11 required
endif()
CMake_OPTIONAL_COMPONENT(cmake-gui)
@@ -78,7 +78,7 @@
set(QT_MIN_VERSION "4.4.0")
find_package(Qt4 REQUIRED)
if(NOT QT4_FOUND)
-@@ -97,8 +26,6 @@ else()
+@@ -97,8 +26,6 @@
set(CMake_QT_LIBRARIES ${QT_LIBRARIES})
@@ -87,7 +87,7 @@
set(SRCS
AddCacheEntry.cxx
AddCacheEntry.h
-@@ -135,7 +62,7 @@ set(SRCS ${SRCS} ${UI_SRCS} ${MOC_SRCS} ${RC_SRCS})
+@@ -139,7 +66,7 @@
if(WIN32)
set(SRCS ${SRCS} CMakeSetup.rc)
endif()
@@ -96,7 +96,7 @@
set(SRCS ${SRCS} CMakeSetup.icns)
set(MACOSX_BUNDLE_ICON_FILE CMakeSetup.icns)
set_source_files_properties(CMakeSetup.icns PROPERTIES
-@@ -152,10 +79,10 @@ endif()
+@@ -156,10 +83,10 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -109,7 +109,7 @@
file(STRINGS "${CMake_SOURCE_DIR}/Copyright.txt" copyright_line
LIMIT_COUNT 1 REGEX "^Copyright 2000-20[0-9][0-9] Kitware")
-@@ -200,18 +127,18 @@ if(UNIX AND NOT APPLE)
+@@ -204,18 +131,18 @@
${COMPONENT})
endif()
Modified: trunk/dports/devel/cmake/files/patch-qt5gui.devel.diff
===================================================================
--- trunk/dports/devel/cmake/files/patch-qt5gui.devel.diff 2015-12-09 15:41:30 UTC (rev 143257)
+++ trunk/dports/devel/cmake/files/patch-qt5gui.devel.diff 2015-12-09 15:46:43 UTC (rev 143258)
@@ -32,7 +32,7 @@
set(SRCS
AddCacheEntry.cxx
-@@ -135,7 +125,7 @@
+@@ -139,7 +129,7 @@
if(WIN32)
set(SRCS ${SRCS} CMakeSetup.rc)
endif()
@@ -41,7 +41,7 @@
set(SRCS ${SRCS} CMakeSetup.icns)
set(MACOSX_BUNDLE_ICON_FILE CMakeSetup.icns)
set_source_files_properties(CMakeSetup.icns PROPERTIES
-@@ -152,10 +142,10 @@
+@@ -156,10 +146,10 @@
set(CMAKE_INCLUDE_CURRENT_DIR ON)
@@ -54,7 +54,7 @@
file(STRINGS "${CMake_SOURCE_DIR}/Copyright.txt" copyright_line
LIMIT_COUNT 1 REGEX "^Copyright 2000-20[0-9][0-9] Kitware")
-@@ -200,18 +190,18 @@
+@@ -204,18 +194,18 @@
${COMPONENT})
endif()
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/d993326e/attachment-0001.html>
More information about the macports-changes
mailing list