Simple bugfix update to the latest stable version 3.17.3. Changelog:
https://blog.kitware.com/cmake-3-17-3-available-for-download/
Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cmake/Makefile,v
retrieving revision 1.185
diff -u -p -u -p -r1.185 Makefile
--- Makefile 26 May 2020 15:15:09 -0000 1.185
+++ Makefile 4 Jun 2020 05:45:17 -0000
@@ -4,11 +4,10 @@ DPB_PROPERTIES = parallel
COMMENT = portable build system
-VER = 3.17.2
+VER = 3.17.3
EPOCH = 0
DISTNAME = cmake-${VER}
CATEGORIES = devel
-REVISION = 0
HOMEPAGE = https://www.cmake.org/
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cmake/distinfo,v
retrieving revision 1.57
diff -u -p -u -p -r1.57 distinfo
--- distinfo 25 May 2020 05:12:00 -0000 1.57
+++ distinfo 4 Jun 2020 05:45:17 -0000
@@ -1,2 +1,2 @@
-SHA256 (cmake-3.17.2.tar.gz) = /HcyTE+CCgkFKneFVJuANf+NNGHe1bvYDSUq59HNOqU=
-SIZE (cmake-3.17.2.tar.gz) = 9469251
+SHA256 (cmake-3.17.3.tar.gz) = C9YNUSJ13J9u8qKGVCahhGQs6zdheU5rZb/yM7kdjEA=
+SIZE (cmake-3.17.3.tar.gz) = 9470753
Index: patches/patch-Source_cmGeneratorTarget_cxx
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Source_cmGeneratorTarget_cxx,v
retrieving revision 1.13
diff -u -p -u -p -r1.13 patch-Source_cmGeneratorTarget_cxx
--- patches/patch-Source_cmGeneratorTarget_cxx 25 May 2020 05:12:00 -0000
1.13
+++ patches/patch-Source_cmGeneratorTarget_cxx 4 Jun 2020 05:45:17 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-Source_cmGeneratorTarget
Index: Source/cmGeneratorTarget.cxx
--- Source/cmGeneratorTarget.cxx.orig
+++ Source/cmGeneratorTarget.cxx
-@@ -4154,9 +4154,16 @@ cmGeneratorTarget::Names cmGeneratorTarget::GetLibrary
+@@ -4155,9 +4155,16 @@ cmGeneratorTarget::Names cmGeneratorTarget::GetLibrary
// Check for library version properties.
const char* version = this->GetProperty("VERSION");
const char* soversion = this->GetProperty("SOVERSION");
@@ -20,7 +20,7 @@ Index: Source/cmGeneratorTarget.cxx
// Versioning is supported only for shared libraries and modules,
// and then only when the platform supports an soname flag.
version = nullptr;
-@@ -4180,6 +4187,35 @@ cmGeneratorTarget::Names cmGeneratorTarget::GetLibrary
+@@ -4181,6 +4188,35 @@ cmGeneratorTarget::Names cmGeneratorTarget::GetLibrary
// The library name.
targetNames.Output = prefix + targetNames.Base + suffix;
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/devel/cmake/pkg/PLIST,v
retrieving revision 1.44
diff -u -p -u -p -r1.44 PLIST
--- pkg/PLIST 25 May 2020 05:12:00 -0000 1.44
+++ pkg/PLIST 4 Jun 2020 05:45:17 -0000
@@ -25,7 +25,6 @@
@man man/man7/cmake-toolchains.7
@man man/man7/cmake-variables.7
@man man/man7/cpack-generators.7
-share/aclocal/
share/aclocal/cmake.m4
share/cmake/
share/cmake/Help/
@@ -207,6 +206,8 @@ share/cmake/Help/envvar/FC.rst
share/cmake/Help/envvar/FFLAGS.rst
share/cmake/Help/envvar/LDFLAGS.rst
share/cmake/Help/envvar/MACOSX_DEPLOYMENT_TARGET.rst
+share/cmake/Help/envvar/OBJC.rst
+share/cmake/Help/envvar/OBJCXX.rst
share/cmake/Help/envvar/PackageName_ROOT.rst
share/cmake/Help/envvar/RC.rst
share/cmake/Help/envvar/RCFLAGS.rst
@@ -2992,6 +2993,8 @@ share/doc/cmake/html/_sources/envvar/FC.
share/doc/cmake/html/_sources/envvar/FFLAGS.txt
share/doc/cmake/html/_sources/envvar/LDFLAGS.txt
share/doc/cmake/html/_sources/envvar/MACOSX_DEPLOYMENT_TARGET.txt
+share/doc/cmake/html/_sources/envvar/OBJC.txt
+share/doc/cmake/html/_sources/envvar/OBJCXX.txt
share/doc/cmake/html/_sources/envvar/PackageName_ROOT.txt
share/doc/cmake/html/_sources/envvar/RC.txt
share/doc/cmake/html/_sources/envvar/RCFLAGS.txt
@@ -4715,6 +4718,8 @@ share/doc/cmake/html/envvar/FC.html
share/doc/cmake/html/envvar/FFLAGS.html
share/doc/cmake/html/envvar/LDFLAGS.html
share/doc/cmake/html/envvar/MACOSX_DEPLOYMENT_TARGET.html
+share/doc/cmake/html/envvar/OBJC.html
+share/doc/cmake/html/envvar/OBJCXX.html
share/doc/cmake/html/envvar/PackageName_ROOT.html
share/doc/cmake/html/envvar/RC.html
share/doc/cmake/html/envvar/RCFLAGS.html