pkgsrc-Changes archive

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

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



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Sep 17 13:31:08 UTC 2017

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

Log Message:
p5-Test-Script: update to 1.23.

1.23      2017-07-18 03:12:24 -0400
  - Production release identical to 1.22_01 release.

1.22_01   2017-07-14 07:21:00 -0400
  - Fix testing failures on Windows introduced in 1.21_01

1.21_01   2017-07-13 13:37:09 -0400
  - Migrate to using Test2::V0 internally

1.20      2017-07-13 11:17:42 -0400
  - Production release identical to 1.19_08 release.

1.19_08   2017-07-12 08:22:41 -0400
  - Diagnostic release

1.19_07   2017-07-12 07:53:55 -0400
  - Diagnostic release

1.19_06   2017-07-11 05:34:30 -0400
  - Diagnostic release

1.19_05   2017-07-09 11:35:59 -0400
  - Diagnostic release

1.19_04   2017-07-07 16:26:41 -0400
  - Add support for stdin option that was lost in the Capture::Tiny migration
  - Officially drop support for Perl 5.6 (support for 5.6 was already
    implicitly dropped when we migrated to Capture::Tiny).
  - A near term future version will also drop support for the old pre-Test2
    Test::Builder.

1.19_03   2017-07-07 10:14:25 -0400
  - Use Test2::V0 instead of Test2::Bundle::Extended for Test2 tests

1.19_02   2017-06-21 17:06:47 -0400
  - Identical to 1.19_01

1.19_01   2017-05-01 06:12:01 -0400
  - Use Capture::Tiny instead of IPC::Run3 (Paul Cochrane/PTC++ gh#4, gh#15)
  - Minor documentation fixes (Paul Cochrane/PTC++)


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/p5-Test-Script/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/p5-Test-Script/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-Script/Makefile
diff -u pkgsrc/devel/p5-Test-Script/Makefile:1.22 pkgsrc/devel/p5-Test-Script/Makefile:1.23
--- pkgsrc/devel/p5-Test-Script/Makefile:1.22   Mon Jun  5 14:23:46 2017
+++ pkgsrc/devel/p5-Test-Script/Makefile        Sun Sep 17 13:31:08 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.22 2017/06/05 14:23:46 ryoon Exp $
+# $NetBSD: Makefile,v 1.23 2017/09/17 13:31:08 wiz Exp $
 
-DISTNAME=      Test-Script-1.18
+DISTNAME=      Test-Script-1.23
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    perl5 devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -11,8 +10,9 @@ HOMEPAGE=     http://search.cpan.org/CPAN/au
 COMMENT=       Test::Script - Cross-platform basic tests for scripts
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3
 DEPENDS+=      p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
+DEPENDS+=      p5-Capture-Tiny-[0-9]*:../../devel/p5-Capture-Tiny
+DEPENDS+=      p5-Test2-Suite>=0.000077:../../devel/p5-Test2-Suite
 
 PERL5_PACKLIST=                auto/Test/Script/.packlist
 

Index: pkgsrc/devel/p5-Test-Script/distinfo
diff -u pkgsrc/devel/p5-Test-Script/distinfo:1.11 pkgsrc/devel/p5-Test-Script/distinfo:1.12
--- pkgsrc/devel/p5-Test-Script/distinfo:1.11   Sun Apr 16 15:31:26 2017
+++ pkgsrc/devel/p5-Test-Script/distinfo        Sun Sep 17 13:31:08 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2017/04/16 15:31:26 mef Exp $
+$NetBSD: distinfo,v 1.12 2017/09/17 13:31:08 wiz Exp $
 
-SHA1 (Test-Script-1.18.tar.gz) = 5bd1762187df8f96899691399a4415451a142634
-RMD160 (Test-Script-1.18.tar.gz) = 4460e9742b7265ac29fb6bf8c4d246f527a12ee3
-SHA512 (Test-Script-1.18.tar.gz) = c89e1dd68ca275744ac12811f0d66d42f8fd76766cc515e11e0df2a82beb8cc052253e19b04f5bc86d45e3a9a2a1d6afd5cd4707e8a97f3a9d4c1dd28e4a72b4
-Size (Test-Script-1.18.tar.gz) = 23092 bytes
+SHA1 (Test-Script-1.23.tar.gz) = 42d26c30bbe20522f99d11c00e16b83b7d99990c
+RMD160 (Test-Script-1.23.tar.gz) = 8d780b572d81ec4a3205dc26344f1f8b066840fb
+SHA512 (Test-Script-1.23.tar.gz) = 996564ba87b12849e86883b970117c9d5806be5b00d42207df1027f823a19497bf878640c46a8286e7d77afb8d1fbb3ef6dcfc0d21c2738a5ef124ddf5bc4834
+Size (Test-Script-1.23.tar.gz) = 22974 bytes



Home | Main Index | Thread Index | Old Index