Wed Jul 3 15:09:55 2013 UTC ()
Updating package for CPAN distribution autodie in devel/p5-autodie from
2.19nb1 to 2.20.

Upstream changes:
2.20      2013-06-23 16:08:41 PST8PDT
        Many improvements from Niels Thykier, hero of the
        free people.  From GH #25:
        * SPEED / INTERNAL: Less time is spent computing prototypes
        * SPEED / INTERNAL: Leak guards are more efficient.
        * SPEED : Expanding tags (eg: qw(:all)) is now faster.
          This also improves the speed of checking autodying
          code with Perl::Critic.
        * INTERNAL: Expanding of tags is faster and preserves order.


(sno)
diff -r1.11 -r1.12 pkgsrc/devel/p5-autodie/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-autodie/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/devel/p5-autodie/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-autodie/Attic/Makefile 2013/05/31 12:40:54 1.11
+++ pkgsrc/devel/p5-autodie/Attic/Makefile 2013/07/03 15:09:54 1.12
@@ -1,25 +1,24 @@ @@ -1,25 +1,24 @@
1# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:54 wiz Exp $ 1# $NetBSD: Makefile,v 1.12 2013/07/03 15:09:54 sno Exp $
2 2
3DISTNAME= autodie-2.19 3DISTNAME= autodie-2.20
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autodie/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autodie/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/autodie/ 9HOMEPAGE= http://search.cpan.org/dist/autodie/
11COMMENT= Replace functions with ones that succeed or die with lexical scope 10COMMENT= Replace functions with ones that succeed or die with lexical scope
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-IPC-System-Simple>=0.12:../../devel/p5-IPC-System-Simple 13DEPENDS+= p5-IPC-System-Simple>=0.12:../../devel/p5-IPC-System-Simple
 14DEPENDS+= p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify
15 15
16PKG_INSTALLATION_TYPES= overwrite pkgviews 16PKG_INSTALLATION_TYPES= overwrite pkgviews
17 17
18PERL5_MODULE_TYPE= Module::Install::Bundled 
19PERL5_PACKLIST= auto/autodie/.packlist 18PERL5_PACKLIST= auto/autodie/.packlist
20 19
21post-extract: 20post-extract:
22 ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \; 21 ${FIND} ${WRKSRC} -name "*.pm" -type f -exec ${CHMOD} -x {} \;
23 22
24.include "../../lang/perl5/module.mk" 23.include "../../lang/perl5/module.mk"
25.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-autodie/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-autodie/Attic/distinfo 2013/05/13 01:57:39 1.6
+++ pkgsrc/devel/p5-autodie/Attic/distinfo 2013/07/03 15:09:55 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2013/05/13 01:57:39 wen Exp $ 1$NetBSD: distinfo,v 1.7 2013/07/03 15:09:55 sno Exp $
2 2
3SHA1 (autodie-2.19.tar.gz) = 8b250fb945a1eb98ea15c8d557c2aa5329f4f26f 3SHA1 (autodie-2.20.tar.gz) = 37b1e3dfe57cf0a5f755b1b7b016191420fa5242
4RMD160 (autodie-2.19.tar.gz) = 57c256f67b865669355723b7d99395fd3f17e140 4RMD160 (autodie-2.20.tar.gz) = e83b68b2097f4121f826842c3fda96d77bf5eb18
5Size (autodie-2.19.tar.gz) = 81305 bytes 5Size (autodie-2.20.tar.gz) = 82597 bytes