Thu Jan 11 11:53:59 2024 UTC (135d)
(devel/p5-Test-Compile) Updated 3.2.2 to 3.3.1

v3.3.1	  2023-07-17
    - Fix 'silent, no taint' mode (which doesn't cause the compile to fail)

v3.3.0	  2023-07-12
    - Tests should pass, even if Taint mode is not compiled into perl
    - Improve the documentation (@dirs was a terrible name)
    - Internal: improve error handling
    - Internal: remove redundant constants
    - Internal: simplify complex conditional (for better testing)
    - Internal: more tests for better coverage


(mef)
diff -r1.35 -r1.36 pkgsrc/devel/p5-Test-Compile/Makefile
diff -r1.19 -r1.20 pkgsrc/devel/p5-Test-Compile/distinfo

cvs diff -r1.35 -r1.36 pkgsrc/devel/p5-Test-Compile/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Compile/Makefile 2023/07/06 09:40:10 1.35
+++ pkgsrc/devel/p5-Test-Compile/Makefile 2024/01/11 11:53:59 1.36
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.35 2023/07/06 09:40:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.36 2024/01/11 11:53:59 mef Exp $
2 2
3DISTNAME= Test-Compile-v3.2.2 3DISTNAME= Test-Compile-v3.3.1
4PKGNAME= p5-${DISTNAME:S/-v/-/} 4PKGNAME= p5-${DISTNAME:S/-v/-/}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://metacpan.org/release/Test-Compile 9HOMEPAGE= https://metacpan.org/release/Test-Compile
11COMMENT= Perl 5 module to check whether Perl module files compile correctly 10COMMENT= Perl 5 module to check whether Perl module files compile correctly
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14TEST_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS 13TEST_DEPENDS+= p5-Devel-CheckOS-[0-9]*:../../devel/p5-Devel-CheckOS
15TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings 14TEST_DEPENDS+= p5-Test-Warnings-[0-9]*:../../devel/p5-Test-Warnings
16 15
17USE_LANGUAGES= # empty 16USE_LANGUAGES= # empty
18PERL5_PACKLIST= auto/Test/Compile/.packlist 17PERL5_PACKLIST= auto/Test/Compile/.packlist

cvs diff -r1.19 -r1.20 pkgsrc/devel/p5-Test-Compile/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Compile/distinfo 2023/06/30 12:30:24 1.19
+++ pkgsrc/devel/p5-Test-Compile/distinfo 2024/01/11 11:53:59 1.20
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.19 2023/06/30 12:30:24 wen Exp $ 1$NetBSD: distinfo,v 1.20 2024/01/11 11:53:59 mef Exp $
2 2
3BLAKE2s (Test-Compile-v3.2.2.tar.gz) = 0ab58bb071c88120d8ebc68f1d82963fa318c9edfc172d8c33f4583ea95bc511 3BLAKE2s (Test-Compile-v3.3.1.tar.gz) = fbd159e49ae243b48ee60110ce86877023a0f1326e6a228aa2f22e247d2fee50
4SHA512 (Test-Compile-v3.2.2.tar.gz) = 68a18cee66cc8eb2bf10b3d7f97244ee49d7162284957a8f34226846f3afda1872c809b4cdd7494286afea255313eeba27f392e3827ed127d39bbdf406be8151 4SHA512 (Test-Compile-v3.3.1.tar.gz) = d2655da234eabd79846a97f358552d8f57cfdbd5de900850dd4537985a226a17e6277a45d0e118ab29df0084ae0edef14001c53be3f07e47e14c6cd2aa53ece3
5Size (Test-Compile-v3.2.2.tar.gz) = 19612 bytes 5Size (Test-Compile-v3.3.1.tar.gz) = 20205 bytes