Simple bugfix update to the latest stable version.

>From release notes:
https://cmake.org/cmake/help/v3.15/release/3.15.html

3.15.3

    CrayPrgEnv compiler wrapper support has been updated for the 19.06
    release of the Cray Programming Environment for which the default
    linking mode on XC Cray systems is now dynamic instead of static.

I don't see any impact for OpenBSD. OK?

RS

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cmake/Makefile,v
retrieving revision 1.176
diff -u -p -u -p -r1.176 Makefile
--- Makefile    21 Aug 2019 05:47:40 -0000      1.176
+++ Makefile    13 Sep 2019 05:12:20 -0000
@@ -4,7 +4,7 @@ DPB_PROPERTIES =        parallel
 
 COMMENT =      portable build system
 
-VER =          3.15.2
+VER =          3.15.3
 EPOCH =                0
 DISTNAME =     cmake-${VER}
 CATEGORIES =   devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cmake/distinfo,v
retrieving revision 1.54
diff -u -p -u -p -r1.54 distinfo
--- distinfo    21 Aug 2019 05:47:40 -0000      1.54
+++ distinfo    13 Sep 2019 05:12:20 -0000
@@ -1,2 +1,2 @@
-SHA256 (cmake-3.15.2.tar.gz) = U5CIyymmjm1qj7pcAJUeXlsaksaPo4qD4e0vNVkz92g=
-SIZE (cmake-3.15.2.tar.gz) = 9269449
+SHA256 (cmake-3.15.3.tar.gz) = E5WCQ6ATZbBWUvoBsh1A+oNPcKnjDvppwCYE5k9YuPU=
+SIZE (cmake-3.15.3.tar.gz) = 9270184
Index: patches/patch-Source_cmGlobalGenerator_cxx
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Source_cmGlobalGenerator_cxx,v
retrieving revision 1.10
diff -u -p -u -p -r1.10 patch-Source_cmGlobalGenerator_cxx
--- patches/patch-Source_cmGlobalGenerator_cxx  21 Aug 2019 05:47:40 -0000      
1.10
+++ patches/patch-Source_cmGlobalGenerator_cxx  13 Sep 2019 05:12:20 -0000
@@ -3,7 +3,7 @@ $OpenBSD: patch-Source_cmGlobalGenerator
 Index: Source/cmGlobalGenerator.cxx
 --- Source/cmGlobalGenerator.cxx.orig
 +++ Source/cmGlobalGenerator.cxx
-@@ -2435,6 +2435,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test(
+@@ -2432,6 +2432,9 @@ void cmGlobalGenerator::AddGlobalTarget_Test(
    cmCustomCommandLine singleLine;
    singleLine.push_back(cmSystemTools::GetCTestCommand());
    singleLine.push_back("--force-new-ctest-process");

Reply via email to