On Mon Feb 03, 2020 at 06:56:17AM +0100, Rafael Sadowski wrote: > Simple bugfix update. Change log: > > https://blog.kitware.com/cmake-3-16-3-available-for-download/ > > I see nothing with impact for us. >
Next bug-fix update: https://blog.kitware.com/cmake-3-16-4-available-for-download/ 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 12 Feb 2020 07:15:02 -0000 @@ -4,7 +4,7 @@ DPB_PROPERTIES = parallel COMMENT = portable build system -VER = 3.16.2 +VER = 3.16.4 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 12 Feb 2020 07:15:02 -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.4.tar.gz) = m8yMEU2dpgOvlRIIPtfUo5kR0WEFRmvroWW6j+k5rCw= +SIZE (cmake-3.16.4.tar.gz) = 9113021 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 12 Feb 2020 07:15:02 -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