diff options
author | wiz <wiz> | 2010-01-20 15:15:55 +0000 |
---|---|---|
committer | wiz <wiz> | 2010-01-20 15:15:55 +0000 |
commit | 5b82d4824fc375a7b10b4ef17aa0ca74f3afbcb8 (patch) | |
tree | aa18988d545d581068dbe6ccdbfb6244af3abfcf /devel | |
parent | 0a665b0dcd10ec9342ae344b76fdbf40d3da511b (diff) | |
download | pkgsrc-5b82d4824fc375a7b10b4ef17aa0ca74f3afbcb8.tar.gz |
Update to 0.79(00):
2010-01-10 John Peacock <john.peacock@havurah-software.org>
* .hgtags:
Tagging version '0.79' using shipit.
[ec386b00d27a] [tip]
* .hgtags:
Removed tag 0.79
[824035a0f02a] [0.79]
* vutil/vutil.c, vutil/vutil.h:
Take the easy road to restore compatibility with Perl v5.10.1
[4ce98cb6eba3]
2010-01-09 John Peacock <john.peacock@havurah-software.org>
* .hgtags:
Tagging version '0.79' using shipit.
[87475097cea8]
* .hgignore:
tweaks to make mercurial happy
[7c5fd8f32175]
* .shipit, Build.PL:
Fixup to make shipit happy
[3dbce4937c28]
* .hgtags:
Rename all of the tags to be consistent
[2c38a17bfdec]
2010-01-06 John Peacock <john.peacock@havurah-software.org>
* .shipit, Build.PL, MANIFEST, MANIFEST.SKIP, README, lib/version.pm,
t/01base.t, t/02derived.t, t/03require.t, t/04lax.t, vperl/vpp.pm,
vutil/lib/version/vxs.pm, vutil/ppport.h:
Restore compatibility with Perl 5.00505 (finally). Bump all VERSION
references.
[05d5b8b44166]
2009-12-27 John Peacock <john.peacock@havurah-software.org>
* vutil/ppport.h, vutil/vutil.c, vutil/vutil.h:
Merge in changes from bleadperl. Tests do not pass with 5.005.
[0b19155e8e21]
2009-12-22 John Peacock <john.peacock@havurah-software.org>
* vutil/ppport.h:
Resolves https://rt.cpan.org/Ticket/Display.html?id=52439
[c7fc26126a1d]
2009-12-20 John Peacock <john.peacock@havurah-software.org>
* t/coretests.pm, vutil/vutil.c, vutil/vutil.h:
All tests passing except the VERSION_MAX ones.
[912515d937e8]
* lib/version.pm, vutil/vutil.c, vutil/vutil.h:
Almost completely transfer the code from scan_version to
prescan_version. Still failing some tests.
[ecd415561454]
2009-12-19 John Peacock <john.peacock@havurah-software.org>
* t/04lax.t, vutil/vutil.c:
Now handles decimal versions, too
[a1138d18495e]
* vutil/vutil.c, vutil/vutil.h:
isVERSION handles dotted-decimal version format
[8d994d73689b]
* MANIFEST, lib/version.pm, t/04lax.t:
New regexes that define the legal version strings under both $LAX,
(current code) and $STRICT (new feature for Perl 5.12.0).
[46076dadb3fb]
2010-01-02 John Peacock <john.peacock@havurah-software.org>
* .hgtags:
Removed tag trunk
[b0d50d9f1a11]
2010-01-03 convert-repo <convert-repo>
* .hgtags:
update tags
[f173c486b889]
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 068d6aa6643..6b639e534d1 100644 --- a/devel/p5-version/Makefile +++ b/devel/p5-version/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.13 2009/10/24 17:00:53 sno Exp $ +# $NetBSD: Makefile,v 1.14 2010/01/20 15:15:55 wiz Exp $ # -DISTNAME= version-0.78 +DISTNAME= version-0.79 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 14d7616315a..ca2725e9325 100644 --- a/devel/p5-version/distinfo +++ b/devel/p5-version/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2009/10/24 17:00:53 sno Exp $ +$NetBSD: distinfo,v 1.11 2010/01/20 15:15:55 wiz Exp $ -SHA1 (version-0.78.tar.gz) = 1cc0d61498238680511fa04c624a0d5d27ba1950 -RMD160 (version-0.78.tar.gz) = 5bcd7c4656b6c2da6aff331aa3c389a9bd863c67 -Size (version-0.78.tar.gz) = 105138 bytes +SHA1 (version-0.79.tar.gz) = 62d1a591a5d94e8dcb2262c6864d34de26a55780 +RMD160 (version-0.79.tar.gz) = 3a727937f6c4d874656d20a12690644f5cc5626c +Size (version-0.79.tar.gz) = 96434 bytes |