pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Scalar-List-Utils



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Feb 25 17:31:14 UTC 2018

Modified Files:
        pkgsrc/devel/p5-Scalar-List-Utils: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/p5-Scalar-List-Utils/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/p5-Scalar-List-Utils/Makefile
diff -u pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.42 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.43
--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.42     Sun Sep 10 21:36:54 2017
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile  Sun Feb 25 17:31:14 2018
@@ -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/}

Index: pkgsrc/devel/p5-Scalar-List-Utils/distinfo
diff -u pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.24 pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.25
--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.24     Sun Sep 10 21:36:54 2017
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo  Sun Feb 25 17:31:14 2018
@@ -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