diff options
author | sno <sno@pkgsrc.org> | 2013-07-03 15:09:54 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-07-03 15:09:54 +0000 |
commit | 722ebaaa54053cc4589a7214c334b9058a7f15c6 (patch) | |
tree | 1f6f89eb66b86a21eb2dcf61439b1aeb71264f2f /devel | |
parent | 79ca6ba3e16e77f229289834c4f3655db1312ae8 (diff) | |
download | pkgsrc-722ebaaa54053cc4589a7214c334b9058a7f15c6.tar.gz |
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.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-autodie/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-autodie/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-autodie/Makefile b/devel/p5-autodie/Makefile index efc8bc2ad86..7d2c5b0858b 100644 --- a/devel/p5-autodie/Makefile +++ b/devel/p5-autodie/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:54 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2013/07/03 15:09:54 sno Exp $ -DISTNAME= autodie-2.19 +DISTNAME= autodie-2.20 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autodie/} @@ -12,10 +11,10 @@ COMMENT= Replace functions with ones that succeed or die with lexical scope LICENSE= ${PERL5_LICENSE} DEPENDS+= p5-IPC-System-Simple>=0.12:../../devel/p5-IPC-System-Simple +DEPENDS+= p5-Sub-Identify-[0-9]*:../../devel/p5-Sub-Identify PKG_INSTALLATION_TYPES= overwrite pkgviews -PERL5_MODULE_TYPE= Module::Install::Bundled PERL5_PACKLIST= auto/autodie/.packlist post-extract: diff --git a/devel/p5-autodie/distinfo b/devel/p5-autodie/distinfo index c64eda04366..51890a056da 100644 --- a/devel/p5-autodie/distinfo +++ b/devel/p5-autodie/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2013/05/13 01:57:39 wen Exp $ +$NetBSD: distinfo,v 1.7 2013/07/03 15:09:55 sno Exp $ -SHA1 (autodie-2.19.tar.gz) = 8b250fb945a1eb98ea15c8d557c2aa5329f4f26f -RMD160 (autodie-2.19.tar.gz) = 57c256f67b865669355723b7d99395fd3f17e140 -Size (autodie-2.19.tar.gz) = 81305 bytes +SHA1 (autodie-2.20.tar.gz) = 37b1e3dfe57cf0a5f755b1b7b016191420fa5242 +RMD160 (autodie-2.20.tar.gz) = e83b68b2097f4121f826842c3fda96d77bf5eb18 +Size (autodie-2.20.tar.gz) = 82597 bytes |