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:   mef
Date:           Sat Oct 15 00:51:29 UTC 2016

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/p5-Test-Script/Makefile
cvs rdiff -u -r1.8 -r1.9 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.18 pkgsrc/devel/p5-Test-Script/Makefile:1.19
--- pkgsrc/devel/p5-Test-Script/Makefile:1.18   Wed Jun  8 19:23:40 2016
+++ pkgsrc/devel/p5-Test-Script/Makefile        Sat Oct 15 00:51:29 2016
@@ -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/}
 

Index: pkgsrc/devel/p5-Test-Script/distinfo
diff -u pkgsrc/devel/p5-Test-Script/distinfo:1.8 pkgsrc/devel/p5-Test-Script/distinfo:1.9
--- pkgsrc/devel/p5-Test-Script/distinfo:1.8    Wed May 18 11:59:11 2016
+++ pkgsrc/devel/p5-Test-Script/distinfo        Sat Oct 15 00:51:29 2016
@@ -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