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 Aug 30 08:43:37 UTC 2024

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

Log Message:
cmake cmake-gui: updated to 3.30.3

CMake 3.30.3
* file(DOWNLOAD): Fix User-Agent to use run-time curl version
* curl: Avoid using HTTP/2 with curl 8.7.x due to bug in error codes
* FindJNI: Improve output on macOS if Xcode is not installed
* ci: update to use ninja 1.12.1
* gitlab-ci: update macOS jobs to use Xcode 15.4
* gitlab-ci: Update Windows builds to MSVC 14.41 toolset
* cppdap: include/dap/network.h: add <stdint.h> include for GCC 15
* FindPython: fix regression of NumPy detection with Intel MKL library
* CPack/NSIS: Fix matching of reserved component names
* Android: Fix build with NDK 27
* FindPython: ensure a usable environment is set for the free threaded Python
* project: non cache <project> prefix variables are also created
* FindJNI: Support finding libjvm.so for all OpenJDK variants


To generate a diff of this commit:
cvs rdiff -u -r1.239 -r1.240 pkgsrc/devel/cmake/distinfo
cvs rdiff -u -r1.64 -r1.65 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.239 pkgsrc/devel/cmake/distinfo:1.240
--- pkgsrc/devel/cmake/distinfo:1.239   Sat Aug  3 05:53:56 2024
+++ pkgsrc/devel/cmake/distinfo Fri Aug 30 08:43:37 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.239 2024/08/03 05:53:56 adam Exp $
+$NetBSD: distinfo,v 1.240 2024/08/30 08:43:37 adam Exp $
 
-BLAKE2s (cmake-3.30.2.tar.gz) = 26faa71472eca4b0ae29ee7e4a0942a00cf000fcb26fbd75935cf7a182877e9b
-SHA512 (cmake-3.30.2.tar.gz) = 2b4c4ebb2213e19a08b9bf5a3cf0427dd2bfc44c7d86734abf5524c311bbce7e79f76d08e4df87a1e4508fe9fa05a28333068dc3bab308ef9724a9beeb39daab
-Size (cmake-3.30.2.tar.gz) = 11500719 bytes
+BLAKE2s (cmake-3.30.3.tar.gz) = 93dd2f9a6d339455cee23c3a381b0249d761b33b29a606037b0f5e528da792d9
+SHA512 (cmake-3.30.3.tar.gz) = 1cc0381077819f7210e3fad5fe8194ddc65210f6591044b3982ca0c600e8e978330f1a5602515780bd691264678c7c35a8d9c28d34c14ffa22ef96c7544a20d4
+Size (cmake-3.30.3.tar.gz) = 11501292 bytes
 SHA1 (patch-Auxiliary_CMakeLists.txt) = 7a26ef79be53b9d0370029e83f203440aa0be2a4
 SHA1 (patch-CMakeLists.txt) = 0fb79458828a021a96e350bc4cf12875914f868b
 SHA1 (patch-Modules_Compiler_GNU.cmake) = e06fc41fd7a49ca9f8edaabb95d4ab1cde784112

Index: pkgsrc/devel/cmake/version.mk
diff -u pkgsrc/devel/cmake/version.mk:1.64 pkgsrc/devel/cmake/version.mk:1.65
--- pkgsrc/devel/cmake/version.mk:1.64  Sat Aug  3 05:53:56 2024
+++ pkgsrc/devel/cmake/version.mk       Fri Aug 30 08:43:37 2024
@@ -1,6 +1,6 @@
-# $NetBSD: version.mk,v 1.64 2024/08/03 05:53:56 adam Exp $
+# $NetBSD: version.mk,v 1.65 2024/08/30 08:43:37 adam Exp $
 # used by devel/cmake/Makefile.common
 # used by devel/cmake-fedora/Makefile
 
-CMAKE_VERSION= 3.30.2
+CMAKE_VERSION= 3.30.3
 CMAKE_API=     ${CMAKE_VERSION:R}



Home | Main Index | Thread Index | Old Index