Sun Nov 24 03:52:19 2013 UTC ()
Update to 1.005001

Upstream changes:
1.005001   2013-11-07
  - fix skip on old perl on test script

1.005000   2013-11-05
  - detect mercurial when checking for development trees
  - avoid using constant.pm to save a bit of memory on older perls
  - update to v2 metadata


(wen)
diff -r1.8 -r1.9 pkgsrc/devel/p5-strictures/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/p5-strictures/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-strictures/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-strictures/Makefile 2013/05/31 12:40:55 1.8
+++ pkgsrc/devel/p5-strictures/Makefile 2013/11/24 03:52:19 1.9
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.8 2013/05/31 12:40:55 wiz Exp $ 1# $NetBSD: Makefile,v 1.9 2013/11/24 03:52:19 wen Exp $
2# 2#
3 3
4DISTNAME= strictures-1.004004 4DISTNAME= strictures-1.005001
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6PKGREVISION= 1 
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/strictures/ 10HOMEPAGE= http://search.cpan.org/dist/strictures/
12COMMENT= Perl 5 pragma to turn on strict and make all warnings fatal 11COMMENT= Perl 5 pragma to turn on strict and make all warnings fatal
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15USE_LANGUAGES= # empty 14USE_LANGUAGES= # empty
16PERL5_PACKLIST= auto/strictures/.packlist 15PERL5_PACKLIST= auto/strictures/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/p5-strictures/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-strictures/distinfo 2013/01/26 13:24:58 1.5
+++ pkgsrc/devel/p5-strictures/distinfo 2013/11/24 03:52:19 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2013/01/26 13:24:58 rhaen Exp $ 1$NetBSD: distinfo,v 1.6 2013/11/24 03:52:19 wen Exp $
2 2
3SHA1 (strictures-1.004004.tar.gz) = 65dc8043e8d965f2772cb477631f21496dcaf4e9 3SHA1 (strictures-1.005001.tar.gz) = 266506478cc1a9a1bc9426f48b2d9388435d80fa
4RMD160 (strictures-1.004004.tar.gz) = e9638bdb9621637b457f039913185f1fcf012aa4 4RMD160 (strictures-1.005001.tar.gz) = 4820a321f677701eff66197cb3fa977d2c258a3b
5Size (strictures-1.004004.tar.gz) = 8547 bytes 5Size (strictures-1.005001.tar.gz) = 9417 bytes