pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Script Updated devel/p5-Test-Script to 1.14



details:   https://anonhg.NetBSD.org/pkgsrc/rev/837a23f90210
branches:  trunk
changeset: 353824:837a23f90210
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Oct 15 00:51:29 2016 +0000

description:
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)

diffstat:

 devel/p5-Test-Script/Makefile |   5 ++---
 devel/p5-Test-Script/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r 06747bb93ad2 -r 837a23f90210 devel/p5-Test-Script/Makefile
--- a/devel/p5-Test-Script/Makefile     Sat Oct 15 00:45:58 2016 +0000
+++ b/devel/p5-Test-Script/Makefile     Sat Oct 15 00:51:29 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/06/08 19:23:40 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2016/10/15 00:51:29 mef Exp $
 
-DISTNAME=      Test-Script-1.12
+DISTNAME=      Test-Script-1.14
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    perl5 devel
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
diff -r 06747bb93ad2 -r 837a23f90210 devel/p5-Test-Script/distinfo
--- a/devel/p5-Test-Script/distinfo     Sat Oct 15 00:45:58 2016 +0000
+++ b/devel/p5-Test-Script/distinfo     Sat Oct 15 00:51:29 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2016/05/18 11:59:11 mef Exp $
+$NetBSD: distinfo,v 1.9 2016/10/15 00:51:29 mef Exp $
 
-SHA1 (Test-Script-1.12.tar.gz) = c0dfee1cec3062d392359ba9c20aeabac759e6d9
-RMD160 (Test-Script-1.12.tar.gz) = 71e9d31fe5d8170441bb4edbce55fe7aec68ae66
-SHA512 (Test-Script-1.12.tar.gz) = 224e97ce8a1dc2510fc526fbe80384f08a07399b23bb89f485af7568777af26fbc921ed00fb6c665a4d9c2e50414db9a41b88286ec8b3473abfec47853c20cb3
-Size (Test-Script-1.12.tar.gz) = 22398 bytes
+SHA1 (Test-Script-1.14.tar.gz) = abb47b58482bd78bb58c5e2bce012052400e5f47
+RMD160 (Test-Script-1.14.tar.gz) = ed17850a61cb81ea70f51afbbcfcefdc48cf6f96
+SHA512 (Test-Script-1.14.tar.gz) = a3d6a316d3271ce7d2e97586ba7e30c8e4417c19bd87ce32d310dd477d513f99b05433bb579ade2b0e7ad6e81125e40abc34337281320b6c20f20d9d2f801d6d
+Size (Test-Script-1.14.tar.gz) = 22799 bytes



Home | Main Index | Thread Index | Old Index