Date: Sat, 24 Feb 2018 21:01:47 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462863 - in head: lang/p5-Test-XPath security/p5-Crypt-Cracklib www/p5-WWW-Search Message-ID: <201802242101.w1OL1l38097797@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802242101.w1OL1l38097797>