gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r8214: cmake 3.23.0


From: Carl Hansen
Subject: [Gsrc-commit] trunk r8214: cmake 3.23.0
Date: Wed, 30 Mar 2022 01:37:41 -0400 (EDT)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 8214
revision-id: carlhansen1234@gmail.com-20220330053736-mxok0hhbz9jxiet6
parent: carlhansen1234@gmail.com-20220330040652-hbcyyhnssyd6nzfl
committer: carlhansen1234@gmail.com
branch nick: trunk
timestamp: Tue 2022-03-29 22:37:36 -0700
message:
  cmake 3.23.0
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-03-28 05:49:04 +0000
+++ b/pkg/other/cmake/Makefile  2022-03-30 05:37:36 +0000
@@ -21,7 +21,7 @@
 
 NAME =    cmake
 GARNAME = cmake
-GARVERSION = 3.23.0-rc5
+GARVERSION = 3.23.0
 HOME_URL = https://cmake.org/
        # or http://kitware.com/cmake
 DESCRIPTION =  cmake build utility, works with or as "make" or other build 
systems
@@ -34,11 +34,13 @@
 #MASTER_SITES = https://cmake.org/
 #MASTER_SUBDIR = files/v3.14/
 
#https://github.com/Kitware/CMake/releases/download/v3.19.0-rc1/cmake-3.19.0-rc1.tar.gz
-#https://github.com/Kitware/CMake/releases/download/v3.17.3/cmake-3.17.3.tar.gz
+
 MASTER_SITES = https://github.com/
 MASTER_SUBDIR = Kitware/CMake/releases/download/v$(GARVERSION)/
 DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz 
-SIGFILES =
+#SIGFILES =  $(GARNAME)-$(GARVERSION)-SHA-256.txt
+SIGFILES = 
+CONFIGURE_SCRIPTS =
 
 BUILDDEPS = openssl
 LIBDEPS =
@@ -48,3 +50,7 @@
 include ../../../gar/gar.lib/auto.mk
 include config.mk
 
+pre-build:
+       cd $(WORKSRC) && ./bootstrap --prefix=$(prefix)
+       $(MAKECOOKIE)
+       

=== modified file 'pkg/other/cmake/sha256sums'
--- a/pkg/other/cmake/sha256sums        2022-03-28 05:49:04 +0000
+++ b/pkg/other/cmake/sha256sums        2022-03-30 05:37:36 +0000
@@ -1,1 +1,1 @@
-9a787abc4f4e43850c330d0860db7f268a2f5ec8ed1e65eb2d08d928f44ccb0e  
download/cmake-3.23.0-rc5.tar.gz
+5ab0a12f702f44013be7e19534cd9094d65cc9fe7b2cd0f8c9e5318e0fe4ac82  
download/cmake-3.23.0.tar.gz


reply via email to

[Prev in Thread] Current Thread [Next in Thread]