Received: by mail.netbsd.org (Postfix, from userid 605) id 270F784CFC; Sat, 29 May 2021 06:14:42 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6026784CE8 for ; Sat, 29 May 2021 06:14:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id LuupxU9EHRxE for ; Sat, 29 May 2021 06:14:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5202384C13 for ; Sat, 29 May 2021 06:14:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3ED1AFA95; Sat, 29 May 2021 06:14:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1622268880238320" MIME-Version: 1.0 Date: Sat, 29 May 2021 06:14:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/cmake To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210529061440.3ED1AFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1622268880238320 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sat May 29 06:14:40 UTC 2021 Modified Files: pkgsrc/devel/cmake: distinfo version.mk Log Message: cmake: updated to 3.20.3 CMake 3.20.3 * Help: Use relative path for IDE Integration guide link to preset schema * BinUtils: Use more-private temporary variable names * ObjectiveC: Respect OSX_ARCHITECTURES for OBJC * FindBoost: Add support for Boost 1.76 * Ninja: Restore support for Fortran in a symlinked build tree * Utilities/Sphinx: Update man page config for Sphinx 4 * ExternalProject: Ensure git fetch if updating to hash we don't have yet * ExternalProject: Only add git config setting with git 1.7.7 or later * Ninja Multi-Config: Split long command lines by config * CMP0082: Check EXCLUDE_FROM_ALL property at generate time * GNU: C++17 default version * GNU: Final C++20 flags * GNU: C++23 support * CUDA: improve regex for CUDA Toolkit root from nvcc verbose output * cmCommandLineArgument: Correctly record parsing failures * cmake: `--build` and `--install` error out when encountering bad flags * cmCommandLineArgument: Provide more information syntax error messages * NVHPC: Support explicit language flags * NVHPC: Support Ninja dependency scanning To generate a diff of this commit: cvs rdiff -u -r1.177 -r1.178 pkgsrc/devel/cmake/distinfo cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/cmake/version.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1622268880238320 Content-Disposition: inline Content-Length: 1853 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/cmake/distinfo diff -u pkgsrc/devel/cmake/distinfo:1.177 pkgsrc/devel/cmake/distinfo:1.178 --- pkgsrc/devel/cmake/distinfo:1.177 Fri Apr 30 06:45:13 2021 +++ pkgsrc/devel/cmake/distinfo Sat May 29 06:14:40 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.177 2021/04/30 06:45:13 adam Exp $ +$NetBSD: distinfo,v 1.178 2021/05/29 06:14:40 adam Exp $ -SHA1 (cmake-3.20.2.tar.gz) = 0c0c76bd90092bbc36288ffd25d8e7f7ebc3c2e5 -RMD160 (cmake-3.20.2.tar.gz) = d7a93e8da747c354d14aba0efb18cd18d38ccf08 -SHA512 (cmake-3.20.2.tar.gz) = 675a92f84b437169aee86dbfa59715671b9195ddeffc6fea83c7803a70abe3116106ad0a627b9e4bef326bfb2a10fdf624ad341fd9d3d08e3d8a69c271cd2b32 -Size (cmake-3.20.2.tar.gz) = 9438694 bytes +SHA1 (cmake-3.20.3.tar.gz) = 96e498c4d1ac238b6852b1113102bf2301bb88d8 +RMD160 (cmake-3.20.3.tar.gz) = 008249fc440dd3210ffb20cb018368f2219bd677 +SHA512 (cmake-3.20.3.tar.gz) = ed2b8b04c759c4f7c5c363be33bf08e6677c710c1f937050a378ab5539136b919531e1c927b117b3d8d68d4bb613de8d92a3d4d50f3ab3bc98355febca779a1b +Size (cmake-3.20.3.tar.gz) = 9440009 bytes SHA1 (patch-CMakeLists.txt) = fabdb0590f4b97c34c2242749ae3b6af18aefc0a SHA1 (patch-Modules_Compiler_GNU.cmake) = e091c53ac3f3a6cd811119d3231563df32e76bf9 SHA1 (patch-Modules_FindCurses.cmake) = 98cac805a6abafcfb8b61e441b50a1d6aec27ad0 Index: pkgsrc/devel/cmake/version.mk diff -u pkgsrc/devel/cmake/version.mk:1.14 pkgsrc/devel/cmake/version.mk:1.15 --- pkgsrc/devel/cmake/version.mk:1.14 Fri Apr 30 06:45:14 2021 +++ pkgsrc/devel/cmake/version.mk Sat May 29 06:14:40 2021 @@ -1,6 +1,6 @@ -# $NetBSD: version.mk,v 1.14 2021/04/30 06:45:14 adam Exp $ +# $NetBSD: version.mk,v 1.15 2021/05/29 06:14:40 adam Exp $ # used by devel/cmake/Makefile.common # used by devel/cmake-fedora/Makefile -CMAKE_VERSION= 3.20.2 +CMAKE_VERSION= 3.20.3 CMAKE_API= ${CMAKE_VERSION:R} --_----------=_1622268880238320--