Received: by mail.netbsd.org (Postfix, from userid 605) id 9614E84DE1; Thu, 11 Jun 2020 17:01:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1D9A784DD9 for ; Thu, 11 Jun 2020 17:01:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id M4HipY27pD2Q for ; Thu, 11 Jun 2020 17:01:06 +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 911E184CE1 for ; Thu, 11 Jun 2020 17:01:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 84682FB27; Thu, 11 Jun 2020 17:01:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1591894866192640" MIME-Version: 1.0 Date: Thu, 11 Jun 2020 17:01:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/benchmarks/google-benchmark To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200611170106.84682FB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1591894866192640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jun 11 17:01:06 UTC 2020 Modified Files: pkgsrc/benchmarks/google-benchmark: Makefile distinfo Removed Files: pkgsrc/benchmarks/google-benchmark/patches: patch-CMakeLists.txt patch-src_sysinfo.cc Log Message: google-benchmark: updated to 1.5.1 v1.5.1: Python bindings are now available in //bindings/python Upgraded bazel from 0.10.1 to 3.2.0 (long overdue) RISC-V and PPC cycleclock fixes Various build warnings and cmake issues resolved Documentation improvements To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/benchmarks/google-benchmark/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/benchmarks/google-benchmark/distinfo cvs rdiff -u -r1.2 -r0 \ pkgsrc/benchmarks/google-benchmark/patches/patch-CMakeLists.txt cvs rdiff -u -r1.1 -r0 \ pkgsrc/benchmarks/google-benchmark/patches/patch-src_sysinfo.cc Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1591894866192640 Content-Disposition: inline Content-Length: 1948 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/benchmarks/google-benchmark/Makefile diff -u pkgsrc/benchmarks/google-benchmark/Makefile:1.7 pkgsrc/benchmarks/google-benchmark/Makefile:1.8 --- pkgsrc/benchmarks/google-benchmark/Makefile:1.7 Sun Apr 26 13:32:18 2020 +++ pkgsrc/benchmarks/google-benchmark/Makefile Thu Jun 11 17:01:06 2020 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2020/04/26 13:32:18 rillig Exp $ +# $NetBSD: Makefile,v 1.8 2020/06/11 17:01:06 adam Exp $ -DISTNAME= benchmark-1.5 +DISTNAME= benchmark-1.5.1 PKGNAME= google-${DISTNAME} -PKGREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_GITHUB:=google/} GITHUB_PROJECT= benchmark Index: pkgsrc/benchmarks/google-benchmark/distinfo diff -u pkgsrc/benchmarks/google-benchmark/distinfo:1.6 pkgsrc/benchmarks/google-benchmark/distinfo:1.7 --- pkgsrc/benchmarks/google-benchmark/distinfo:1.6 Fri Jan 24 16:13:03 2020 +++ pkgsrc/benchmarks/google-benchmark/distinfo Thu Jun 11 17:01:06 2020 @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.6 2020/01/24 16:13:03 minskim Exp $ +$NetBSD: distinfo,v 1.7 2020/06/11 17:01:06 adam Exp $ -SHA1 (benchmark-1.5.tar.gz) = a35b0a2ae52be99162c24c470bcda4b102b2d7e3 -RMD160 (benchmark-1.5.tar.gz) = 4d2f355d89a8aa0e3c3657c096e1a1a90f4b3574 -SHA512 (benchmark-1.5.tar.gz) = a57122340c4f9a8e434ec70098916aef7c49d5d8312a30e4753f54bacc1099b146698b66c12f9ef116f7cadc93c604809a905c0e259aecf63aa2553390a1b609 -Size (benchmark-1.5.tar.gz) = 150159 bytes -SHA1 (patch-CMakeLists.txt) = 858906c819358522d27d294025b9dfde6c053324 -SHA1 (patch-src_sysinfo.cc) = 0e5c6333e0160259d6ce2a77e36734c80685eddc +SHA1 (benchmark-1.5.1.tar.gz) = a48acf2a5841ec2b2e1b1fcf52d4e298247c3538 +RMD160 (benchmark-1.5.1.tar.gz) = d8b280d821cdb18b3a48f9b3498252f56b59b5e7 +SHA512 (benchmark-1.5.1.tar.gz) = 1e8782ab6846b8b29c5eea41ed1ba19dd92a46a135cf74acdc588e2cd5ef05581c644d20fc0d6403456d65417538e1db80109ae87989601298b2fc56ae3c3161 +Size (benchmark-1.5.1.tar.gz) = 154896 bytes --_----------=_1591894866192640--