pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/p5-Test2-Plugin-NoWarnings



Module Name:    pkgsrc
Committed By:   mef
Date:           Thu Oct 31 14:07:53 UTC 2019

Modified Files:
        pkgsrc/devel/p5-Test2-Plugin-NoWarnings: Makefile distinfo

Log Message:
(devel/p5-Test2-Plugin-NoWarnings) Updated from 0.06 to 0.08

0.08     2019-10-11
- Use IPC::Run3 instead of Capture::Tiny for all tests. This fixes an issue
  with the `tap-bug-in-test2.t` on Windows. Reported by Alexandr Ciornii and
  further diagnosed by Phil M. Perry. RT #129294.

0.07     2019-04-21
- Reverted back to using the Warning event type, since the bug in the Test2
  core that caused this to be a problem has since been fixed.

- Replaced use of Test2::Bundle::Extended with Test2::V0.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/p5-Test2-Plugin-NoWarnings/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Test2-Plugin-NoWarnings/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-Test2-Plugin-NoWarnings/Makefile
diff -u pkgsrc/devel/p5-Test2-Plugin-NoWarnings/Makefile:1.8 pkgsrc/devel/p5-Test2-Plugin-NoWarnings/Makefile:1.9
--- pkgsrc/devel/p5-Test2-Plugin-NoWarnings/Makefile:1.8        Sun Aug 11 13:20:39 2019
+++ pkgsrc/devel/p5-Test2-Plugin-NoWarnings/Makefile    Thu Oct 31 14:07:53 2019
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.8 2019/08/11 13:20:39 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2019/10/31 14:07:53 mef Exp $
 
-DISTNAME=              Test2-Plugin-NoWarnings-0.06
+DISTNAME=              Test2-Plugin-NoWarnings-0.08
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           2
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=../../authors/id/D/DR/DROLSKY/}
 
@@ -13,8 +12,8 @@ LICENSE=              ${PERL5_LICENSE}
 
 DEPENDS+=              p5-Test2-Suite-[0-9]*:../../devel/p5-Test2-Suite
 # for make test
-BUILD_DEPENDS+=                p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
-BUILD_DEPENDS+=                p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
+TEST_DEPENDS+=         p5-Sub-Info-[0-9]*:../../devel/p5-Sub-Info
+TEST_DEPENDS+=         p5-Term-Table-[0-9]*:../../devel/p5-Term-Table
 
 PERL5_PACKLIST=                auto/Test2/Plugin/NoWarnings/.packlist
 

Index: pkgsrc/devel/p5-Test2-Plugin-NoWarnings/distinfo
diff -u pkgsrc/devel/p5-Test2-Plugin-NoWarnings/distinfo:1.3 pkgsrc/devel/p5-Test2-Plugin-NoWarnings/distinfo:1.4
--- pkgsrc/devel/p5-Test2-Plugin-NoWarnings/distinfo:1.3        Sun Sep 17 13:36:30 2017
+++ pkgsrc/devel/p5-Test2-Plugin-NoWarnings/distinfo    Thu Oct 31 14:07:53 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/09/17 13:36:30 wiz Exp $
+$NetBSD: distinfo,v 1.4 2019/10/31 14:07:53 mef Exp $
 
-SHA1 (Test2-Plugin-NoWarnings-0.06.tar.gz) = 6e00cc5b49ca297344525b61eff479efac198008
-RMD160 (Test2-Plugin-NoWarnings-0.06.tar.gz) = 94034622b42c3c80c6968ae75eb29189e15bbdae
-SHA512 (Test2-Plugin-NoWarnings-0.06.tar.gz) = aed9a3769085028adffd0aa7cbbe2d7d8b89b5f4768e47ae4155dcc1f4aa8fd47319ae7c87ddbc1ed08ca99e1d703eebb74977e88696ea4dcc1104a53332ade2
-Size (Test2-Plugin-NoWarnings-0.06.tar.gz) = 23237 bytes
+SHA1 (Test2-Plugin-NoWarnings-0.08.tar.gz) = 792adb7abc6b68105654570ef01fac345c6eecbb
+RMD160 (Test2-Plugin-NoWarnings-0.08.tar.gz) = 34ca47d84991553d96b11251657896fcbdb83020
+SHA512 (Test2-Plugin-NoWarnings-0.08.tar.gz) = cf641f77b8466bbaf9d9fc166526853f64c9c66e4b1c415af521e81df76760aa3bde0634827d19c9e760c2b763c86e3923af0df83a4e2ddb4c28b8ebbc64eb63
+Size (Test2-Plugin-NoWarnings-0.08.tar.gz) = 26016 bytes



Home | Main Index | Thread Index | Old Index