Sat Oct 15 00:51:29 2016 UTC ()
Updated devel/p5-Test-Script to 1.14
------------------------------------
1.14      2016-10-13 11:04:48 -0400
  - Fix a regex in a test that fails on recent versions of
    Test2 on Windows (possibly others) (gh#8)
  - One of the tests was unreasonably slow, so it does
    not get run for users, but will be used for development
    only
  - Remove warning condition that happens with at least some
    older versions of Perl when using quotemeta without
    parentheses (gh#7 Thanks Brendan Byrd)


(mef)
diff -r1.18 -r1.19 pkgsrc/devel/p5-Test-Script/Makefile
diff -r1.8 -r1.9 pkgsrc/devel/p5-Test-Script/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/p5-Test-Script/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Test-Script/Makefile 2016/06/08 19:23:40 1.18
+++ pkgsrc/devel/p5-Test-Script/Makefile 2016/10/15 00:51:29 1.19
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.18 2016/06/08 19:23:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/10/15 00:51:29 mef Exp $
2 2
3DISTNAME= Test-Script-1.12 3DISTNAME= Test-Script-1.14
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= perl5 devel 5CATEGORIES= perl5 devel
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= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/ 9HOMEPAGE= http://search.cpan.org/CPAN/authors/id/A/AD/ADAMK/
11COMMENT= Test::Script - Cross-platform basic tests for scripts 10COMMENT= Test::Script - Cross-platform basic tests for scripts
12LICENSE= ${PERL5_LICENSE} 11LICENSE= ${PERL5_LICENSE}
13 12
14DEPENDS+= p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3 13DEPENDS+= p5-IPC-Run3>=0.039:../../devel/p5-IPC-Run3
15DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl 14DEPENDS+= p5-Probe-Perl>=0.01:../../devel/p5-Probe-Perl
16 15
17PERL5_PACKLIST= auto/Test/Script/.packlist 16PERL5_PACKLIST= auto/Test/Script/.packlist
18 17

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

--- pkgsrc/devel/p5-Test-Script/distinfo 2016/05/18 11:59:11 1.8
+++ pkgsrc/devel/p5-Test-Script/distinfo 2016/10/15 00:51:29 1.9
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.8 2016/05/18 11:59:11 mef Exp $ 1$NetBSD: distinfo,v 1.9 2016/10/15 00:51:29 mef Exp $
2 2
3SHA1 (Test-Script-1.12.tar.gz) = c0dfee1cec3062d392359ba9c20aeabac759e6d9 3SHA1 (Test-Script-1.14.tar.gz) = abb47b58482bd78bb58c5e2bce012052400e5f47
4RMD160 (Test-Script-1.12.tar.gz) = 71e9d31fe5d8170441bb4edbce55fe7aec68ae66 4RMD160 (Test-Script-1.14.tar.gz) = ed17850a61cb81ea70f51afbbcfcefdc48cf6f96
5SHA512 (Test-Script-1.12.tar.gz) = 224e97ce8a1dc2510fc526fbe80384f08a07399b23bb89f485af7568777af26fbc921ed00fb6c665a4d9c2e50414db9a41b88286ec8b3473abfec47853c20cb3 5SHA512 (Test-Script-1.14.tar.gz) = a3d6a316d3271ce7d2e97586ba7e30c8e4417c19bd87ce32d310dd477d513f99b05433bb579ade2b0e7ad6e81125e40abc34337281320b6c20f20d9d2f801d6d
6Size (Test-Script-1.12.tar.gz) = 22398 bytes 6Size (Test-Script-1.14.tar.gz) = 22799 bytes