diff options
author | rakuco <rakuco@FreeBSD.org> | 2014-09-20 00:35:26 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2014-09-20 00:35:26 +0800 |
commit | 503cac8b663fdd493b8dcdb4ae26380d4d9d04f7 (patch) | |
tree | 78eb5455825baced26c179d365f42c303e1c6986 /devel | |
parent | 71b5c615618803f1099d97d6d543a41cc4905ba2 (diff) | |
download | freebsd-ports-gnome-503cac8b663fdd493b8dcdb4ae26380d4d9d04f7.tar.gz freebsd-ports-gnome-503cac8b663fdd493b8dcdb4ae26380d4d9d04f7.tar.zst freebsd-ports-gnome-503cac8b663fdd493b8dcdb4ae26380d4d9d04f7.zip |
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
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cmake-gui/Makefile | 5 | ||||
-rw-r--r-- | devel/cmake-modules/Makefile | 2 | ||||
-rw-r--r-- | devel/cmake/Makefile | 4 | ||||
-rw-r--r-- | devel/cmake/distinfo | 4 |
4 files changed, 8 insertions, 7 deletions
diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 54bcbb35d86f..d5d72b24a3d0 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -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 \ diff --git a/devel/cmake-modules/Makefile b/devel/cmake-modules/Makefile index b86a6f4024c1..b2aa3d22abc8 100644 --- a/devel/cmake-modules/Makefile +++ b/devel/cmake-modules/Makefile @@ -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" diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile index f620939a35cb..5afc54877b89 100644 --- a/devel/cmake/Makefile +++ b/devel/cmake/Makefile @@ -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/ diff --git a/devel/cmake/distinfo b/devel/cmake/distinfo index 756324cde53c..5f97151a382d 100644 --- a/devel/cmake/distinfo +++ b/devel/cmake/distinfo @@ -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 |