pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b21aa8885693
branches:  trunk
changeset: 560401:b21aa8885693
user:      sno <sno%pkgsrc.org@localhost>
date:      Fri Jun 12 07:51:51 2009 +0000

description:
pkgsrc changes:
  - Updating package for p5 modules around Test::Simple from 0.86 to 0.88
  - Setting LICENSE=${PERL5_LICENSE} according to META.yaml

Upstream changes:
0.88  Sat May 30 12:31:24 PDT 2009
    Turing 0.87_03 into a stable release.


0.87_03  Sun May 24 13:41:40 PDT 2009
    New Features
    * isa_ok() now works on classes. (Peter Scott)


0.87_02  Sat Apr 11 12:54:14 PDT 2009
    Test Fixes
    * Some filesystems don't like it when you open a file for writing multiple
      times.  Fixes t/Builder/reset.t. [rt.cpan.org 17298]
    * Check how an operating system is going to map exit codes.  Some OS'
      will map them... sometimes.  [rt.cpan.org 42148]
    * Fix Test::Builder::NoOutput on 5.6.2.


0.87_01  Sun Mar 29 09:56:52 BST 2009
    New Features
    * done_testing() allows you to declare that you have finished running tests,
      and how many you ran.  It is a safer no_plan and effectively replaces it.
    * output() now supports scalar references.

    Feature Changes
    * You can now run a test without first declaring a plan.  This allows
      done_testing() to work.
    * You can now call current_test() without first declaring a plan.

    Bug Fixes
    * skip_all() with no reason would output "1..0" which is invalid TAP.  It will
      now always include the SKIP directive.

    Other
    * Repository moved to github.

diffstat:

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

diffs (33 lines):

diff -r 77fafa307ff0 -r b21aa8885693 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Fri Jun 12 07:46:28 2009 +0000
+++ b/devel/p5-Test-Simple/Makefile     Fri Jun 12 07:51:51 2009 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.41 2008/12/10 16:52:59 rhaen Exp $
+# $NetBSD: Makefile,v 1.42 2009/06/12 07:51:51 sno Exp $
 
-DISTNAME=              Test-Simple-0.86
+DISTNAME=              Test-Simple-0.88
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5tsi
 CATEGORIES=            devel perl5
@@ -9,6 +9,7 @@
 MAINTAINER=            rhaen%NetBSD.org@localhost
 HOMEPAGE=              http://search.cpan.org/dist/Test-Simple/
 COMMENT=               Perl5 module with a simple framework for writing tests
+LICENSE=               ${PERL5_LICENSE}
 
 CONFLICTS+=            p5-Test-Builder-Tester-[0-9]*
 
diff -r 77fafa307ff0 -r b21aa8885693 devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo     Fri Jun 12 07:46:28 2009 +0000
+++ b/devel/p5-Test-Simple/distinfo     Fri Jun 12 07:51:51 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.23 2008/12/10 16:52:59 rhaen Exp $
+$NetBSD: distinfo,v 1.24 2009/06/12 07:51:51 sno Exp $
 
-SHA1 (Test-Simple-0.86.tar.gz) = b3a66d297459cf9ca6d952af8f87ceb3ad6c54a8
-RMD160 (Test-Simple-0.86.tar.gz) = 19a69e52d2d7cabd2df47aab976758bd4fd0846b
-Size (Test-Simple-0.86.tar.gz) = 89489 bytes
+SHA1 (Test-Simple-0.88.tar.gz) = 75941e8bf60e9b00eede30aac1677c0fc50a3bab
+RMD160 (Test-Simple-0.88.tar.gz) = 81f57ba3122605bb1ae4abc4c37a9033f0044fff
+Size (Test-Simple-0.88.tar.gz) = 98436 bytes



Home | Main Index | Thread Index | Old Index