pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel Switch DEPENDS (or BUILD_DEPENDS) from devel/p5-...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0c4885b44e0
branches:  trunk
changeset: 650314:c0c4885b44e0
user:      mef <mef%pkgsrc.org@localhost>
date:      Tue Apr 21 00:48:05 2015 +0000

description:
Switch DEPENDS (or BUILD_DEPENDS) from devel/p5-Test-Tester to p5-Test-Simple.
  From commit log of devel/p5-Test-Simple 1.001014:
| 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
---------------------------------------------------------------------

diffstat:

 devel/p5-Test-Deep/Makefile           |  6 ++----
 devel/p5-Test-MinimumVersion/Makefile |  4 ++--
 devel/p5-Test-NoWarnings/Makefile     |  4 ++--
 devel/p5-Test-Output/Makefile         |  4 ++--
 4 files changed, 8 insertions(+), 10 deletions(-)

diffs (74 lines):

diff -r b747ca3051c8 -r c0c4885b44e0 devel/p5-Test-Deep/Makefile
--- a/devel/p5-Test-Deep/Makefile       Tue Apr 21 00:28:19 2015 +0000
+++ b/devel/p5-Test-Deep/Makefile       Tue Apr 21 00:48:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/04/16 13:45:21 mef Exp $
+# $NetBSD: Makefile,v 1.21 2015/04/21 00:48:05 mef Exp $
 
 DISTNAME=              Test-Deep-0.115
 PKGNAME=               p5-${DISTNAME}
@@ -10,9 +10,7 @@
 COMMENT=               Perl5 module to test deep structures
 LICENSE=               ${PERL5_LICENSE}
 
-# higher Test::Tester required in case of old Test::Builder installed - so
-# let's require the version detected being "compatible"
-DEPENDS+=              p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
+DEPENDS+=              p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
 DEPENDS+=              p5-Test-NoWarnings>=0.02:../../devel/p5-Test-NoWarnings
 
 PERL5_PACKLIST=                auto/Test/Deep/.packlist
diff -r b747ca3051c8 -r c0c4885b44e0 devel/p5-Test-MinimumVersion/Makefile
--- a/devel/p5-Test-MinimumVersion/Makefile     Tue Apr 21 00:28:19 2015 +0000
+++ b/devel/p5-Test-MinimumVersion/Makefile     Tue Apr 21 00:48:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2015/04/21 00:48:05 mef Exp $
 #
 
 DISTNAME=              Test-MinimumVersion-0.101081
@@ -18,7 +18,7 @@
 DEPENDS+=              p5-YAML-Tiny>=1.40:../../textproc/p5-YAML-Tiny
 DEPENDS+=              {perl>=5.10.0,p5-version>=0.7000}:../../devel/p5-version
 
-BUILD_DEPENDS+=                p5-Test-Tester-[0-9]*:../../devel/p5-Test-Tester
+BUILD_DEPENDS+=                p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
 
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Test/MinimumVersion/.packlist
diff -r b747ca3051c8 -r c0c4885b44e0 devel/p5-Test-NoWarnings/Makefile
--- a/devel/p5-Test-NoWarnings/Makefile Tue Apr 21 00:28:19 2015 +0000
+++ b/devel/p5-Test-NoWarnings/Makefile Tue Apr 21 00:48:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2014/05/29 23:36:22 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2015/04/21 00:48:05 mef Exp $
 
 DISTNAME=      Test-NoWarnings-1.04
 PKGNAME=       p5-${DISTNAME}
@@ -11,7 +11,7 @@
 COMMENT=       Make sure tests of Perl5 modules did not emit any warnings
 LICENSE=       gnu-lgpl-v2.1
 
-DEPENDS+=      p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
+DEPENDS+=      p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
 
 PERL5_PACKLIST=                auto/Test/NoWarnings/.packlist
 
diff -r b747ca3051c8 -r c0c4885b44e0 devel/p5-Test-Output/Makefile
--- a/devel/p5-Test-Output/Makefile     Tue Apr 21 00:28:19 2015 +0000
+++ b/devel/p5-Test-Output/Makefile     Tue Apr 21 00:48:05 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2014/10/09 13:44:45 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2015/04/21 00:48:06 mef Exp $
 
 DISTNAME=      Test-Output-1.03
 PKGNAME=       p5-${DISTNAME}
@@ -12,7 +12,7 @@
 
 DEPENDS+=      p5-Sub-Exporter-[0-9]*:../../devel/p5-Sub-Exporter
 DEPENDS+=      p5-Capture-Tiny>=0.17:../../devel/p5-Capture-Tiny
-DEPENDS+=      p5-Test-Tester>=0.107:../../devel/p5-Test-Tester
+DEPENDS+=      p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple
 
 PERL5_PACKLIST=                auto/Test/Output/.packlist
 



Home | Main Index | Thread Index | Old Index