svn commit: r454301 - in head/devel: cmake cmake-doc cmake-gui

Adriaan de Groot adridg at FreeBSD.org
Thu Nov 16 10:15:17 UTC 2017


Author: adridg
Date: Thu Nov 16 10:15:15 2017
New Revision: 454301
URL: https://svnweb.freebsd.org/changeset/ports/454301

Log:
  Update the cmake family to 3.9.6 (skip 3.9.5, the upstream
  releases are coming quick and fast). Upstream changes are
   - AUTOMOC options fixes (3.9.5)
   - gcc_eh linking (3.9.6)
  
  Thanks antoine@ for the exp-runs.
  
  PR:		223436
  Approved by:	tcberner (mentor)
  Differential Revision:	https://reviews.freebsd.org/D12958

Modified:
  head/devel/cmake-doc/Makefile
  head/devel/cmake-gui/Makefile
  head/devel/cmake/Makefile
  head/devel/cmake/distinfo

Modified: head/devel/cmake-doc/Makefile
==============================================================================
--- head/devel/cmake-doc/Makefile	Thu Nov 16 09:00:11 2017	(r454300)
+++ head/devel/cmake-doc/Makefile	Thu Nov 16 10:15:15 2017	(r454301)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cmake
-DISTVERSION=	3.9.4
+DISTVERSION=	3.9.6
 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	Thu Nov 16 09:00:11 2017	(r454300)
+++ head/devel/cmake-gui/Makefile	Thu Nov 16 10:15:15 2017	(r454301)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	cmake
-DISTVERSION=	3.9.4
+DISTVERSION=	3.9.6
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 PKGNAMESUFFIX=	-gui

Modified: head/devel/cmake/Makefile
==============================================================================
--- head/devel/cmake/Makefile	Thu Nov 16 09:00:11 2017	(r454300)
+++ head/devel/cmake/Makefile	Thu Nov 16 10:15:15 2017	(r454301)
@@ -3,7 +3,7 @@
 
 PORTNAME=	cmake
 # Remember to update devel/cmake-doc and devel/cmake-gui as well.
-DISTVERSION=	3.9.4
+DISTVERSION=	3.9.6
 CATEGORIES=	devel
 MASTER_SITES=	https://www.cmake.org/files/v${PORTVERSION:R}/
 
@@ -13,6 +13,15 @@ COMMENT=	Cross-platform Makefile generator
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/Copyright.txt
 
+LIB_DEPENDS=	libcurl.so:ftp/curl \
+		libexpat.so:textproc/expat2 \
+		libjsoncpp.so:devel/jsoncpp \
+		libuv.so:devel/libuv \
+		librhash.so:security/rhash
+
+USES=		libarchive ncurses
+
+HAS_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKE=make
 CONFIGURE_ARGS=	--prefix=${PREFIX} \
 		--datadir="/${DATADIR_REL}" \
@@ -24,14 +33,6 @@ CONFIGURE_ARGS=	--prefix=${PREFIX} \
 OPTIONS_DEFINE=	DOCS MANPAGES
 OPTIONS_DEFAULT=MANPAGES
 OPTIONS_SUB=	yes
-USES=		libarchive ncurses
-HAS_CONFIGURE=	yes
-
-LIB_DEPENDS=	libcurl.so:ftp/curl \
-		libexpat.so:textproc/expat2 \
-		libjsoncpp.so:devel/jsoncpp \
-		libuv.so:devel/libuv \
-		librhash.so:security/rhash
 
 MANPAGES_BUILD_DEPENDS=	sphinx-build:textproc/py-sphinx
 MANPAGES_CONFIGURE_ON=	--sphinx-man

Modified: head/devel/cmake/distinfo
==============================================================================
--- head/devel/cmake/distinfo	Thu Nov 16 09:00:11 2017	(r454300)
+++ head/devel/cmake/distinfo	Thu Nov 16 10:15:15 2017	(r454301)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1507299405
-SHA256 (cmake-3.9.4.tar.gz) = b5d86f12ae0072db520fdbdad67405f799eb728b610ed66043c20a92b4906ca1
-SIZE (cmake-3.9.4.tar.gz) = 7705052
+TIMESTAMP = 1510412597
+SHA256 (cmake-3.9.6.tar.gz) = 7410851a783a41b521214ad987bb534a7e4a65e059651a2514e6ebfc8f46b218
+SIZE (cmake-3.9.6.tar.gz) = 7705400


More information about the svn-ports-all mailing list