From ac9413035e9da9b303385bce194687b105a28474 Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 13 Dec 2012 10:02:09 +0000 Subject: Mark some test dependencies as BUILD_DEPENDS instead of full ones. Bump PKGREVISION. Noted by Edgar Fuß in PR 47288. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/p5-HTTP-Server-EV/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/www/p5-HTTP-Server-EV/Makefile b/www/p5-HTTP-Server-EV/Makefile index 05e0e34ff53..497d41e7616 100644 --- a/www/p5-HTTP-Server-EV/Makefile +++ b/www/p5-HTTP-Server-EV/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2012/12/12 11:49:53 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/12/13 10:02:09 wiz Exp $ # DISTNAME= HTTP-Server-EV-0.5 PKGNAME= p5-${DISTNAME} +PKGREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=HTTP/} @@ -16,8 +17,9 @@ PERL5_REQD+= 5.8 DEPENDS+= {perl>=5.10.1,p5-Scalar-List-Utils-[0-9]*}:../../devel/p5-Scalar-List-Utils # List::Util::XS DEPENDS+= p5-File-Util-[0-9]*:../../devel/p5-File-Util DEPENDS+= p5-Guard-[0-9]*:../../devel/p5-Guard -DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP -DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message +# actually, test dependencies +BUILD_DEPENDS+= p5-AnyEvent-HTTP-[0-9]*:../../www/p5-AnyEvent-HTTP +BUILD_DEPENDS+= p5-HTTP-Message-[0-9]*:../../www/p5-HTTP-Message PERL5_PACKLIST= auto/HTTP/Server/EV/.packlist -- cgit v1.2.3