[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r8592: update cmake to 3.24.2
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r8592: update cmake to 3.24.2 |
Date: |
Thu, 22 Sep 2022 22:45:24 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 8592
revision-id: carlhansen@gnu.org-20220923024518-1qyajzk75mg1qga0
parent: carlhansen@gnu.org-20220922211925-060mocpuj9jniis0
committer: Carl Hansen <carlhansen@gnu.org>
branch nick: trunk
timestamp: Thu 2022-09-22 19:45:18 -0700
message:
update cmake to 3.24.2
modified:
pkg/other/cmake/Makefile makefile-20161012192420-6gwv2zkyfuom987t-2
pkg/other/cmake/sha256sums sha256sums-20161012192420-6gwv2zkyfuom987t-3
=== modified file 'pkg/other/cmake/Makefile'
--- a/pkg/other/cmake/Makefile 2022-09-22 21:13:51 +0000
+++ b/pkg/other/cmake/Makefile 2022-09-23 02:45:18 +0000
@@ -21,7 +21,7 @@
NAME = cmake
GARNAME = cmake
-GARVERSION = 3.24.1
+GARVERSION = 3.24.2
HOME_URL = https://cmake.org/
# or http://kitware.com/cmake
DESCRIPTION = cmake build utility, works with or as "make" or other build
systems
@@ -40,11 +40,11 @@
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
#SIGFILES = $(GARNAME)-$(GARVERSION)-SHA-256.txt
SIGFILES =
-CONFIGURE_SCRIPTS =
+#CONFIGURE_SCRIPTS =
BUILDDEPS =# openssl
LIBDEPS =
-
+WORKOBJ = $(WORKSRC)-build
######################################################################
include ../../../gar/gar.lib/auto.mk
@@ -54,3 +54,7 @@
cd $(WORKSRC) && ./bootstrap --prefix=$(prefix)
$(MAKECOOKIE)
+#build: pre-build
+# @echo $(WORKSRC)
+# cd $(WORKSRC) && $(MAKE)
+
=== modified file 'pkg/other/cmake/sha256sums'
--- a/pkg/other/cmake/sha256sums 2022-08-22 14:59:00 +0000
+++ b/pkg/other/cmake/sha256sums 2022-09-23 02:45:18 +0000
@@ -1,1 +1,1 @@
-4931e277a4db1a805f13baa7013a7757a0cbfe5b7932882925c7061d9d1fa82b
download/cmake-3.24.1.tar.gz
+0d9020f06f3ddf17fb537dc228e1a56c927ee506b486f55fe2dc19f69bf0c8db
download/cmake-3.24.2.tar.gz
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r8592: update cmake to 3.24.2,
Carl Hansen <=