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:           Fri Dec  2 09:20:10 UTC 2022

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

Log Message:
cmake: updated to 3.25.1

CMake 3.25.1
* Help/dev/experimental: document the `msvc` module map format
* MSVC: don't opt into dyndep support
* Tests/FortranModules: add case for modules after "end interface X"
* Tests: Update FindBoost.TestPython for Python 3.11 and 3.12
* try_compile: Restore COPY_FILE with CMAKE_TRY_COMPILE_CONFIGURATION
* MSVC: Revert "Teach find_library to consider the 'libfoo.a' naming convention"
* Android: Revert setting LINUX variable on Android target systems
* MinGW: Fix regression when windres is not found
* Fortran: Restore support for parsing "end interface X"
* FindRuby: Remove documentation for non-existent Ruby_ROOT_DIR
* XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE
* FindCUDA: Do not use CUDA_nppicom_LIBRARY in CUDA 11.0+
* FindCUDAToolkit: Handle toolkits that don't provide nvptxcompiler
* Check*: Restore support for arbitrary result variable names


To generate a diff of this commit:
cvs rdiff -u -r1.203 -r1.204 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.32 -r1.33 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.203 pkgsrc/devel/cmake/distinfo:1.204
--- pkgsrc/devel/cmake/distinfo:1.203   Tue Nov 22 19:14:02 2022
+++ pkgsrc/devel/cmake/distinfo Fri Dec  2 09:20:10 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.203 2022/11/22 19:14:02 adam Exp $
+$NetBSD: distinfo,v 1.204 2022/12/02 09:20:10 adam Exp $
 
-BLAKE2s (cmake-3.25.0.tar.gz) = 49cb2f8e4598da62d7da3a22e8d7c57c6d37bae72dc09ef4a6e39899e2b7e5f0
-SHA512 (cmake-3.25.0.tar.gz) = f6e527161b8501c72b71a95ff7a0cf304ae02a214086ff58dd686543243d939e83faf94780cda477b19e4d42e4b8f1ff96c52f98e8f7f717e102a5229f4dd44c
-Size (cmake-3.25.0.tar.gz) = 10560389 bytes
+BLAKE2s (cmake-3.25.1.tar.gz) = 711cf1d809b9295bfe110725ba740d78b3ef1bcc4033ef54559dddfad594fbc7
+SHA512 (cmake-3.25.1.tar.gz) = ec4203cac569e3c340bf6535d193d9ccff9c4e4d59a7a7ae5b9156172f647d9f9212bdc37b3c12cbd676b1351b9a64364c563aaa968a2f41e0f402410ed78d57
+Size (cmake-3.25.1.tar.gz) = 10561054 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.32 pkgsrc/devel/cmake/version.mk:1.33
--- pkgsrc/devel/cmake/version.mk:1.32  Tue Nov 22 19:14:02 2022
+++ pkgsrc/devel/cmake/version.mk       Fri Dec  2 09:20:10 2022
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.32 2022/11/22 19:14:02 adam Exp $
+# $NetBSD: version.mk,v 1.33 2022/12/02 09:20:10 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.25.0
+CMAKE_VERSION= 3.25.1
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index