pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/p5-HTTP-CookieJar p5-HTTP-CookieJar: fix depends



details:   https://anonhg.NetBSD.org/pkgsrc/rev/155ca471d704
branches:  trunk
changeset: 440072:155ca471d704
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Oct 02 12:18:41 2020 +0000

description:
p5-HTTP-CookieJar: fix depends

Use TEST_DEPENDS for test dependencies.
Add a missing test dependency.
Use standard "-[0-9]*" version pattern.

diffstat:

 www/p5-HTTP-CookieJar/Makefile |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r ea3651881b96 -r 155ca471d704 www/p5-HTTP-CookieJar/Makefile
--- a/www/p5-HTTP-CookieJar/Makefile    Fri Oct 02 12:01:19 2020 +0000
+++ b/www/p5-HTTP-CookieJar/Makefile    Fri Oct 02 12:18:41 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2020/10/02 11:59:37 wen Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/02 12:18:41 wiz Exp $
 
 DISTNAME=      HTTP-CookieJar-0.010
 PKGNAME=       p5-${DISTNAME}
@@ -10,9 +10,10 @@
 COMMENT=       Minimalist HTTP user agent cookie jar
 LICENSE=       ${PERL5_LICENSE}
 
-DEPENDS+=      p5-HTTP-Date>=0:../../www/p5-HTTP-Date
-BUILD_DEPENDS+=        p5-Test-Deep>=0:../../devel/p5-Test-Deep \
-               p5-Test-Requires>=0:../../devel/p5-Test-Requires
+DEPENDS+=      p5-HTTP-Date-[0-9]*:../../www/p5-HTTP-Date
+TEST_DEPENDS+= p5-Test-Deep-[0-9]*:../../devel/p5-Test-Deep
+TEST_DEPENDS+= p5-Test-Requires-[0-9]*:../../devel/p5-Test-Requires
+TEST_DEPENDS+= p5-libwww-[0-9]*:../../www/p5-libwww
 
 PERL5_PACKLIST=        auto/HTTP/CookieJar/.packlist
 



Home | Main Index | Thread Index | Old Index