pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/p5-Test-Compile



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Jan 11 11:53:59 UTC 2024

Modified Files:
        pkgsrc/devel/p5-Test-Compile: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/p5-Test-Compile/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/p5-Test-Compile/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-Test-Compile/Makefile
diff -u pkgsrc/devel/p5-Test-Compile/Makefile:1.35 pkgsrc/devel/p5-Test-Compile/Makefile:1.36
--- pkgsrc/devel/p5-Test-Compile/Makefile:1.35  Thu Jul  6 09:40:10 2023
+++ pkgsrc/devel/p5-Test-Compile/Makefile       Thu Jan 11 11:53:59 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.35 2023/07/06 09:40:10 wiz Exp $
+# $NetBSD: Makefile,v 1.36 2024/01/11 11:53:59 mef Exp $
 
-DISTNAME=      Test-Compile-v3.2.2
+DISTNAME=      Test-Compile-v3.3.1
 PKGNAME=       p5-${DISTNAME:S/-v/-/}
-PKGREVISION=   1
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 

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



Home | Main Index | Thread Index | Old Index