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
This commit is contained in:
Raphael Kubo da Costa 2014-09-19 16:35:26 +00:00
parent 92e8eaa742
commit a2f301d7d8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368575
4 changed files with 8 additions and 7 deletions

View file

@ -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/curl \
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 \

View file

@ -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"

View file

@ -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/

View file

@ -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