diff options
author | wiz <wiz@pkgsrc.org> | 2015-05-06 07:30:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-05-06 07:30:57 +0000 |
commit | 40c8b808eff8fd05251dacaff0cb051880e25e8b (patch) | |
tree | 470019df0cfcb00c23dfe46da6222b941a172aaa /devel | |
parent | f86be591d2c161649b4f36dbfced083790ae9643 (diff) | |
download | pkgsrc-40c8b808eff8fd05251dacaff0cb051880e25e8b.tar.gz |
Switch from p5-Test-Tester to p5-Test-Simple.
Bump PKGREVISION.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Output/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-Test-Output/Makefile b/devel/p5-Test-Output/Makefile index 850eefc0300..50bc4f5ffbc 100644 --- a/devel/p5-Test-Output/Makefile +++ b/devel/p5-Test-Output/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2015/05/05 08:19:22 abs Exp $ +# $NetBSD: Makefile,v 1.19 2015/05/06 07:30:57 wiz Exp $ DISTNAME= Test-Output-1.03 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Test/} @@ -13,7 +13,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.109:../../devel/p5-Test-Tester +DEPENDS+= p5-Test-Simple-[0-9]*:../../devel/p5-Test-Simple PERL5_PACKLIST= auto/Test/Output/.packlist |