pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Ref-Util Updated p5-Ref-Util to 0.203.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6771e1212b0a
branches:  trunk
changeset: 362925:6771e1212b0a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon May 29 11:05:08 2017 +0000

description:
Updated p5-Ref-Util to 0.203.

0.203     2017-05-14 10:55:51+02:00 Europe/Paris

        * Rename $REF_UTIL_IMPLEMENTATION environment variable to
          $PERL_REF_UTIL_IMPLEMENTATION (suggested by ether++)

0.202     2017-05-14 10:39:52+02:00 Europe/Paris

        * Use of the Pure-Perl implementation can now be forced at runtime by
          setting either $Ref::Util::IMPLEMENTATION or
          $ENV{REF_UTIL_IMPLEMENTATION} to "XS"
        * Fix is_*_formatref() error messages (reported by tobyink, #38)
        * Speed enhancements for is_*_formatref() on 5.8+
        * Restore 5.6 and 5.8 compatibility
        * PP behaviour now matches XS for \v1.2.3 and \sub {}
        * Updated documentation to reflect the PP/XS split

0.201     2017-05-12 15:42:54+02:00 Europe/Paris

        * Fix space/tab issue in Makefile (srezic, ether)
        * Don't use DynamicPrereqs for unrelated Makefile.PL snippet (ether)

0.200     2017-05-12 10:14:26+02:00 Europe/Paris

        * Reimplement in pure Perl, with a dynamic dependency on a new
          Ref::Util::XS module that contains the fast XS implementation.
          ether++ for the Dist::Zilla wrangling.

diffstat:

 devel/p5-Ref-Util/Makefile |   6 ++++--
 devel/p5-Ref-Util/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r c08114a9aeee -r 6771e1212b0a devel/p5-Ref-Util/Makefile
--- a/devel/p5-Ref-Util/Makefile        Mon May 29 11:04:11 2017 +0000
+++ b/devel/p5-Ref-Util/Makefile        Mon May 29 11:05:08 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2017/02/25 14:06:05 mef Exp $
+# $NetBSD: Makefile,v 1.4 2017/05/29 11:05:08 wiz Exp $
 
-DISTNAME=      Ref-Util-0.113
+DISTNAME=      Ref-Util-0.203
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Ref/}
@@ -10,6 +10,8 @@
 COMMENT=       Utility functions for checking references
 LICENSE=       ${PERL5_LICENSE}
 
+DEPENDS+=      p5-Ref-Util-XS-[0-9]*:../../devel/p5-Ref-Util-XS
+
 PERL5_PACKLIST=                auto/Ref/Util/.packlist
 
 .include "../../lang/perl5/module.mk"
diff -r c08114a9aeee -r 6771e1212b0a devel/p5-Ref-Util/distinfo
--- a/devel/p5-Ref-Util/distinfo        Mon May 29 11:04:11 2017 +0000
+++ b/devel/p5-Ref-Util/distinfo        Mon May 29 11:05:08 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/02/25 14:06:05 mef Exp $
+$NetBSD: distinfo,v 1.4 2017/05/29 11:05:08 wiz Exp $
 
-SHA1 (Ref-Util-0.113.tar.gz) = c000bd53b9ce834e75de9038b28643e5897bead2
-RMD160 (Ref-Util-0.113.tar.gz) = 41b9bf22d90a2900eb0c973123040e66fa58a30a
-SHA512 (Ref-Util-0.113.tar.gz) = 1116ef8cde964c690b7ba7d32dad9b63429e882bbaa9920f4c47b789c84cbf66499f1a90b41cd6bc8d7afedcb10ea1a08775e3f12e4664055ddb212826db1e24
-Size (Ref-Util-0.113.tar.gz) = 67089 bytes
+SHA1 (Ref-Util-0.203.tar.gz) = a00535e5c4d315e89c88f732698276902080010f
+RMD160 (Ref-Util-0.203.tar.gz) = ef2b6542968fb22d66f08cca6e0331d862de39b4
+SHA512 (Ref-Util-0.203.tar.gz) = bf0b1cde5adf869377aaee3c6a8fa8f40fc852c70f20dafdb3d7f3b7718eb19738a4d53c243e9809b7cff9e2e49a871f0336b4288b96048e91ae48634d12a392
+Size (Ref-Util-0.203.tar.gz) = 26937 bytes



Home | Main Index | Thread Index | Old Index