Sun Aug 16 02:21:45 2015 UTC ()
(pkgsrc)
 - Set LICENCE as gnu-gpl-v2
 - Add following line for make test to pass
   BUILD_DEPENDS+=	p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS
(upstream)
 - Update 7.102 to 7.107
   ------------------------
Version 0.7107: Sat May 2 2015
- Prevent CPAN from indexing private-lib

Version 0.7106: Mon Apr 20 2015
- Clarify licensing terms
- Move verbose testing to a private module, and implement it in a way that
  doesn't require editing the Makefile after it is generated.

Version 0.7105: Sun Apr 12 2015
- Make basic.t 'Nonzero single result' test reliable
  http://www.cpantesters.org/cpan/report/abcfc65a-de71-11e4-a1d1-8536eb4f9f07
- Enable verbose testing for CPAN-testers
- Consolidate issue tracking at rt.cpan.org

Version 0.7104: Sat Apr 4 2015
- Bundle Module::AutoInstall to prevent breaks when people don't have it
  installed already. Thanks to Andreas Koenig <andk@cpan.org> for the report,
  and Paul Howarth <paul@city-fan.org> for giving me a kick in the pants to
  fix it. https://rt.cpan.org/Ticket/Display.html?id=65673

Version 0.7103: Sun Mar 22 2015
- Moved code to github
- Added POD test


(mef)
diff -r1.3 -r1.4 pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile
diff -r1.1 -r1.2 pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo

cvs diff -r1.3 -r1.4 pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile (expand / switch to unified diff)

--- pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile 2015/06/12 10:48:25 1.3
+++ pkgsrc/benchmarks/p5-Benchmark-Timer/Makefile 2015/08/16 02:21:45 1.4
@@ -1,20 +1,21 @@ @@ -1,20 +1,21 @@
1# $NetBSD: Makefile,v 1.3 2015/06/12 10:48:25 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2015/08/16 02:21:45 mef Exp $
2 2
3DISTNAME= Benchmark-Timer-0.7102 3DISTNAME= Benchmark-Timer-0.7107
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 2 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Benchmark/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Benchmark/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Benchmark-Timer/ 9HOMEPAGE= http://search.cpan.org/dist/Benchmark-Timer/
11COMMENT= Benchmarking with statistical confidence 10COMMENT= Benchmarking with statistical confidence
12#LICENSE= GPL but not clear which version 11LICENSE= gnu-gpl-v2
13 12
14DEPENDS+= p5-Statistics-TTest-[0-9]*:../../math/p5-Statistics-TTest 13DEPENDS+= p5-Statistics-TTest-[0-9]*:../../math/p5-Statistics-TTest
 14# for make test
 15BUILD_DEPENDS+= p5-URI-Escape-XS-[0-9]*:../../www/p5-URI-Escape-XS
15 16
16PERL5_PACKLIST= auto/Benchmark/Timer/.packlist 17PERL5_PACKLIST= auto/Benchmark/Timer/.packlist
17REPLACE_PERL= delta.pl 18REPLACE_PERL= delta.pl
18 19
19.include "../../lang/perl5/module.mk" 20.include "../../lang/perl5/module.mk"
20.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.1 -r1.2 pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo (expand / switch to unified diff)

--- pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo 2014/08/13 20:39:16 1.1
+++ pkgsrc/benchmarks/p5-Benchmark-Timer/distinfo 2015/08/16 02:21:45 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2014/08/13 20:39:16 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2015/08/16 02:21:45 mef Exp $
2 2
3SHA1 (Benchmark-Timer-0.7102.tar.gz) = d977d5473b06ad12141c57ec628caa89de9181d3 3SHA1 (Benchmark-Timer-0.7107.tar.gz) = 24132bf428edca54d86cc17f9d0ab598f6099516
4RMD160 (Benchmark-Timer-0.7102.tar.gz) = 6b9231c6aee1df85dbd2733a9248072de6090b2d 4RMD160 (Benchmark-Timer-0.7107.tar.gz) = 1232a7ff2b2a4cd2464c90f2276d73464943cc31
5Size (Benchmark-Timer-0.7102.tar.gz) = 31219 bytes 5Size (Benchmark-Timer-0.7107.tar.gz) = 45734 bytes