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 Aug 11 06:18:53 UTC 2024
Modified Files:
pkgsrc/devel/p5-Scalar-List-Utils: Makefile distinfo
Log Message:
p5-Scalar-List-Utils: update to 1.65.
1.65 -- 2024-08-06
[BUGFIXES]
* Update exotic names test to avoid single quote package separator
(GH #128)
* Don't loop forever in uniqnum.t (GH #130)
To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/p5-Scalar-List-Utils/Makefile
cvs rdiff -u -r1.36 -r1.37 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.57 pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.58
--- pkgsrc/devel/p5-Scalar-List-Utils/Makefile:1.57 Sun Aug 4 07:04:26 2024
+++ pkgsrc/devel/p5-Scalar-List-Utils/Makefile Sun Aug 11 06:18:53 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2024/08/04 07:04:26 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2024/08/11 06:18:53 wiz Exp $
-DISTNAME= Scalar-List-Utils-1.64
+DISTNAME= Scalar-List-Utils-1.65
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
@@ -10,7 +10,8 @@ HOMEPAGE= https://metacpan.org/release/S
COMMENT= Common Scalar and List utility subroutines
LICENSE= ${PERL5_LICENSE}
-USE_LANGUAGES= c99
+USE_LANGUAGES= c
+USE_CC_FEATURES= c99
PERL5_PACKLIST= auto/List/Util/.packlist
Index: pkgsrc/devel/p5-Scalar-List-Utils/distinfo
diff -u pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.36 pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.37
--- pkgsrc/devel/p5-Scalar-List-Utils/distinfo:1.36 Sun Aug 4 07:04:26 2024
+++ pkgsrc/devel/p5-Scalar-List-Utils/distinfo Sun Aug 11 06:18:53 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2024/08/04 07:04:26 wiz Exp $
+$NetBSD: distinfo,v 1.37 2024/08/11 06:18:53 wiz Exp $
-BLAKE2s (Scalar-List-Utils-1.64.tar.gz) = d55938220afcfcf352b1c79e07d9fd8ea64acf3962ff22da8f2d14fb542fc992
-SHA512 (Scalar-List-Utils-1.64.tar.gz) = 5ff7f951cb9868351be12c5575376e37b3b84f8de4adec7a48ea3e0fde0dca598ee250c4bef843e689267cfe6da6ec5767c9c900db61ef76a1772bd8b8753465
-Size (Scalar-List-Utils-1.64.tar.gz) = 180739 bytes
+BLAKE2s (Scalar-List-Utils-1.65.tar.gz) = 1f49f4a2bd23808e9e46981e3240b8d1869bae0d2e7960edf13edb99cf48f25d
+SHA512 (Scalar-List-Utils-1.65.tar.gz) = f8293b7f353b5b6647693ef75d442f09c4e79a00b0b8accd7ee4f8d04a5d64c9e7d4c716b9fda921b61fb973046214cb7dc16084744fa20afbf15a057941aecf
+Size (Scalar-List-Utils-1.65.tar.gz) = 180891 bytes
Home |
Main Index |
Thread Index |
Old Index