pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-Sub-Quote
Module Name: pkgsrc
Committed By: wiz
Date: Sat May 20 07:29:39 UTC 2023
Modified Files:
pkgsrc/devel/p5-Sub-Quote: Makefile distinfo
Log Message:
p5-Sub-Quote: update to 2.006008.
2.006008 - 2023-01-20
- drop Test::Fatal prereq
- recommend Sub::Util rather than Sub::Name
- use XString for quoting strings where possible
- move tests for quotify on perl 5.6 to author only
2.006_007 - 2022-04-05
- accurately detect numbers vs strings in quotify on perl 5.36
- accurately detect booleans in quotify on perl 5.36
- add workaround for float formatting for perls compiled to use gcvd
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/p5-Sub-Quote/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Sub-Quote/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-Sub-Quote/Makefile
diff -u pkgsrc/devel/p5-Sub-Quote/Makefile:1.13 pkgsrc/devel/p5-Sub-Quote/Makefile:1.14
--- pkgsrc/devel/p5-Sub-Quote/Makefile:1.13 Tue Jun 28 11:33:16 2022
+++ pkgsrc/devel/p5-Sub-Quote/Makefile Sat May 20 07:29:39 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2022/06/28 11:33:16 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2023/05/20 07:29:39 wiz Exp $
-DISTNAME= Sub-Quote-2.006006
+DISTNAME= Sub-Quote-2.006008
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
@@ -11,8 +10,6 @@ HOMEPAGE= https://metacpan.org/release/S
COMMENT= Efficient generation of subroutines via string eval
LICENSE= ${PERL5_LICENSE}
-TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal
-
PERL5_PACKLIST= auto/Sub/Quote/.packlist
.include "../../lang/perl5/module.mk"
Index: pkgsrc/devel/p5-Sub-Quote/distinfo
diff -u pkgsrc/devel/p5-Sub-Quote/distinfo:1.8 pkgsrc/devel/p5-Sub-Quote/distinfo:1.9
--- pkgsrc/devel/p5-Sub-Quote/distinfo:1.8 Tue Oct 26 10:17:32 2021
+++ pkgsrc/devel/p5-Sub-Quote/distinfo Sat May 20 07:29:39 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 10:17:32 nia Exp $
+$NetBSD: distinfo,v 1.9 2023/05/20 07:29:39 wiz Exp $
-BLAKE2s (Sub-Quote-2.006006.tar.gz) = f1b0a20c8a68c320480638e62813db8cf25a60903fdf52d7b7d4287e7a37c507
-SHA512 (Sub-Quote-2.006006.tar.gz) = 19cd0504f039f3218d3f47b3b44714f0baed73a13f97c4552eb1816b7b03186b1bbdf48cc70c2cae616eb9ec81721b30217c7f788176d389df694c9b355ead64
-Size (Sub-Quote-2.006006.tar.gz) = 32485 bytes
+BLAKE2s (Sub-Quote-2.006008.tar.gz) = 44cc7fe1ac3a84008363b300bee987d98e9389b0e76e34b01312f0d851b4d922
+SHA512 (Sub-Quote-2.006008.tar.gz) = 474c02953555e815c64270299a2ea36a172c11ff739d77a3f5133f4c40d5ec48ad60c09465bd93864c254f180ba73d8381752ac649f8d4f729199f3088e71e26
+Size (Sub-Quote-2.006008.tar.gz) = 35925 bytes
Home |
Main Index |
Thread Index |
Old Index