diff options
author | mef <mef@pkgsrc.org> | 2015-04-21 00:48:05 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-21 00:48:05 +0000 |
commit | 8908388cba0a955dae234a02b34bf77ce033428f (patch) | |
tree | 958e44f46d1344662fd0baa1caaffc0454495476 | |
parent | 612bb7039503f13df7b816ac995e3cebff23a093 (diff) | |
download | pkgsrc-8908388cba0a955dae234a02b34bf77ce033428f.tar.gz |
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
---------------------------------------------------------------------
-rw-r--r-- | devel/p5-Test-Deep/Makefile | 6 | ||||
-rw-r--r-- | devel/p5-Test-MinimumVersion/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-NoWarnings/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Test-Output/Makefile | 4 |
4 files changed, 8 insertions, 10 deletions
diff --git a/devel/p5-Test-Deep/Makefile b/devel/p5-Test-Deep/Makefile index d078ef73324..0148f9a470f 100644 --- a/devel/p5-Test-Deep/Makefile +++ b/devel/p5-Test-Deep/Makefile @@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Test-Deep/ 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 --git a/devel/p5-Test-MinimumVersion/Makefile b/devel/p5-Test-MinimumVersion/Makefile index e8c9439cdee..23d0d7d1387 100644 --- a/devel/p5-Test-MinimumVersion/Makefile +++ b/devel/p5-Test-MinimumVersion/Makefile @@ -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-Perl-MinimumVersion>=1.20:../../devel/p5-Perl-MinimumVersion 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 --git a/devel/p5-Test-NoWarnings/Makefile b/devel/p5-Test-NoWarnings/Makefile index ff2c7b58beb..3cff8ee7ca3 100644 --- a/devel/p5-Test-NoWarnings/Makefile +++ b/devel/p5-Test-NoWarnings/Makefile @@ -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 @@ HOMEPAGE= http://search.cpan.org/dist/Test-NoWarnings/ 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 --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile index bc86bee4a94..9f39dc5a860 100644 --- a/devel/p5-Test-Output/Makefile +++ b/devel/p5-Test-Output/Makefile @@ -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 @@ LICENSE= artistic-2.0 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 |