pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cmake



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Dec 18 05:37:35 UTC 2023

Modified Files:
        pkgsrc/devel/cmake: distinfo version.mk

Log Message:
cmake cmake-gui: updated to 3.28.1

CMake 3.28.1
* Help/create_test_sourcelist: reflow prose
* Help/create_test_sourcelist: add formatting markup
* Help/create_test_sourcelist: format arguments in the signature docs
* cmGeneratorTarget: disable C++ module scanning for verify targets
* cmQtAutoGenInitializer: disable C++ module scanning for autogen sources
* cmLocalGenerator: disable C++ module scanning for copied PCH sources
* cmLocalGenerator: disable C++ module scanning for unity sources
* cmGlobalXCodeGenerator: disable C++ module scanning for force-lang files
* FindFreetype: always find the config module quietly
* FindFreetype: also consider RelWithDebInfo-built libraries
* FindTIFF: always find the config module quietly
* FindTIFF: consider `IMPLIB`-using platforms
* FindCUDAToolkit: Fix stub library representation on reconfigure
* Tests: Update for changes to upstream ninja development version
* gitlab-ci: update macOS jobs to use Xcode 15.1
* FindMatlab: Fix regression on Windows Registry lookup failure
* FindFreetype: Fix success message when config module is found
* FindTIFF: Restore support for projects that do not enable CMP0057
* FindMatlab: Fix processing of multiple versions from Windows Registry
* Help: Fix malformed cross-reference in FetchContent docs
* Help: Add missing versionadded directives for IMPORTED_IMPLIB
* Help: XCFrameworks and stubs are supported on all Apple, not just macOS
* Help: Note case where IMPORTED_IMPLIB isn't needed for (xc)frameworks
* Tests: Do not expect EINTR when sleep is interrupted on GNU/Hurd
* CUDAToolkit: Restore ability to find cupti headers


To generate a diff of this commit:
cvs rdiff -u -r1.225 -r1.226 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.50 -r1.51 pkgsrc/devel/cmake/version.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/cmake/distinfo
diff -u pkgsrc/devel/cmake/distinfo:1.225 pkgsrc/devel/cmake/distinfo:1.226
--- pkgsrc/devel/cmake/distinfo:1.225   Thu Dec  7 17:34:27 2023
+++ pkgsrc/devel/cmake/distinfo Mon Dec 18 05:37:35 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.225 2023/12/07 17:34:27 adam Exp $
+$NetBSD: distinfo,v 1.226 2023/12/18 05:37:35 adam Exp $
 
-BLAKE2s (cmake-3.28.0.tar.gz) = 49d4f0d505d7d4815c4b09917bfe964fe9410425b1370c46bb5aa17665fed957
-SHA512 (cmake-3.28.0.tar.gz) = 54f0fa5754693ab0a58314301da6957fbee410cf3c5906eaf5a5eabe9d371d8eda84eba42832c29d0a223d954b580c955811f62be38b33b817cab7199f884b60
-Size (cmake-3.28.0.tar.gz) = 11064707 bytes
+BLAKE2s (cmake-3.28.1.tar.gz) = 810c0829b2629309360355a37d289ddf1a2fc688f9dd42a6f5144555aa45ca85
+SHA512 (cmake-3.28.1.tar.gz) = 62693c423dd46d252d046662ac34cf9c927b7ec23c213c6b5cd1683636b8bbb5326698af1e7f851f3c01fe3f14dd769b9a8bd405f8f9e73e6d8defae7517cbcb
+Size (cmake-3.28.1.tar.gz) = 11065923 bytes
 SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
 SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.50 pkgsrc/devel/cmake/version.mk:1.51
--- pkgsrc/devel/cmake/version.mk:1.50  Thu Dec  7 17:34:27 2023
+++ pkgsrc/devel/cmake/version.mk       Mon Dec 18 05:37:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.50 2023/12/07 17:34:27 adam Exp $
+# $NetBSD: version.mk,v 1.51 2023/12/18 05:37:35 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.28.0
+CMAKE_VERSION= 3.28.1
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index