pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/google-benchmark



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.

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



Home | Main Index | Thread Index | Old Index