Sat May 20 07:00:38 2023 UTC ()
p5-Scalar-List-Utils: update to 1.63.

1.63 -- 2022-08-08
	[BUGFIXES]
	 * Fix off-by-one in stack handling of head() / tail() (RT143905)
	 * Fix documentation copy-paste error about builtin::reftype
	 * Ensure exotic_names.t will work on EBCDIC platforms
	 * Add basic Github CI workflow

1.62 -- 2022-03-17
	[CHANGES]
	 * Prepare for perl 5.35.10 release:
	    + Skip the tainted tests if your perl was built without taint
	      support
	    + Document the existence of the `builtin::` equivalents for
	      several Scalar::Util functions

1.61 -- 2022-02-16
	[BUGFIXES]
	 * Fix some more signed comparison warnings (Perl5 #19429)


(wiz)
diff -r1.54 -r1.55 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
diff -r1.34 -r1.35 pkgsrc/devel/p5-Scalar-List-Utils/distinfo

cvs diff -r1.54 -r1.55 pkgsrc/devel/p5-Scalar-List-Utils/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2022/06/28 11:33:11 1.54
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile 2023/05/20 07:00:38 1.55
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.54 2022/06/28 11:33:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.55 2023/05/20 07:00:38 wiz Exp $
2 2
3DISTNAME= Scalar-List-Utils-1.60 3DISTNAME= Scalar-List-Utils-1.63
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel misc perl5 5CATEGORIES= devel misc perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils 9HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils
11COMMENT= Common Scalar and List utility subroutines 10COMMENT= Common Scalar and List utility subroutines
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14USE_LANGUAGES= c99 13USE_LANGUAGES= c99
15 14
16PERL5_PACKLIST= auto/List/Util/.packlist 15PERL5_PACKLIST= auto/List/Util/.packlist
17 16
18.include "../../lang/perl5/module.mk" 17.include "../../lang/perl5/module.mk"

cvs diff -r1.34 -r1.35 pkgsrc/devel/p5-Scalar-List-Utils/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2021/10/26 10:17:26 1.34
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo 2023/05/20 07:00:38 1.35
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.34 2021/10/26 10:17:26 nia Exp $ 1$NetBSD: distinfo,v 1.35 2023/05/20 07:00:38 wiz Exp $
2 2
3BLAKE2s (Scalar-List-Utils-1.60.tar.gz) = a5415d560dd83a669f8435697c8a97d905d114280707f1d4f9627faac7df15aa 3BLAKE2s (Scalar-List-Utils-1.63.tar.gz) = 32469416229942acb6ea90f0e88aa5f2956a484d863d6f021ff95f2ec0355adf
4SHA512 (Scalar-List-Utils-1.60.tar.gz) = 35cd3c45c97827f36e5a73cc2bbd496d2b43c17ea736fbf6fcd9d1b42cb522d00cc6ab15a29a07cab0831d00458ebc38ff05559e7c6344567cfba0d7d2c15a92 4SHA512 (Scalar-List-Utils-1.63.tar.gz) = e9e44a62181153c5e28a39df56ec14e9ed2918c6b398dd8e3d9f79669969828f6c0e5efdd02970abaf71ae258b291ad434dc4c597cf6ba4fba55cda892ac8de8
5Size (Scalar-List-Utils-1.60.tar.gz) = 177368 bytes 5Size (Scalar-List-Utils-1.63.tar.gz) = 177981 bytes