Sat May 20 07:29:39 2023 UTC ()
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


(wiz)
diff -r1.13 -r1.14 pkgsrc/devel/p5-Sub-Quote/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Sub-Quote/distinfo

cvs diff -r1.13 -r1.14 pkgsrc/devel/p5-Sub-Quote/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Sub-Quote/Makefile 2022/06/28 11:33:16 1.13
+++ pkgsrc/devel/p5-Sub-Quote/Makefile 2023/05/20 07:29:39 1.14
@@ -1,19 +1,16 @@ @@ -1,19 +1,16 @@
1# $NetBSD: Makefile,v 1.13 2022/06/28 11:33:16 wiz Exp $ 1# $NetBSD: Makefile,v 1.14 2023/05/20 07:29:39 wiz Exp $
2 2
3DISTNAME= Sub-Quote-2.006006 3DISTNAME= Sub-Quote-2.006008
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sub/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Sub-Quote 9HOMEPAGE= https://metacpan.org/release/Sub-Quote
11COMMENT= Efficient generation of subroutines via string eval 10COMMENT= Efficient generation of subroutines via string eval
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14TEST_DEPENDS+= p5-Test-Fatal>=0.003:../../devel/p5-Test-Fatal 
15 
16PERL5_PACKLIST= auto/Sub/Quote/.packlist 13PERL5_PACKLIST= auto/Sub/Quote/.packlist
17 14
18.include "../../lang/perl5/module.mk" 15.include "../../lang/perl5/module.mk"
19.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.8 -r1.9 pkgsrc/devel/p5-Sub-Quote/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Sub-Quote/distinfo 2021/10/26 10:17:32 1.8
+++ pkgsrc/devel/p5-Sub-Quote/distinfo 2023/05/20 07:29:39 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2021/10/26 10:17:32 nia Exp $ 1$NetBSD: distinfo,v 1.9 2023/05/20 07:29:39 wiz Exp $
2 2
3BLAKE2s (Sub-Quote-2.006006.tar.gz) = f1b0a20c8a68c320480638e62813db8cf25a60903fdf52d7b7d4287e7a37c507 3BLAKE2s (Sub-Quote-2.006008.tar.gz) = 44cc7fe1ac3a84008363b300bee987d98e9389b0e76e34b01312f0d851b4d922
4SHA512 (Sub-Quote-2.006006.tar.gz) = 19cd0504f039f3218d3f47b3b44714f0baed73a13f97c4552eb1816b7b03186b1bbdf48cc70c2cae616eb9ec81721b30217c7f788176d389df694c9b355ead64 4SHA512 (Sub-Quote-2.006008.tar.gz) = 474c02953555e815c64270299a2ea36a172c11ff739d77a3f5133f4c40d5ec48ad60c09465bd93864c254f180ba73d8381752ac649f8d4f729199f3088e71e26
5Size (Sub-Quote-2.006006.tar.gz) = 32485 bytes 5Size (Sub-Quote-2.006008.tar.gz) = 35925 bytes