pkgsrc-Changes archive

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

CVS commit: pkgsrc/benchmarks/p5-Benchmark-Timer



Module Name:    pkgsrc
Committed By:   wen
Date:           Fri Jul 20 04:43:24 UTC 2018

Modified Files:
        pkgsrc/benchmarks/p5-Benchmark-Timer: Makefile distinfo
Removed Files:
        pkgsrc/benchmarks/p5-Benchmark-Timer/patches: patch-Makefile.PL

Log Message:
Update to 0.7112
Update DEPENDS

Upstream changes:
Version 0.7112:
- Fix Makefile.PL warning
- Fix deleting of inc during release process
- Better fix for AutomatedTester warning

Version 0.7111:
- Update META.yml

Version 0.7110:
- Trying once again to fix the compile test on windows

Version 0.7109:
- Add missing URI::Escape dependency
- Check in standard tests, including one that skips the compile check on Windows

Version 0.7108:
- Add standard tests
- Fix compatibility issue with newer versions of perl, which remove "." from
  @INC. https://rt.cpan.org/Ticket/Display.html?id=121015
- Fix no_index declaration for delta.pl.
  https://rt.cpan.org/Ticket/Display.html?id=112477


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/benchmarks/p5-Benchmark-Timer/patches/patch-Makefile.PL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile
diff -u pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile:1.6 pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile:1.7
--- pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile:1.6   Mon Jun  5 14:22:18 2017
+++ pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile       Fri Jul 20 04:43:24 2018
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2017/06/05 14:22:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/20 04:43:24 wen Exp $
 
-DISTNAME=      Benchmark-Timer-0.7107
+DISTNAME=      Benchmark-Timer-0.7112
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   2
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Benchmark/}
 
@@ -11,7 +10,7 @@ HOMEPAGE=     http://search.cpan.org/dist/Be
 COMMENT=       Benchmarking with statistical confidence
 LICENSE=       gnu-gpl-v2
 
-DEPENDS+=      p5-Statistics-TTest-[0-9]*:../../math/p5-Statistics-TTest
+DEPENDS+=      p5-Time-HiRes-[0-9]*:../../time/p5-Time-HiRes
 # for make test
 BUILD_DEPENDS+=        p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS
 

Index: pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo
diff -u pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo:1.4 pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo:1.5
--- pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo:1.4   Wed Jun  7 14:29:59 2017
+++ pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo       Fri Jul 20 04:43:24 2018
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/06/07 14:29:59 ryoon Exp $
+$NetBSD: distinfo,v 1.5 2018/07/20 04:43:24 wen Exp $
 
-SHA1 (Benchmark-Timer-0.7107.tar.gz) = 24132bf428edca54d86cc17f9d0ab598f6099516
-RMD160 (Benchmark-Timer-0.7107.tar.gz) = 1232a7ff2b2a4cd2464c90f2276d73464943cc31
-SHA512 (Benchmark-Timer-0.7107.tar.gz) = 6faa50a90173a075a4bb398212e2db77348f59a47ff483db9e1885dc7dce9636557684574a21f228c53f0c29a468e663706843840b2e59abbaaed1222f400e05
-Size (Benchmark-Timer-0.7107.tar.gz) = 45734 bytes
-SHA1 (patch-Makefile.PL) = 36b460c6e958cf7ce3b52025f5ef043c32ead088
+SHA1 (Benchmark-Timer-0.7112.tar.gz) = 87b57e07e1845e72d8f494c97ca4b8a1d8175043
+RMD160 (Benchmark-Timer-0.7112.tar.gz) = 5385115faff41480e3e2e2fac31f89fefab54b58
+SHA512 (Benchmark-Timer-0.7112.tar.gz) = 6ae3ef700a777debb06cb2bbb19c34170e9bd88917c6441a44149f3b8094a5ed1690d727e3fc4e63b48e1bbcab85dd917c6f659ebfad8a8304134ea04e9262eb
+Size (Benchmark-Timer-0.7112.tar.gz) = 47756 bytes



Home | Main Index | Thread Index | Old Index