Skip to content

Commit

Permalink
Updating package for CPAN distribution autodie in devel/p5-autodie from
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sno committed Jul 3, 2013
1 parent 3d01a17 commit 59a08b0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
7 changes: 3 additions & 4 deletions devel/p5-autodie/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions devel/p5-autodie/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 59a08b0

Please sign in to comment.