Skip to content

Commit

Permalink
devel/cmake*: bump to 3.24.0
Browse files Browse the repository at this point in the history
Update the CMake ports to 3.24. A previous exp-run -- thanks
antoine@ -- showed up new failures. That is normal for a CMake
update. tcberner@ fixed most of them (in the linked PR) and
lang/zig just landed. The original patch for the update came
from tcberner@ as well, but I had to re-jig it after CMake
was reorganized into a metaport and -core package.

PR:		265652
  • Loading branch information
Adriaan de Groot authored and Adriaan de Groot committed Sep 17, 2022
1 parent bdc2b54 commit d7992a6
Show file tree
Hide file tree
Showing 7 changed files with 74 additions and 14 deletions.
2 changes: 1 addition & 1 deletion devel/cmake-core/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PORTNAME= cmake
# Remember to update devel/cmake-doc and devel/cmake-gui as well.
DISTVERSION= 3.23.3
DISTVERSION= 3.24.0
CATEGORIES= devel
MASTER_SITES= https://github.com/Kitware/CMake/releases/download/v${DISTVERSION}/ \
https://www.cmake.org/files/v${PORTVERSION}/
Expand Down
6 changes: 3 additions & 3 deletions devel/cmake-core/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1659078515
SHA256 (cmake-3.23.3.tar.gz) = 06fefaf0ad94989724b56f733093c2623f6f84356e5beb955957f9ce3ee28809
SIZE (cmake-3.23.3.tar.gz) = 9988050
TIMESTAMP = 1663007159
SHA256 (cmake-3.24.0.tar.gz) = c2b61f7cdecb1576cad25f918a8f42b8685d88a832fd4b62b9e0fa32e915a658
SIZE (cmake-3.24.0.tar.gz) = 10395167
71 changes: 67 additions & 4 deletions devel/cmake-core/pkg-plist

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion devel/cmake-doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= cmake
DISTVERSION= 3.23.3
DISTVERSION= 3.24.0
CATEGORIES= devel
MASTER_SITES= https://www.cmake.org/files/v${PORTVERSION:R}/
PKGNAMESUFFIX= -doc
Expand Down
2 changes: 0 additions & 2 deletions devel/cmake-doc/pkg-plist
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
%%DOCSDIR%%/html/_sources/module/CPackIFWConfigureFile.rst.txt
%%DOCSDIR%%/html/_sources/module/CPackNSIS.rst.txt
%%DOCSDIR%%/html/_sources/module/CPackNuGet.rst.txt
%%DOCSDIR%%/html/_sources/module/CPackPackageMaker.rst.txt
%%DOCSDIR%%/html/_sources/module/CPackProductBuild.rst.txt
%%DOCSDIR%%/html/_sources/module/CPackRPM.rst.txt
%%DOCSDIR%%/html/_sources/module/CPackWIX.rst.txt
Expand Down Expand Up @@ -1890,7 +1889,6 @@
%%DOCSDIR%%/html/module/CPackIFWConfigureFile.html
%%DOCSDIR%%/html/module/CPackNSIS.html
%%DOCSDIR%%/html/module/CPackNuGet.html
%%DOCSDIR%%/html/module/CPackPackageMaker.html
%%DOCSDIR%%/html/module/CPackProductBuild.html
%%DOCSDIR%%/html/module/CPackRPM.html
%%DOCSDIR%%/html/module/CPackWIX.html
Expand Down
2 changes: 1 addition & 1 deletion devel/cmake-man/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= cmake
DISTVERSION= 3.23.3
DISTVERSION= 3.24.0
CATEGORIES= devel
MASTER_SITES= https://github.com/Kitware/CMake/releases/download/v${DISTVERSION}/ \
https://www.cmake.org/files/v${DISTVERSION}/
Expand Down
3 changes: 1 addition & 2 deletions devel/cmake/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
PORTNAME= cmake
DISTVERSION= 3.23.3
DISTVERSION= 3.24.0
CATEGORIES= devel
PORTREVISION= 1

MAINTAINER= kde@FreeBSD.org
COMMENT= Meta-port to connect all CMake bits
Expand Down

0 comments on commit d7992a6

Please sign in to comment.