diff options
author | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-04-07 17:23:29 +0000 |
---|---|---|
committer | Raphael Kubo da Costa <rakuco@FreeBSD.org> | 2016-04-07 17:23:29 +0000 |
commit | 60a616a1150f37a0981beaa7808665f7c1b44049 (patch) | |
tree | 3c292b014839a196ece865ef788d8fd4a15d7513 /devel/cmake-gui/Makefile | |
parent | 118ce7783c51ca86b39db4b15819f61c85946643 (diff) |
Update CMake to 3.5.1.
Release notes: https://blog.kitware.com/cmake-3-5-1-available-for-download/
PR: 208473
Notes
Notes:
svn path=/head/; revision=412676
Diffstat (limited to 'devel/cmake-gui/Makefile')
-rw-r--r-- | devel/cmake-gui/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/cmake-gui/Makefile b/devel/cmake-gui/Makefile index 580242c8e6b0..4792e50fe84d 100644 --- a/devel/cmake-gui/Makefile +++ b/devel/cmake-gui/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= cmake -PORTVERSION= 3.5.0 +PORTVERSION= 3.5.1 CATEGORIES= devel MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/ PKGNAMESUFFIX= -gui |