pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Scalar-List-Utils p5-Scalar-List-Utils: updat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2f5ae8299529
branches:  trunk
changeset: 376008:2f5ae8299529
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 25 17:31:14 2018 +0000

description:
p5-Scalar-List-Utils: update to 1.50.

1.50 -- 2018-02-20 19:13:27
        [CHANGES]
         * Added head() and tail() functions (thanks preaction)
         * Support binary and Unicode in symbol names for set_subname()

        [BUGFIXES]
         * Fix building with C++ and C89 compilers
         * Fix uniq() test for old Test::More
         * Fix example get_code_info for unnamed subs (RT#116962)
         * Fixes for symbol names containing ' characters
         * Don't leak SVs from sum0/product1 when called with zero args
           (RT#124017)
         * Use sv_rvunweaken() in Scalar::Util::unweaken() (thanks ilmari)
         * Misc. fixes for perl 5.6

diffstat:

 devel/p5-Scalar-List-Utils/Makefile |   4 ++--
 devel/p5-Scalar-List-Utils/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 4a28632f1827 -r 2f5ae8299529 devel/p5-Scalar-List-Utils/Makefile
--- a/devel/p5-Scalar-List-Utils/Makefile       Sun Feb 25 17:30:04 2018 +0000
+++ b/devel/p5-Scalar-List-Utils/Makefile       Sun Feb 25 17:31:14 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2017/09/10 21:36:54 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2018/02/25 17:31:14 wiz Exp $
 
-DISTNAME=      Scalar-List-Utils-1.49
+DISTNAME=      Scalar-List-Utils-1.50
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel misc perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Scalar/}
diff -r 4a28632f1827 -r 2f5ae8299529 devel/p5-Scalar-List-Utils/distinfo
--- a/devel/p5-Scalar-List-Utils/distinfo       Sun Feb 25 17:30:04 2018 +0000
+++ b/devel/p5-Scalar-List-Utils/distinfo       Sun Feb 25 17:31:14 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.24 2017/09/10 21:36:54 wiz Exp $
+$NetBSD: distinfo,v 1.25 2018/02/25 17:31:14 wiz Exp $
 
-SHA1 (Scalar-List-Utils-1.49.tar.gz) = fa313dcfa8fadc1228a7c4497712cdfded2aa1af
-RMD160 (Scalar-List-Utils-1.49.tar.gz) = 670527209fa08333aa67539ace60ab09a5d5ad44
-SHA512 (Scalar-List-Utils-1.49.tar.gz) = f65d8d96b7b96999f8d3ade93fd0eda9126ab416157981e5d206206e7906fea6bb657abb31bc38b48e70c51804bc42c8724e9ed516fc1d5636bbcb30120ccd39
-Size (Scalar-List-Utils-1.49.tar.gz) = 87866 bytes
+SHA1 (Scalar-List-Utils-1.50.tar.gz) = 9aeba747b5a702d488e3a4f5cd12e6635cbeeeb4
+RMD160 (Scalar-List-Utils-1.50.tar.gz) = de8875ac997c65e6b60799ce36d81975966f4a23
+SHA512 (Scalar-List-Utils-1.50.tar.gz) = f7ebe9ef079b91c9128a39174b57b482f0588dc901c0751894d02933d8c8f10bef02bc4ea34033bbd00075c655449b4538982190f4642ffa20d1f6109ba43760
+Size (Scalar-List-Utils-1.50.tar.gz) = 96244 bytes



Home | Main Index | Thread Index | Old Index