pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/p5-HTTP-CookieJar
Module Name: pkgsrc
Committed By: wiz
Date: Fri Oct 2 12:18:41 UTC 2020
Modified Files:
pkgsrc/www/p5-HTTP-CookieJar: Makefile
Log Message:
p5-HTTP-CookieJar: fix depends
Use TEST_DEPENDS for test dependencies.
Add a missing test dependency.
Use standard "-[0-9]*" version pattern.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/p5-HTTP-CookieJar/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/p5-HTTP-CookieJar/Makefile
diff -u pkgsrc/www/p5-HTTP-CookieJar/Makefile:1.5 pkgsrc/www/p5-HTTP-CookieJar/Makefile:1.6
--- pkgsrc/www/p5-HTTP-CookieJar/Makefile:1.5 Fri Oct 2 11:59:37 2020
+++ pkgsrc/www/p5-HTTP-CookieJar/Makefile Fri Oct 2 12:18:41 2020
@@ -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 @@ HOMEPAGE= http://metacpan.org/dist/HTTP-
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