svn commit: r451050 - in head/devel: cmake cmake-doc cmake-gui cmake/files
Adriaan de Groot
adridg at FreeBSD.org
Sun Oct 1 16:26:41 UTC 2017
Author: adridg
Date: Sun Oct 1 16:26:39 2017
New Revision: 451050
URL: https://svnweb.freebsd.org/changeset/ports/451050
Log:
Update CMake to 3.9.3
This includes the upstream patches for the new Boost version (PR 222207, r450301).
Thanks to antoine@ for the exp-run.
PR: 222513
Approved by: rakuco (mentor), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12427
Deleted:
head/devel/cmake/files/patch-git_ee1f8903
Modified:
head/devel/cmake-doc/Makefile
head/devel/cmake-gui/Makefile
head/devel/cmake/Makefile
head/devel/cmake/distinfo
head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake
Modified: head/devel/cmake-doc/Makefile
==============================================================================
--- head/devel/cmake-doc/Makefile Sun Oct 1 15:15:44 2017 (r451049)
+++ head/devel/cmake-doc/Makefile Sun Oct 1 16:26:39 2017 (r451050)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cmake
-DISTVERSION= 3.9.2
+DISTVERSION= 3.9.3
CATEGORIES= devel
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
PKGNAMESUFFIX= -doc
Modified: head/devel/cmake-gui/Makefile
==============================================================================
--- head/devel/cmake-gui/Makefile Sun Oct 1 15:15:44 2017 (r451049)
+++ head/devel/cmake-gui/Makefile Sun Oct 1 16:26:39 2017 (r451050)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= cmake
-DISTVERSION= 3.9.2
+DISTVERSION= 3.9.3
CATEGORIES= devel
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
PKGNAMESUFFIX= -gui
Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile Sun Oct 1 15:15:44 2017 (r451049)
+++ head/devel/cmake/Makefile Sun Oct 1 16:26:39 2017 (r451050)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= cmake
-DISTVERSION= 3.9.2
-PORTREVISION= 1
+# Remember to update devel/cmake-doc and devel/cmake-gui as well.
+DISTVERSION= 3.9.3
CATEGORIES= devel
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
Modified: head/devel/cmake/distinfo
==============================================================================
--- head/devel/cmake/distinfo Sun Oct 1 15:15:44 2017 (r451049)
+++ head/devel/cmake/distinfo Sun Oct 1 16:26:39 2017 (r451050)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504850116
-SHA256 (cmake-3.9.2.tar.gz) = 954a5801a456ee48e76f01107c9a4961677dd0f3e115275bbd18410dc22ba3c1
-SIZE (cmake-3.9.2.tar.gz) = 7703777
+TIMESTAMP = 1505937220
+SHA256 (cmake-3.9.3.tar.gz) = 8eaf75e1e932159aae98ab5e7491499545554be62a08cbcbc7c75c84b999f28a
+SIZE (cmake-3.9.3.tar.gz) = 7705238
Modified: head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake
==============================================================================
--- head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake Sun Oct 1 15:15:44 2017 (r451049)
+++ head/devel/cmake/files/patch-Modules_Platform_FreeBSD-CXX.cmake Sun Oct 1 16:26:39 2017 (r451050)
@@ -1,5 +1,8 @@
This prefers c++ over CC as the C++ compiler command. See PR 203793.
+Upstreamed as 6f666f4335c7f6b44fc4ccdc886590094fdfa16d
+Will be included in CMake 3.10
+
--- Modules/Platform/FreeBSD-CXX.cmake.orig 2017-06-14 21:54:30 UTC
+++ Modules/Platform/FreeBSD-CXX.cmake
@@ -0,0 +1,3 @@
More information about the svn-ports-head
mailing list