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 Update p5-Test-Simple to 0.64.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/74e9c8e2a3eb
branches:  trunk
changeset: 520398:74e9c8e2a3eb
user:      obache <obache%pkgsrc.org@localhost>
date:      Sat Oct 21 07:38:42 2006 +0000

description:
Update p5-Test-Simple to 0.64.

0.64  Sun Jul 16 02:47:29 PDT 2006
    * 0.63's change to test_fail() broke backwards compatibility.  They
      have been removed for the time being.  test_pass() went with it.
      This is [rt.cpan.org 11317] and [rt.cpan.org 11319].
    - skip() will now warn if you get the args backwards.

0.63  Sun Jul  9 02:36:36 PDT 2006
    * Fixed can_ok() to gracefully handle no class name.
      Submitted by "Pete Krawczyk" <perl%bsod.net@localhost>
      Implemented by "Richard Foley" <richard.foley%rfi.net@localhost>
      [rt.cpan.org 15654]
    * Added test_pass() to Test::Builder::Tester rather than having to
      call test_out("ok 1 - foo"). <chromatic%wgz.org@localhost> [rt.cpan.org 11317]
    * test_fail() now accepts a test diagnostic rather than having to
      call test_out() separately. <chromatic%wgz.org@localhost> [rt.cpan.org 11319]
    - Changed Test::Builder::Tester docs to show best practice using
      test_fail() and test_pass().
    - isnt_num() doc example wrongly showed is_num(). <chromatic%wgz.org@localhost>
    - Fixed a minor typo in the BAIL_OUT() docs. <Jeff Deifik>
    - Removed the LICENSE field from the Makefile.PL as the release of
      MakeMaker with that feature has been delayed.

diffstat:

 devel/p5-Test-Simple/Makefile         |   4 ++--
 devel/p5-Test-Simple/distinfo         |  10 +++++-----
 devel/p5-Test-Simple/patches/patch-aa |   8 ++++----
 3 files changed, 11 insertions(+), 11 deletions(-)

diffs (44 lines):

diff -r d42bc6c93321 -r 74e9c8e2a3eb devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Fri Oct 20 22:43:00 2006 +0000
+++ b/devel/p5-Test-Simple/Makefile     Sat Oct 21 07:38:42 2006 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2005/11/22 23:07:18 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2006/10/21 07:38:42 obache Exp $
 
-DISTNAME=              Test-Simple-0.62
+DISTNAME=              Test-Simple-0.64
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5tsi
 CATEGORIES=            devel perl5
diff -r d42bc6c93321 -r 74e9c8e2a3eb devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo     Fri Oct 20 22:43:00 2006 +0000
+++ b/devel/p5-Test-Simple/distinfo     Sat Oct 21 07:38:42 2006 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2005/11/22 21:55:55 wiz Exp $
+$NetBSD: distinfo,v 1.14 2006/10/21 07:38:42 obache Exp $
 
-SHA1 (Test-Simple-0.62.tar.gz) = d7f566c4ca22409d54368030b57ba07fb0e5137f
-RMD160 (Test-Simple-0.62.tar.gz) = 3d8bf97a9a4a904f93abc902ffa18959ba81821a
-Size (Test-Simple-0.62.tar.gz) = 70383 bytes
-SHA1 (patch-aa) = a22ee8e1db9e1c50e1556ae26e7ceb7a8c956d52
+SHA1 (Test-Simple-0.64.tar.gz) = f275d266712d9fe7672fd3a5e023f67886eb0ee9
+RMD160 (Test-Simple-0.64.tar.gz) = dfe88655a046b4034a592ea8bc5039771f78f098
+Size (Test-Simple-0.64.tar.gz) = 70874 bytes
+SHA1 (patch-aa) = 9a6576863bd2b544561350d64a82f5785335750d
diff -r d42bc6c93321 -r 74e9c8e2a3eb devel/p5-Test-Simple/patches/patch-aa
--- a/devel/p5-Test-Simple/patches/patch-aa     Fri Oct 20 22:43:00 2006 +0000
+++ b/devel/p5-Test-Simple/patches/patch-aa     Sat Oct 21 07:38:42 2006 +0000
@@ -1,9 +1,9 @@
-$NetBSD: patch-aa,v 1.3 2005/11/22 21:55:55 wiz Exp $
+$NetBSD: patch-aa,v 1.4 2006/10/21 07:38:42 obache Exp $
 
---- Makefile.PL.orig   2005-10-02 03:40:52.000000000 +0200
+--- Makefile.PL.orig   2006-07-09 18:49:50.000000000 +0900
 +++ Makefile.PL
-@@ -51,9 +51,7 @@ WriteMakefile(
-     LICENSE         => 'perl',
+@@ -50,9 +50,7 @@ WriteMakefile(
+     VERSION_FROM    => "lib/$PACKAGE_FILE.pm", # finds $VERSION
      PREREQ_PM       => { 
                          Test::Harness   => 2.03,
 -                       },



Home | Main Index | Thread Index | Old Index