diff options
author | sno <sno@pkgsrc.org> | 2012-09-13 15:58:11 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2012-09-13 15:58:11 +0000 |
commit | f437311ca394f8b81f56cddab7717ba4f37e8e8b (patch) | |
tree | 215f164747ff7147322572d26067a08cf892f2c3 | |
parent | 39bd71e316074faadb250970da57ebf83f4e8f06 (diff) | |
download | pkgsrc-f437311ca394f8b81f56cddab7717ba4f37e8e8b.tar.gz |
Updating package for CPAN module PadWalker in devel/p5-PadWalker from
1.9.2nb2 (upstream: 1.92) to 1.9.6 (upstream: 1.96).
upstream changes:
1.96 Fri 24 Aug 2012 13:03:31 BST
- Restore compatibility with Perl 5.8
Thanks again to Father Chrysostomous
1.95 Thu 23 Aug 2012 11:42:21 BST
- Pad changes in 5.17.4-to-be
This is a patch from Father Chrysostomous.
See https://rt.cpan.org/Public/Bug/Display.html?id=79154
1.94 Tue 26 Jun 2012 09:51:27 BST
- Make one of the tests a bit more flexible, to accommodate a subtle
change in behaviour caused by a recent change to perl
(viz a0d2bbd5c47035a4f7369e4fddd46b502764d86e).
1.93 Sun 5 Feb 2012 15:52:57 GMT
- Correct the version number in META.yml
(https://rt.cpan.org/Ticket/Display.html?id=59459)
Do this by using MakeMaker to auto-generate META.yml, to prevent
similar problems in future. This is possible because the new
MakeMaker parameter MIN_PERL_VERSION was added in MakeMaker 6.47_01;
the fact that this didn't used to exist is the reason we managed
META.yml by hand till now.
-rw-r--r-- | devel/p5-PadWalker/Makefile | 7 | ||||
-rw-r--r-- | devel/p5-PadWalker/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/devel/p5-PadWalker/Makefile b/devel/p5-PadWalker/Makefile index ccbbd23185c..8682aaa6fa0 100644 --- a/devel/p5-PadWalker/Makefile +++ b/devel/p5-PadWalker/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2011/08/14 12:26:27 obache Exp $ +# $NetBSD: Makefile,v 1.7 2012/09/13 15:58:11 sno Exp $ -DISTNAME= PadWalker-1.92 -PKGNAME= p5-PadWalker-1.9.2 -PKGREVISION= 2 +DISTNAME= PadWalker-1.96 +PKGNAME= p5-${DISTNAME:S/96/9.6/} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/R/RO/ROBIN/} diff --git a/devel/p5-PadWalker/distinfo b/devel/p5-PadWalker/distinfo index 89447d0e3f9..7c46df4b5b7 100644 --- a/devel/p5-PadWalker/distinfo +++ b/devel/p5-PadWalker/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2010/07/18 11:40:20 seb Exp $ +$NetBSD: distinfo,v 1.4 2012/09/13 15:58:11 sno Exp $ -SHA1 (PadWalker-1.92.tar.gz) = 5f1250a7e619c232463f506d36a27a66a9bb6497 -RMD160 (PadWalker-1.92.tar.gz) = e32303118d6bebe2a7485d16ca470cac5cebb9e4 -Size (PadWalker-1.92.tar.gz) = 14573 bytes +SHA1 (PadWalker-1.96.tar.gz) = 575b34adf54879e1306afeff20ad2af8c68402a4 +RMD160 (PadWalker-1.96.tar.gz) = 325a086ae464ed8143818c655a7f4fec34364f09 +Size (PadWalker-1.96.tar.gz) = 15272 bytes |