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)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11d3baaf4396
branches:  trunk
changeset: 650030:11d3baaf4396
user:      mef <mef%pkgsrc.org@localhost>
date:      Fri Apr 17 01:28:22 2015 +0000

description:
(pkgsrc)
- Adust conflict.
  -CONFLICTS+=            p5-Test-Builder-Tester-[0-9]*
  +CONFLICTS+=            p5-Test-Tester-[0-9]*
  +CONFLICTS+=            p5-Test-use-ok-[0-9]*

- As a side note (after reading listed below at the 1.001010 entry:
    * Integrate Test::Tester and Test::use::ok for easier downgrade from trial
  ) Following packages depends to Test-Tester
        p5-Test-Deep
        p5-Test-MinimumVersion (BUILD_DEPENDS+= )
        p5-Test-NoWarnings
        p5-Test-Output
        p5-Test-Trap
   and may not be convenient when those are installed (causing CONFILICT)

(upstream)
 - Update 1.001003 to 1.001014
---------------------------
1.001014     Tue Dec 28 08:31:00:00 PST 2015
    * Write a test to ensure this changes file gets updated
    * Update changes file for 1.001013

1.001013     Sun Dec 28 08:00:00:00 PST 2015
    * Fix a unit test that broke on some platforms with spaces in the $^X path

1.001012     Tue Dec 23 07:39:00:00 PST 2015
    * Move test that was dropped in the wrong directory

1.001011     Sat Dec 20 09:08:00:00 PST 2015
    * Remove POD Coverage test

1.001010     Fri Dec 19 20:16:00:00 PST 2015
    * Fix windows test bug #491
    * Integrate Test::Tester and Test::use::ok for easier downgrade from trial

1.001009     Sun Nov  2 22:31:08:00 PST 2014
    * Fix bug in cmp_ok

1.001008     Wed Oct 15 20:10:22:00 PST 2014
    * Updated Changes file

1.001007     Wed Oct 15 16:37:11:00 PST 2014
    * Fix subtest name when skip_all is used

1.001006     Tue Sep  2 14:39:05:00 PST 2014
    * Reverted change that is now part of alpha branch

1.001005     Tue Sep  2 19:47:19:00 JST 2014
    * Changed install path for perl 5.12 or higher.

1.001004_003 Sat May  17 13:43:00 PST 2014
    * Another Minor doc fix to solve test bug
    * Fix #399, conflict with strawberry-portable

1.001004_002 Sat May  17 13:43:00 PST 2014
    * Minor doc fix to solve test bug

1.001004_001 Sat May  10 08:39:00 PST 2014
    * Doc updates
    * Subtests accept args
    * Outdent subtest diag

diffstat:

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

diffs (37 lines):

diff -r 2b40dc86c59b -r 11d3baaf4396 devel/p5-Test-Simple/Makefile
--- a/devel/p5-Test-Simple/Makefile     Fri Apr 17 01:09:47 2015 +0000
+++ b/devel/p5-Test-Simple/Makefile     Fri Apr 17 01:28:22 2015 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.55 2014/10/09 14:06:28 wiz Exp $
+# $NetBSD: Makefile,v 1.56 2015/04/17 01:28:22 mef Exp $
 
-DISTNAME=              Test-Simple-1.001003
+DISTNAME=              Test-Simple-1.001014
 PKGNAME=               p5-${DISTNAME}
-PKGREVISION=           1
 CATEGORIES=            devel perl5
 MASTER_SITES=          ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -11,7 +10,8 @@
 COMMENT=               Perl5 module with a simple framework for writing tests
 LICENSE=               ${PERL5_LICENSE}
 
-CONFLICTS+=            p5-Test-Builder-Tester-[0-9]*
+CONFLICTS+=            p5-Test-Tester-[0-9]*
+CONFLICTS+=            p5-Test-use-ok-[0-9]*
 
 PERL5_PACKLIST=                auto/Test/Simple/.packlist
 
diff -r 2b40dc86c59b -r 11d3baaf4396 devel/p5-Test-Simple/distinfo
--- a/devel/p5-Test-Simple/distinfo     Fri Apr 17 01:09:47 2015 +0000
+++ b/devel/p5-Test-Simple/distinfo     Fri Apr 17 01:28:22 2015 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.29 2014/04/20 13:44:53 wen Exp $
+$NetBSD: distinfo,v 1.30 2015/04/17 01:28:22 mef Exp $
 
-SHA1 (Test-Simple-1.001003.tar.gz) = 39cf357d85ca2953956dc7712f395f370cd1b413
-RMD160 (Test-Simple-1.001003.tar.gz) = 2242ddf0f11538c20310b0ca4cee4f956da56f4b
-Size (Test-Simple-1.001003.tar.gz) = 113151 bytes
+SHA1 (Test-Simple-1.001014.tar.gz) = 35a8599888b50c68eccb589209911b079869d1f0
+RMD160 (Test-Simple-1.001014.tar.gz) = 93fbdc8a521ef0f89b82945c90c4f32b200d5af1
+Size (Test-Simple-1.001014.tar.gz) = 127212 bytes



Home | Main Index | Thread Index | Old Index