From owner-svn-ports-all@freebsd.org Sun Oct 1 16:26:41 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 23C82E28920; Sun, 1 Oct 2017 16:26:41 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id F118D65694; Sun, 1 Oct 2017 16:26:40 +0000 (UTC) (envelope-from adridg@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v91GQdDu028808; Sun, 1 Oct 2017 16:26:39 GMT (envelope-from adridg@FreeBSD.org) Received: (from adridg@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v91GQd76028803; Sun, 1 Oct 2017 16:26:39 GMT (envelope-from adridg@FreeBSD.org) Message-Id: <201710011626.v91GQd76028803@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adridg set sender to adridg@FreeBSD.org using -f From: Adriaan de Groot Date: Sun, 1 Oct 2017 16:26:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r451050 - in head/devel: cmake cmake-doc cmake-gui cmake/files X-SVN-Group: ports-head X-SVN-Commit-Author: adridg X-SVN-Commit-Paths: in head/devel: cmake cmake-doc cmake-gui cmake/files X-SVN-Commit-Revision: 451050 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Oct 2017 16:26:41 -0000 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 @@