pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-version - updated to 0.7501



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8740c3879856
branches:  trunk
changeset: 544636:8740c3879856
user:      rhaen <rhaen%pkgsrc.org@localhost>
date:      Thu Jul 17 09:45:15 2008 +0000

description:
- updated to 0.7501
- ok'ed by abs
ChangeLog:
2008-06-14  John Peacock <jpeacock%cpan.org@localhost>

        Interim release to correctly install under Perl v5.10.0.

2008-06-07  John Peacock <jpeacock%cpan.org@localhost>

        Forgot to bump the $VERSION.  Go figure.

2008-06-07  John Peacock <jpeacock%cpan.org@localhost>

        Improve POD to clarify usage and prevent confusion.

2008-04-01  John Peacock <jpeacock%cpan.org@localhost>

        Optionally use the more efficient XSLoader instead of DynaLoader.
        Resolves http://rt.cpan.org//Ticket/Display.html?id=34590

2007-10-24  John Peacock <jpeacock%cpan.org@localhost>

        Data::Dumper is sometimes too clever for its (and our) own good.
        When copying an existing version object, directly set newSViv
        instead of using &PL_sv_yes, since the latter has a PV slot which
        looks shared to D::D's jaundiced eye.

        Resolves:
                http://rt.cpan.org/Public/Bug/Display.html?id=30004

2007-09-20  John Peacock <jpeacock%cpan.org@localhost>

        New code to handle versions too large to fit into an IV slot.
        Both the pure Perl and XS code are now safe to use with ~0
        Test new functionality.

diffstat:

 devel/p5-version/Makefile |  4 ++--
 devel/p5-version/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 4292b465c9eb -r 8740c3879856 devel/p5-version/Makefile
--- a/devel/p5-version/Makefile Thu Jul 17 09:10:50 2008 +0000
+++ b/devel/p5-version/Makefile Thu Jul 17 09:45:15 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2007/06/10 08:55:34 obache Exp $
+# $NetBSD: Makefile,v 1.8 2008/07/17 09:45:15 rhaen Exp $
 #
 
-DISTNAME=      version-0.7203
+DISTNAME=      version-0.7501
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=../../authors/id/J/JP/JPEACOCK/}
diff -r 4292b465c9eb -r 8740c3879856 devel/p5-version/distinfo
--- a/devel/p5-version/distinfo Thu Jul 17 09:10:50 2008 +0000
+++ b/devel/p5-version/distinfo Thu Jul 17 09:45:15 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2007/06/10 08:55:34 obache Exp $
+$NetBSD: distinfo,v 1.6 2008/07/17 09:45:15 rhaen Exp $
 
-SHA1 (version-0.7203.tar.gz) = d5759b9796b1c1f36c8be55de36e7a794474cf2f
-RMD160 (version-0.7203.tar.gz) = 1ca900273cf7bf5cc7707a51848085b252d6db81
-Size (version-0.7203.tar.gz) = 53250 bytes
+SHA1 (version-0.7501.tar.gz) = bd6d438c6a349e8d48ea79e0497ccf4c4293df80
+RMD160 (version-0.7501.tar.gz) = 5d2a9d3cec012779efa4d5e7c63d8615d4183740
+Size (version-0.7501.tar.gz) = 54848 bytes



Home | Main Index | Thread Index | Old Index