aboutsummaryrefslogtreecommitdiff
path: root/devel/cmake/Makefile
diff options
context:
space:
mode:
authorAdriaan de Groot <adridg@FreeBSD.org>2021-02-23 23:24:26 +0000
committerAdriaan de Groot <adridg@FreeBSD.org>2021-02-23 23:24:26 +0000
commitab3e646b5ccbfc35aeaa3b5767595ebcb3d73575 (patch)
tree86c56c300f3034f47cae8fe05aac2b43e9bbd389 /devel/cmake/Makefile
parent43fea2c6267d0b8222d44ea36f2989c77cee231e (diff)
downloadports-ab3e646b5ccbfc35aeaa3b5767595ebcb3d73575.tar.gz
ports-ab3e646b5ccbfc35aeaa3b5767595ebcb3d73575.zip
Update CMake's FreeBSD pkg(8) generator
There is an OPTION CPACK for CMake that enables a FreeBSD pkg(8) generator: after building anything CMake-based, `cpack -G FREEBSD` gives you a a ready-to-go installable package. Well, assuming you turn the option on, and the bugs in the generator are fixed. Which this patch does. I've tried it with supertux2 and some other bits and pieces and the patch is in a MR upstream.
Notes
Notes: svn path=/head/; revision=566434
Diffstat (limited to 'devel/cmake/Makefile')
-rw-r--r--devel/cmake/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/cmake/Makefile b/devel/cmake/Makefile
index 7d712365a365..ba695932ebc2 100644
--- a/devel/cmake/Makefile
+++ b/devel/cmake/Makefile
@@ -4,6 +4,7 @@
PORTNAME= cmake
# Remember to update devel/cmake-doc and devel/cmake-gui as well.
DISTVERSION= 3.19.5
+PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= https://github.com/Kitware/CMake/releases/download/v${DISTVERSION}/ \
https://www.cmake.org/files/v${PORTVERSION}/