pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-version Update p5-version to 0.95.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/85995bfb3dbe
branches:  trunk
changeset: 597014:85995bfb3dbe
user:      hiramatsu <hiramatsu%pkgsrc.org@localhost>
date:      Fri Dec 16 06:13:39 2011 +0000

description:
Update p5-version to 0.95.

Changes from previous:
----------------------
2011-11-12  John Peacock  <john.peacock%havurah-software.org@localhost>

        * .hgtags:
        Tagging version '0.95' using shipit.
        [f76612f96814] [tip]

        * README, t/coretests.pm, vutil/vxs.xs:
        Turns out the XS code didn't prevent the math ops from working after
        all. Add a test to make sure we catch that and update README for
        release.
        [9f4e1ff7704c] [0.95]

        * t/06noop.t:
        Forgot to add test file for math noop methods
        [ca0bc8526ea5]

        * MANIFEST, vperl/vpp.pm:
        Restore 5.14.x behavior of UNIVERSAL::VERSION to pure Perl code
        [1dd0281f09b8]

        * t/coretests.pm, vutil/vutil.c, vutil/vutil.h, vutil/vxs.xs:
        Fix segfault with versions that start with 'v', especially
        'version'.
        [868edaf0223b]

2011-10-30  John Peacock  <john.peacock%havurah-software.org@localhost>

        * lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
        t/05sigdie.t, t/coretests.pm, vutil/lib/version/vxs.pm:
        Bump $VERSION in preparation for eventual release.
        [3bcfd3008cbc]

        * vutil/vxs.xs:
        Revert change to UNIVERSAL::VERSION replacement, pending ruling from
        the bench.
        [d5c1282dfe13]

        * vperl/vpp.pm:
        For some reason, nomethod doesn't work in pure Perl code, so be
        explicit about ops that are not allowed.
        [5cad9cde035e]

2011-08-21  John Peacock  <john.peacock%havurah-software.org@localhost>

        * .hgtags:
        Tagging version '0.94' using shipit.
        [743538f58cb7]

        * Makefile.PL, lib/version.pod, lib/version/Internals.pod:
        Tweak POD and add LICENSE to Makefile.PL. Resolves:

         https://rt.cpan.org/Public/Bug/Display.html?id=70120
        [3a4fae29c763] [0.94]

        * MANIFEST, t/05sigdie.t:
        Add test to confirm that the $SIG{__DIE__} handling is correct.
        [4a421bba05c9]

        * lib/version.pm, t/01base.t, t/02derived.t, t/03require.t,
        vperl/vpp.pm, vutil/lib/version/vxs.pm:
        Prevent DIE handlers in user code from tripping up loading version.
        Don't know how this hasn't shown up until now. Resolves:

         https://rt.cpan.org/Ticket/Display.html?id=70260
        [754fd86858af]

diffstat:

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

diffs (25 lines):

diff -r 8c8cb0ebe9da -r 85995bfb3dbe devel/p5-version/Makefile
--- a/devel/p5-version/Makefile Fri Dec 16 06:13:13 2011 +0000
+++ b/devel/p5-version/Makefile Fri Dec 16 06:13:39 2011 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2011/08/10 06:24:06 adam Exp $
+# $NetBSD: Makefile,v 1.19 2011/12/16 06:13:39 hiramatsu Exp $
 
-DISTNAME=      version-0.93
+DISTNAME=      version-0.95
 PKGNAME=       p5-${DISTNAME}00
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=version/}
diff -r 8c8cb0ebe9da -r 85995bfb3dbe devel/p5-version/distinfo
--- a/devel/p5-version/distinfo Fri Dec 16 06:13:13 2011 +0000
+++ b/devel/p5-version/distinfo Fri Dec 16 06:13:39 2011 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.14 2011/08/10 06:24:06 adam Exp $
+$NetBSD: distinfo,v 1.15 2011/12/16 06:13:39 hiramatsu Exp $
 
-SHA1 (version-0.93.tar.gz) = f65d2ce7799e65b47439ef1584297d884e34e6a8
-RMD160 (version-0.93.tar.gz) = 19f4f5d67e81bf5852903d1d9403b68229cb69f2
-Size (version-0.93.tar.gz) = 103900 bytes
+SHA1 (version-0.95.tar.gz) = 4fae3d19d03d7aefac6234178cf97d92a47920b3
+RMD160 (version-0.95.tar.gz) = aeb45246e0d9716915f66fd623faa099167786c0
+Size (version-0.95.tar.gz) = 105137 bytes



Home | Main Index | Thread Index | Old Index