diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-22 10:52:45 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-22 10:52:45 +0000 |
commit | afa23f0e50636f2ed4e38b73cc17cb7a478704f9 (patch) | |
tree | 811b0d692896c6379fbe4e4b480291d41a777220 /devel | |
parent | 535f888a3bf05daf014c95d25061091070763f5f (diff) | |
download | pkgsrc-afa23f0e50636f2ed4e38b73cc17cb7a478704f9.tar.gz |
Update to 0.97:
Tagging version '0.97' using shipit.
Prep for 0.97 release to CPAN
Need to actually check to make sure we have a comma locale.
Tagging version '0.96' using shipit.
Final merge from bleadperl plus whitespace cleanup
Wrong skip count and extra whitespace
Eliminate comma_locale helper script after all, since we don't
really need it with only one locale test file.
Sync with Perl core, especially not leaking scalars during boolean.
Figured out what I was missing on Perl > 5.9 tests.
For some reason, the pure Perl test fails otherwise.
Turns out this isn't a bug in version but in Perl, so we cannot test
it here.
Merge changes from bleadperl. Split out locale testing to two
files. Prep for releasing 0.96 to CPAN.
No longer recommend 0.77 in the use line.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-version/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-version/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-version/Makefile b/devel/p5-version/Makefile index 1c31c8306f9..8847cdb285c 100644 --- a/devel/p5-version/Makefile +++ b/devel/p5-version/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2011/12/16 06:13:39 hiramatsu Exp $ +# $NetBSD: Makefile,v 1.20 2012/04/22 10:52:45 wiz Exp $ -DISTNAME= version-0.95 +DISTNAME= version-0.97 PKGNAME= p5-${DISTNAME}00 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=version/} diff --git a/devel/p5-version/distinfo b/devel/p5-version/distinfo index b3d7aa7053c..f8347430681 100644 --- a/devel/p5-version/distinfo +++ b/devel/p5-version/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2011/12/16 06:13:39 hiramatsu Exp $ +$NetBSD: distinfo,v 1.16 2012/04/22 10:52:45 wiz Exp $ -SHA1 (version-0.95.tar.gz) = 4fae3d19d03d7aefac6234178cf97d92a47920b3 -RMD160 (version-0.95.tar.gz) = aeb45246e0d9716915f66fd623faa099167786c0 -Size (version-0.95.tar.gz) = 105137 bytes +SHA1 (version-0.97.tar.gz) = f909b2fcf5f1296eefa4e4d887d93f61c44297aa +RMD160 (version-0.97.tar.gz) = 261e2a779e890a4df77b9ed52367216a8c230aa1 +Size (version-0.97.tar.gz) = 106220 bytes |