diff options
author | mef <mef@pkgsrc.org> | 2015-04-27 01:50:58 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-04-27 01:50:58 +0000 |
commit | 10fd57cb9bbd9161f798d94201f4a0904978ec17 (patch) | |
tree | 269db3ebeddc3212a8ec0c110a3c39e3ac29ddca /databases | |
parent | ee0023d67644895948b5f60f514f71873ca9d944 (diff) | |
download | pkgsrc-10fd57cb9bbd9161f798d94201f4a0904978ec17.tar.gz |
Switch {BUILD_,}DEPENDS from Test::use:ok to Test::Simple, Test::Simple
includes Test::use:ok since 1.001010.
PKGREVISION++.
(For BUILD_DEPENDS, assuming Test::use:ok will be removed sometime.)
Diffstat (limited to 'databases')
-rw-r--r-- | databases/p5-DBICx-MapMaker/Makefile | 6 | ||||
-rw-r--r-- | databases/p5-DBICx-TestDatabase/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/p5-DBICx-MapMaker/Makefile b/databases/p5-DBICx-MapMaker/Makefile index 74eee93b4f5..137b2c21bf8 100644 --- a/databases/p5-DBICx-MapMaker/Makefile +++ b/databases/p5-DBICx-MapMaker/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/04/27 01:50:58 mef Exp $ DISTNAME= DBICx-MapMaker-0.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROCKWAY/} @@ -15,7 +15,7 @@ PERL5_PACKLIST= auto/DBICx/MapMaker/.packlist BUILD_DEPENDS+= p5-DBICx-TestDatabase-[0-9]*:../../databases/p5-DBICx-TestDatabase BUILD_DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class -BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok +BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple DEPENDS+= p5-Moose-[0-9]*:../../devel/p5-Moose .include "../../lang/perl5/module.mk" diff --git a/databases/p5-DBICx-TestDatabase/Makefile b/databases/p5-DBICx-TestDatabase/Makefile index 95444f3c2e9..79a5bfdf8e3 100644 --- a/databases/p5-DBICx-TestDatabase/Makefile +++ b/databases/p5-DBICx-TestDatabase/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.11 2014/05/29 23:35:27 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2015/04/27 01:50:58 mef Exp $ DISTNAME= DBICx-TestDatabase-0.05 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= databases perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../by-authors/id/J/JR/JROCKWAY/} @@ -15,7 +15,7 @@ USE_LANGUAGES= # empty PERL5_PACKLIST= auto/DBICx/TestDatabase/.packlist BUILD_DEPENDS+= p5-DBIx-Class-[0-9]*:../../databases/p5-DBIx-Class -BUILD_DEPENDS+= p5-Test-use-ok-[0-9]*:../../devel/p5-Test-use-ok +BUILD_DEPENDS+= p5-Test-Simple>=1.001010:../../devel/p5-Test-Simple DEPENDS+= p5-DBD-SQLite-[0-9]*:../../databases/p5-DBD-SQLite DEPENDS+= p5-SQL-Translator-[0-9]*:../../databases/p5-SQL-Translator |