pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p5-Test-Harness pkgsrc changes:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/59d41e6525ed
branches:  trunk
changeset: 393380:59d41e6525ed
user:      sno <sno%pkgsrc.org@localhost>
date:      Tue May 19 23:33:34 2009 +0000

description:
pkgsrc changes:
  - updating package for p5 module Test::Harness from 3.16 to 3.17
  - setting gnu-gpl-v2 as license

upstream changes:
3.17    2009-05-05
        - Changed the 'failures' so that it is overridden by verbosity rather
          than the other way around.
        - Added the 'comments' option, most useful when used in conjunction
          with the 'failures' option.
        - Deprecated support for Perls earlier than 5.6.0.
        - Allow '-I lib' as well as '-Ilib' in $Test::Harness::Switches
          (regression).
        - Restore old skip parsing semantics for TAP < v13. Refs #39031.
        - Numerous small documentation fixes.
        - Remove support for fork-based parallel testing. Multiplexed
          parallel testing remains.

diffstat:

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

diffs (34 lines):

diff -r 9696588bba38 -r 59d41e6525ed devel/p5-Test-Harness/Makefile
--- a/devel/p5-Test-Harness/Makefile    Tue May 19 23:28:05 2009 +0000
+++ b/devel/p5-Test-Harness/Makefile    Tue May 19 23:33:34 2009 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2009/02/28 16:21:47 adrianp Exp $
+# $NetBSD: Makefile,v 1.30 2009/05/19 23:33:34 sno Exp $
 #
 
-DISTNAME=      Test-Harness-3.16
+DISTNAME=      Test-Harness-3.17
 PKGNAME=       p5-${DISTNAME}
 CATEGORIES=    devel perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
@@ -9,6 +9,7 @@
 MAINTAINER=    adrianp%NetBSD.org@localhost
 HOMEPAGE=      http://search.cpan.org/dist/Test-Harness/
 COMMENT=       Run Perl standard test scripts with statistics
+LICENSE=       gnu-gpl-v2 # OR artistic
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
diff -r 9696588bba38 -r 59d41e6525ed devel/p5-Test-Harness/distinfo
--- a/devel/p5-Test-Harness/distinfo    Tue May 19 23:28:05 2009 +0000
+++ b/devel/p5-Test-Harness/distinfo    Tue May 19 23:33:34 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2009/02/28 16:21:47 adrianp Exp $
+$NetBSD: distinfo,v 1.17 2009/05/19 23:33:34 sno Exp $
 
-SHA1 (Test-Harness-3.16.tar.gz) = ba822655a5aecb5c259c8bb949b009161ed27731
-RMD160 (Test-Harness-3.16.tar.gz) = 309e67301fdc785876bc17b37fdb33dcd7a2a4b0
-Size (Test-Harness-3.16.tar.gz) = 208216 bytes
+SHA1 (Test-Harness-3.17.tar.gz) = cc4572113f553fbc55a5a5a1e791dcde4433cc45
+RMD160 (Test-Harness-3.17.tar.gz) = d654f2be5beb17dcea50f2d99963a7350d29d368
+Size (Test-Harness-3.17.tar.gz) = 210311 bytes



Home | Main Index | Thread Index | Old Index