svn commit: r462863 - in head: lang/p5-Test-XPath security/p5-Crypt-Cracklib www/p5-WWW-Search
Adam Weinberger
adamw at FreeBSD.org
Sat Feb 24 21:01:48 UTC 2018
Author: adamw
Date: Sat Feb 24 21:01:47 2018
New Revision: 462863
URL: https://svnweb.freebsd.org/changeset/ports/462863
Log:
Remove p5-Test-Pod and p5-Pod-Coverage from TEST_DEPENDS
Test::Pod and Pod::Coverage are developer-only. They're not for end-user
testing.
Modified:
head/lang/p5-Test-XPath/Makefile
head/security/p5-Crypt-Cracklib/Makefile
head/www/p5-WWW-Search/Makefile
Modified: head/lang/p5-Test-XPath/Makefile
==============================================================================
--- head/lang/p5-Test-XPath/Makefile Sat Feb 24 20:40:27 2018 (r462862)
+++ head/lang/p5-Test-XPath/Makefile Sat Feb 24 21:01:47 2018 (r462863)
@@ -19,20 +19,9 @@ RUN_DEPENDS= p5-XML-LibXML>=1.70:textproc/p5-XML-LibXM
USES= perl5
USE_PERL5= modbuild
-OPTIONS_DEFINE= CSS PODT
+OPTIONS_DEFINE= CSS
CSS_DESC= Include CSS selectors
-PODT_DESC= Include Pod package test dependencies
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MCSS}
-RUN_DEPENDS+= p5-HTML-Selector-XPath>=0.06:www/p5-HTML-Selector-XPath
-.endif
-
-.if ${PORT_OPTIONS:MPODT}
-TEST_DEPENDS+= p5-Pod-Coverage>=0:devel/p5-Pod-Coverage \
- p5-Test-Pod>=1.41:devel/p5-Test-Pod
-.endif
+CSS_RUN_DEPENDS=p5-HTML-Selector-XPath>=0.06:www/p5-HTML-Selector-XPath
.include <bsd.port.mk>
Modified: head/security/p5-Crypt-Cracklib/Makefile
==============================================================================
--- head/security/p5-Crypt-Cracklib/Makefile Sat Feb 24 20:40:27 2018 (r462862)
+++ head/security/p5-Crypt-Cracklib/Makefile Sat Feb 24 21:01:47 2018 (r462863)
@@ -15,8 +15,6 @@ LICENSE= ART10 GPLv1+
LICENSE_COMB= dual
LIB_DEPENDS= libcrack.so:security/cracklib
-TEST_DEPENDS= p5-Pod-Coverage>=0.19:devel/p5-Pod-Coverage \
- p5-Test-Pod-Coverage>=1.08:devel/p5-Test-Pod-Coverage
USES= perl5
USE_PERL5= configure
Modified: head/www/p5-WWW-Search/Makefile
==============================================================================
--- head/www/p5-WWW-Search/Makefile Sat Feb 24 20:40:27 2018 (r462862)
+++ head/www/p5-WWW-Search/Makefile Sat Feb 24 21:01:47 2018 (r462863)
@@ -24,10 +24,7 @@ BUILD_DEPENDS= p5-Bit-Vector>=0:math/p5-Bit-Vector \
p5-libwww>=2:www/p5-libwww
RUN_DEPENDS:= ${BUILD_DEPENDS}
TEST_DEPENDS= p5-IO-Capture>=0:devel/p5-IO-Capture \
- p5-Pod-Coverage>=0:devel/p5-Pod-Coverage \
- p5-Test-File>=0:devel/p5-Test-File \
- p5-Test-Pod>=0:devel/p5-Test-Pod \
- p5-Test-Pod-Coverage>=0:devel/p5-Test-Pod-Coverage
+ p5-Test-File>=0:devel/p5-Test-File
NO_ARCH= yes
USES= perl5
More information about the svn-ports-all
mailing list