Simple bugfix update. Change log:

https://blog.kitware.com/cmake-3-16-3-available-for-download/

I see nothing with impact for us.

OK?

Index: Makefile
===================================================================
RCS file: /cvs/ports/devel/cmake/Makefile,v
retrieving revision 1.179
diff -u -p -u -p -r1.179 Makefile
--- Makefile    11 Jan 2020 08:01:09 -0000      1.179
+++ Makefile    30 Jan 2020 09:25:38 -0000
@@ -4,7 +4,7 @@ DPB_PROPERTIES =        parallel
 
 COMMENT =      portable build system
 
-VER =          3.16.2
+VER =          3.16.3
 EPOCH =                0
 DISTNAME =     cmake-${VER}
 CATEGORIES =   devel
Index: distinfo
===================================================================
RCS file: /cvs/ports/devel/cmake/distinfo,v
retrieving revision 1.56
diff -u -p -u -p -r1.56 distinfo
--- distinfo    11 Jan 2020 08:01:09 -0000      1.56
+++ distinfo    30 Jan 2020 09:25:38 -0000
@@ -1,2 +1,2 @@
-SHA256 (cmake-3.16.2.tar.gz) = jAl4bsYMor41TCmCkHLDgRPekYTymSjrnahEal8s5qk=
-SIZE (cmake-3.16.2.tar.gz) = 9109837
+SHA256 (cmake-3.16.3.tar.gz) = 5U8W35tT2sMP1iZBWDOm51sOR5FTk4Q9oYJbCW7mBmg=
+SIZE (cmake-3.16.3.tar.gz) = 9111826
Index: patches/patch-Modules_FindPythonLibs_cmake
===================================================================
RCS file: /cvs/ports/devel/cmake/patches/patch-Modules_FindPythonLibs_cmake,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 patch-Modules_FindPythonLibs_cmake
--- patches/patch-Modules_FindPythonLibs_cmake  11 Jan 2020 08:01:09 -0000      
1.19
+++ patches/patch-Modules_FindPythonLibs_cmake  30 Jan 2020 09:25:38 -0000
@@ -11,7 +11,7 @@ Index: Modules/FindPythonLibs.cmake
 +
  set(_PYTHON1_VERSIONS 1.6 1.5)
  set(_PYTHON2_VERSIONS 2.7 2.6 2.5 2.4 2.3 2.2 2.1 2.0)
- set(_PYTHON3_VERSIONS 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
+ set(_PYTHON3_VERSIONS 3.9 3.8 3.7 3.6 3.5 3.4 3.3 3.2 3.1 3.0)
 @@ -111,11 +114,15 @@ endif()
  # If FindPythonInterp has already found the major and minor version,
  # insert that version between the user supplied versions and the stock

Reply via email to