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:           Sat May 20 07:00:38 UTC 2023

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
cvs rdiff -u -r1.34 -r1.35 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.54 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.55
--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.54     Tue Jun 28 11:33:11 2022
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile  Sat May 20 07:00:38 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.54 2022/06/28 11:33:11 wiz Exp $
+# $NetBSD: Makefile,v 1.55 2023/05/20 07:00:38 wiz Exp $
 
-DISTNAME=      Scalar-List-Utils-1.60
+DISTNAME=      Scalar-List-Utils-1.63
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 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.34 pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.35
--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.34     Tue Oct 26 10:17:26 2021
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo  Sat May 20 07:00:38 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.34 2021/10/26 10:17:26 nia Exp $
+$NetBSD: distinfo,v 1.35 2023/05/20 07:00:38 wiz Exp $
 
-BLAKE2s (Scalar-List-Utils-1.60.tar.gz) = a5415d560dd83a669f8435697c8a97d905d114280707f1d4f9627faac7df15aa
-SHA512 (Scalar-List-Utils-1.60.tar.gz) = 35cd3c45c97827f36e5a73cc2bbd496d2b43c17ea736fbf6fcd9d1b42cb522d00cc6ab15a29a07cab0831d00458ebc38ff05559e7c6344567cfba0d7d2c15a92
-Size (Scalar-List-Utils-1.60.tar.gz) = 177368 bytes
+BLAKE2s (Scalar-List-Utils-1.63.tar.gz) = 32469416229942acb6ea90f0e88aa5f2956a484d863d6f021ff95f2ec0355adf
+SHA512 (Scalar-List-Utils-1.63.tar.gz) = e9e44a62181153c5e28a39df56ec14e9ed2918c6b398dd8e3d9f79669969828f6c0e5efdd02970abaf71ae258b291ad434dc4c597cf6ba4fba55cda892ac8de8
+Size (Scalar-List-Utils-1.63.tar.gz) = 177981 bytes



Home | Main Index | Thread Index | Old Index