Date: Sat, 6 Jan 2018 05:33:56 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458217 - head/shells/p5-Term-Bash-Completion-Generator Message-ID: <201801060533.w065XuTN003948@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 6 05:33:56 2018 New Revision: 458217 URL: https://svnweb.freebsd.org/changeset/ports/458217 Log: Update {BUILD,RUN}_DEPENDS: remove deprecated p5-Test-Block - While I'm here: - Move test-only dependencies to TEST_DEPENDS - Sort TEST_DEPENDS - Bump PORTREVISION for dependency change Modified: head/shells/p5-Term-Bash-Completion-Generator/Makefile Modified: head/shells/p5-Term-Bash-Completion-Generator/Makefile ============================================================================== --- head/shells/p5-Term-Bash-Completion-Generator/Makefile Sat Jan 6 05:33:51 2018 (r458216) +++ head/shells/p5-Term-Bash-Completion-Generator/Makefile Sat Jan 6 05:33:56 2018 (r458217) @@ -3,7 +3,7 @@ PORTNAME= Term-Bash-Completion-Generator PORTVERSION= 0.02.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,11 +16,10 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-Readonly>=0:devel/p5-Readonly \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ - p5-Tree-Trie>=0:devel/p5-Tree-Trie \ - p5-Test-Warn>=0:devel/p5-Test-Warn \ - p5-Test-Block>=0:devel/p5-Test-Block \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings + p5-Tree-Trie>=0:devel/p5-Tree-Trie RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:devel/p5-Test-Warn \ NO_ARCH= yes USES= perl5
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801060533.w065XuTN003948>