diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 12:26:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 12:26:27 +0000 |
commit | 3ba50f70824f1d298b9cb80f52040667b8ef7d98 (patch) | |
tree | aa3651ac05f9a10c353f56ca23461c63b6a96c53 /devel | |
parent | 885ad6110b7007383ed7a9b122f23c53c8592314 (diff) | |
download | pkgsrc-3ba50f70824f1d298b9cb80f52040667b8ef7d98.tar.gz |
Update to 0.70:
2007-02-12 John Peacock
Final 0.70 release to CPAN.
2007-02-08 John Peacock
Error out on malformed input 1._1 (Andy Armstrong <andy@hexten.net>).
2007-02-08 John Peacock
Backport bleadperl changes.
2007-02-08 John Peacock
Prepare for another alpha release to CPAN
2007-02-08 John Peacock
Apply more const'ifying and code cleanup from bleadperl.
2007-02-07 John Peacock
Better regex to handle weird exponential notation under 5.6.x on OSX.
2007-02-05 John Peacock
Suppress installation (but test anyways) in bleadperl or better.
2007-01-30 John Peacock
Bump $VERSION's and update README for another dev release [0.69_02]
2007-01-30 John Peacock
XS UNIVERSAL::VERSION code now emits error messages just like the release of
Perl it is compiled against.
2007-01-30 John Peacock
Need to limit the effects of the WARN handler.
Stop testing v-strings in Perl 5.6.x until XS code is up to snuff.
2007-01-30 John Peacock
Complete rewrite of tests to confirm that version::vpp mirrors the
different Perl releases' error messages.
2007-01-30 John Peacock
Carefully replicate [almost] all error messages exactly as different Perl
releases would otherwise report. Resolves RT#24675 (once the tests are
adjusted).
2007-01-27 John Peacock
Improve documentation of v-strings as version initializers.
2007-01-27 John Peacock
Testing with Module::Build revealed problems with the boolean overload.
2007-01-27 John Peacock
Fix Makefile.PL to work correctly with 5.6.x and 5.005x.
Tests with bare v-strings can now handle 5.6.x releases.
Pure Perl release now includes same overloading as XS.
2007-01-10 John Peacock
Rewrite Makefile.PL again before releasing 0.69 to CPAN.
2007-01-09 John Peacock
Before releasing to CPAN, make sure to remove stale Makefile.* remnants
from previous runs (in case someone tries to rebuild with the pure Perl
release after building the XS release).
2007-01-08 John Peacock
Release 0.69 to CPAN
2007-01-08 John Peacock
Try to make the Makefile.PL more forgiving about evil compilers (RT#24283).
Eliminate Scalar::Util from pure Perl version (for Jos <kane@xs4all.nl>).
Latest ppport.h (newer is better, right?).
Resolve RT#24239 and 24244, related to PERL_DONT_CREATE_GVSV.
2006-11-23 John Peacock
Replace checks with Test::More with a custom module (so the tests won't
break when Test::More gets updated).
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 2739c99b9dc..03f3c5419ef 100644 --- a/devel/p5-version/Makefile +++ b/devel/p5-version/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2007/01/10 22:08:05 bad Exp $ +# $NetBSD: Makefile,v 1.5 2007/02/22 12:26:27 wiz Exp $ # -DISTNAME= version-0.68 +DISTNAME= version-0.70 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/} diff --git a/devel/p5-version/distinfo b/devel/p5-version/distinfo index 727fb5f648e..15f1c50c795 100644 --- a/devel/p5-version/distinfo +++ b/devel/p5-version/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2007/01/10 22:39:11 bad Exp $ +$NetBSD: distinfo,v 1.4 2007/02/22 12:26:27 wiz Exp $ -SHA1 (version-0.68.tar.gz) = f42821cd847e3a301d95bf066ac317024e820b06 -RMD160 (version-0.68.tar.gz) = 78233f03020c0ed95c285b172ba6751710fcf2be -Size (version-0.68.tar.gz) = 49950 bytes +SHA1 (version-0.70.tar.gz) = 97dfbae8ebf8ef4bf4a495431d9b55fcf9e40979 +RMD160 (version-0.70.tar.gz) = 04366aff7b43e72c300bc80367c9951e3190917d +Size (version-0.70.tar.gz) = 51930 bytes |