Received: by mail.netbsd.org (Postfix, from userid 605) id A205084E95; Tue, 27 Jul 2021 15:43:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D8CC884E8F for ; Tue, 27 Jul 2021 15:43:15 +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 BZDOV3KLhd1d for ; Tue, 27 Jul 2021 15:43:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 409ED84E8D for ; Tue, 27 Jul 2021 15:43:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 338FCFA95; Tue, 27 Jul 2021 15:43:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16274005957880" MIME-Version: 1.0 Date: Tue, 27 Jul 2021 15:43:15 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/abseil To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210727154315.338FCFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16274005957880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jul 27 15:43:15 UTC 2021 Modified Files: pkgsrc/devel/abseil: Makefile distinfo Log Message: abseil: updated to 20210324.2 Abseil LTS 20210324.2 What's New: The cleanup library has been released. This library contains the control-flow-construct-like type absl::Cleanup which is used for executing a callback on scope exit. The numeric library now includes bits.h, a polyfill header containing implementations of C++20's bitwise math functions. Abseil now installs pkg-config files to make it easier to use Abseil with some other build systems. Abseil now respects the default CMake installation paths. Standard CMake variables like CMAKE_INSTALL_PREFIX can be used to change the installation path. Breaking Changes: The empty absl::container target has been removed from the CMake build. This target had no effect and references to this target in user code can safely be removed. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/abseil/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/abseil/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16274005957880 Content-Disposition: inline Content-Length: 1903 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/abseil/Makefile diff -u pkgsrc/devel/abseil/Makefile:1.8 pkgsrc/devel/abseil/Makefile:1.9 --- pkgsrc/devel/abseil/Makefile:1.8 Fri Apr 30 10:32:17 2021 +++ pkgsrc/devel/abseil/Makefile Tue Jul 27 15:43:15 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2021/04/30 10:32:17 adam Exp $ +# $NetBSD: Makefile,v 1.9 2021/07/27 15:43:15 adam Exp $ -DISTNAME= abseil-20210324.1 +DISTNAME= abseil-20210324.2 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=abseil/} GITHUB_PROJECT= abseil-cpp Index: pkgsrc/devel/abseil/distinfo diff -u pkgsrc/devel/abseil/distinfo:1.6 pkgsrc/devel/abseil/distinfo:1.7 --- pkgsrc/devel/abseil/distinfo:1.6 Fri Apr 30 10:32:17 2021 +++ pkgsrc/devel/abseil/distinfo Tue Jul 27 15:43:15 2021 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.6 2021/04/30 10:32:17 adam Exp $ +$NetBSD: distinfo,v 1.7 2021/07/27 15:43:15 adam Exp $ -SHA1 (abseil-20210324.1-20210324.1.tar.gz) = 464e07ed009165b411358e5d86a7a754ecbf5325 -RMD160 (abseil-20210324.1-20210324.1.tar.gz) = 1be7e10173ab36ca00aeeeab4567932aaa692b22 -SHA512 (abseil-20210324.1-20210324.1.tar.gz) = fe593ed98eeea5461abca95ebb9dd3f7e8eedaa15e009f776945fdbb6ed489c61966611c1c72558d2ccdd541b952a345e51885d522ff29542cbcc837cf565866 -Size (abseil-20210324.1-20210324.1.tar.gz) = 1774134 bytes +SHA1 (abseil-20210324.2-20210324.2.tar.gz) = 2d46ae096bfbdab19de1d65079b95e0fae9efe2e +RMD160 (abseil-20210324.2-20210324.2.tar.gz) = 486d460b8315005619984905f2e8ec8f315d463b +SHA512 (abseil-20210324.2-20210324.2.tar.gz) = 7b935f0f2787a81438f30072f2191138ce3c099e4b22addfbe8ebe579d906604bc6ab03f054d3d6917a08ef5cb7a4371c1a501a7dfbc15c50301261dbf5f6e27 +Size (abseil-20210324.2-20210324.2.tar.gz) = 1774172 bytes SHA1 (patch-absl_base_config.h) = 407aa5ccee356e93426647db6b405296bcd914dc SHA1 (patch-absl_time_internal_cctz_src_time__zone__format.cc) = 501736490edc62afb8b82e16f9a88e7fab6f5552 --_----------=_16274005957880--