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: nia
Date: Sun Mar 22 21:21:45 UTC 2020
Modified Files:
pkgsrc/devel/p5-Scalar-List-Utils: Makefile distinfo
Log Message:
p5-Scalar-List-Utils: Update to 1.54
1.54 -- 2020-02-02 15:47
[CHANGES]
* Added List::Util::reductions (RT128237)
* Added List::Util::sample (RT131535)
* Recognise $List::Util::RAND as a source of randomness for sampling
functions (RT131536)
[BUGFIXES]
* Document the difference between ref() and reftype() on precompiled
qr// regexps (RT127963)
* Various improvements to List::Util::uniqnum() to handle stringified
Inf and NaN, negative zero
* Detect platform NV size and number of digits required to calculate
uniqueness
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
cvs rdiff -u -r1.28 -r1.29 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.47 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.48
--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.47 Sun Oct 27 14:22:59 2019
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile Sun Mar 22 21:21:45 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2019/10/27 14:22:59 mef Exp $
+# $NetBSD: Makefile,v 1.48 2020/03/22 21:21:45 nia Exp $
-DISTNAME= Scalar-List-Utils-1.53
+DISTNAME= Scalar-List-Utils-1.54
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.28 pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.29
--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.28 Sun Oct 27 14:22:59 2019
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo Sun Mar 22 21:21:45 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2019/10/27 14:22:59 mef Exp $
+$NetBSD: distinfo,v 1.29 2020/03/22 21:21:45 nia Exp $
-SHA1 (Scalar-List-Utils-1.53.tar.gz) = 30b5861121ee98b8691b0b742011a91bfbdcde66
-RMD160 (Scalar-List-Utils-1.53.tar.gz) = 947608bdd201c27584fb694d907ff4370eb1382f
-SHA512 (Scalar-List-Utils-1.53.tar.gz) = b0bcc0f6949a122ef86d64bc5beccc793638af1907ae06047045ae568700f9c01da4a5d8a5cc8e9bc1cf19280a3acbc4c7cd97e239ab4022ad3b6cf9980eb305
-Size (Scalar-List-Utils-1.53.tar.gz) = 97329 bytes
+SHA1 (Scalar-List-Utils-1.54.tar.gz) = bfbe52b0fc5ed50d89431f97ba9c8e08083d053e
+RMD160 (Scalar-List-Utils-1.54.tar.gz) = 6e0d74d3befd0c0820f86f652389d64e9dd5c79c
+SHA512 (Scalar-List-Utils-1.54.tar.gz) = da85b7532e6f54433c328e82411715e0f90281779fc2bfd921c3ed49f853667650c029d2be6cf3a41e2ac9060c0a444245d579030a8054a1f1003d45a9c6eb0e
+Size (Scalar-List-Utils-1.54.tar.gz) = 102455 bytes
Home |
Main Index |
Thread Index |
Old Index