Sun Feb 1 18:30:07 2015 UTC ()
Update to 1.005006:

1.005006 - 2015-01-30
  - fix extra checks triggering on paths starting with t, xt, lib, or blib,
    rather than only triggering on those directories.
  - avoid stat checks for VCS directories until we are in an appropriately
    named file
  - various cleanups in test files


(wiz)
diff -r1.12 -r1.13 pkgsrc/devel/p5-strictures/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-strictures/distinfo

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

--- pkgsrc/devel/p5-strictures/Makefile 2014/09/07 12:20:54 1.12
+++ pkgsrc/devel/p5-strictures/Makefile 2015/02/01 18:30:07 1.13
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.12 2014/09/07 12:20:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.13 2015/02/01 18:30:07 wiz Exp $
2 2
3DISTNAME= strictures-1.005005 3DISTNAME= strictures-1.005006
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/H/HA/HAARG/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/strictures/ 9HOMEPAGE= http://search.cpan.org/dist/strictures/
10COMMENT= Perl 5 pragma to turn on strict and make all warnings fatal 10COMMENT= Perl 5 pragma to turn on strict and make all warnings fatal
11LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
12 12
13USE_LANGUAGES= # empty 13USE_LANGUAGES= # empty
14PERL5_PACKLIST= auto/strictures/.packlist 14PERL5_PACKLIST= auto/strictures/.packlist
15 15
16.include "../../lang/perl5/module.mk" 16.include "../../lang/perl5/module.mk"

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

--- pkgsrc/devel/p5-strictures/distinfo 2014/09/07 12:20:54 1.8
+++ pkgsrc/devel/p5-strictures/distinfo 2015/02/01 18:30:07 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2014/09/07 12:20:54 wiz Exp $ 1$NetBSD: distinfo,v 1.9 2015/02/01 18:30:07 wiz Exp $
2 2
3SHA1 (strictures-1.005005.tar.gz) = 4e61bbe2777bbf34f09b22434b12515896e45a91 3SHA1 (strictures-1.005006.tar.gz) = ac649f0b3e7e19b7b26773c0d1b8e5860f786bf6
4RMD160 (strictures-1.005005.tar.gz) = 5ef59f9cea658d61a4922b4e27ac7441eddcba30 4RMD160 (strictures-1.005006.tar.gz) = f63e91cba2dec19041ae830467853c5366de55cb
5Size (strictures-1.005005.tar.gz) = 10443 bytes 5Size (strictures-1.005006.tar.gz) = 9910 bytes