From owner-svn-ports-all@FreeBSD.ORG Fri Sep 19 16:35:27 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65484573; Fri, 19 Sep 2014 16:35:27 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 45CB7BDF; Fri, 19 Sep 2014 16:35:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s8JGZRBk011051; Fri, 19 Sep 2014 16:35:27 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s8JGZQfs011047; Fri, 19 Sep 2014 16:35:26 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201409191635.s8JGZQfs011047@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Fri, 19 Sep 2014 16:35:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368575 - in head/devel: cmake cmake-gui cmake-modules X-SVN-Group: ports-head 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.18-1 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: Fri, 19 Sep 2014 16:35:27 -0000 Author: rakuco Date: Fri Sep 19 16:35:26 2014 New Revision: 368575 URL: http://svnweb.freebsd.org/changeset/ports/368575 QAT: https://qat.redports.org/buildarchive/r368575/ Log: Update CMake to 3.0.2. This is a much smaller update than the previous one, and the only change worth mentioning on the ports side is that devel/cmake-gui now has USES=desktop-file-utils because it installs a .desktop file. PR: 193691 Modified: head/devel/cmake-gui/Makefile head/devel/cmake-modules/Makefile head/devel/cmake/Makefile head/devel/cmake/distinfo Modified: head/devel/cmake-gui/Makefile ============================================================================== --- head/devel/cmake-gui/Makefile Fri Sep 19 16:32:06 2014 (r368574) +++ head/devel/cmake-gui/Makefile Fri Sep 19 16:35:26 2014 (r368575) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= cmake -PORTVERSION= 3.0.1 -PORTREVISION= 1 +PORTVERSION= 3.0.2 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v3.0/ PKGNAMESUFFIX= -gui @@ -17,7 +16,7 @@ LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/ libexpat.so:${PORTSDIR}/textproc/expat2 USE_QT5= core gui widgets buildtools_build qmake_build -USES= cmake:run shared-mime-info +USES= cmake:run desktop-file-utils shared-mime-info CMAKE_ARGS= -DBUILD_QtDialog:bool=on \ -DBUILD_CursesDialog:BOOL=OFF \ -DSPHINX_MAN:BOOL=ON \ Modified: head/devel/cmake-modules/Makefile ============================================================================== --- head/devel/cmake-modules/Makefile Fri Sep 19 16:32:06 2014 (r368574) +++ head/devel/cmake-modules/Makefile Fri Sep 19 16:35:26 2014 (r368575) @@ -1,6 +1,7 @@ # Created by: gahr # $FreeBSD$ +PORTREVISION= 0 PKGNAMESUFFIX= -modules COMMENT= Modules and Templates for CMake @@ -19,4 +20,5 @@ PLIST= ${.CURDIR}/pkg-plist DESCR= ${.CURDIR}/pkg-descr MASTERDIR= ${.CURDIR}/../cmake + .include "${MASTERDIR}/Makefile" Modified: head/devel/cmake/Makefile ============================================================================== --- head/devel/cmake/Makefile Fri Sep 19 16:32:06 2014 (r368574) +++ head/devel/cmake/Makefile Fri Sep 19 16:35:26 2014 (r368575) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= cmake -PORTVERSION= 3.0.1 -PORTREVISION?= 1 +PORTVERSION= 3.0.2 +PORTREVISION?= 0 CATEGORIES= devel MASTER_SITES= http://www.cmake.org/files/v3.0/ Modified: head/devel/cmake/distinfo ============================================================================== --- head/devel/cmake/distinfo Fri Sep 19 16:32:06 2014 (r368574) +++ head/devel/cmake/distinfo Fri Sep 19 16:35:26 2014 (r368575) @@ -1,2 +1,2 @@ -SHA256 (cmake-3.0.1.tar.gz) = ea11a8fb6679496de4e198ab93007968faa638663691cdf731ae2d4ed74e00c2 -SIZE (cmake-3.0.1.tar.gz) = 5490281 +SHA256 (cmake-3.0.2.tar.gz) = 6b4ea61eadbbd9bec0ccb383c29d1f4496eacc121ef7acf37c7a24777805693e +SIZE (cmake-3.0.2.tar.gz) = 5490501