From owner-svn-ports-all@freebsd.org Sat Feb 24 21:01:48 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id DE221F21EFA; Sat, 24 Feb 2018 21:01:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9091276AAA; Sat, 24 Feb 2018 21:01:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 8B7072ACB5; Sat, 24 Feb 2018 21:01:47 +0000 (UTC) (envelope-from adamw@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1OL1lgx097800; Sat, 24 Feb 2018 21:01:47 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1OL1l38097797; Sat, 24 Feb 2018 21:01:47 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201802242101.w1OL1l38097797@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Sat, 24 Feb 2018 21:01:47 +0000 (UTC) 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 X-SVN-Group: ports-head X-SVN-Commit-Author: adamw X-SVN-Commit-Paths: in head: lang/p5-Test-XPath security/p5-Crypt-Cracklib www/p5-WWW-Search X-SVN-Commit-Revision: 462863 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Feb 2018 21:01:48 -0000 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 - -.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 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