Date: Sat, 6 Jan 2018 05:33:51 +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: r458216 - head/graphics/asciio Message-ID: <201801060533.w065XpBk003840@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 6 05:33:51 2018 New Revision: 458216 URL: https://svnweb.freebsd.org/changeset/ports/458216 Log: Update {BUILD,RUN}_DEPENDS: remove deprecated (and unused) p5-Test-Block - While I'm here: - Move test-only dependencies to TEST_DEPENDS - Clean up unused TEST_DEPENDS - Bump PORTREVISION for dependency change Modified: head/graphics/asciio/Makefile Modified: head/graphics/asciio/Makefile ============================================================================== --- head/graphics/asciio/Makefile Sat Jan 6 05:33:46 2018 (r458215) +++ head/graphics/asciio/Makefile Sat Jan 6 05:33:51 2018 (r458216) @@ -3,7 +3,7 @@ PORTNAME= asciio PORTVERSION= 1.51.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= http://mirror.switch.ch/ftp/mirror/CPAN/authors/id/N/NK/NKH/ \ LOCAL/ehaupt @@ -27,17 +27,11 @@ BUILD_DEPENDS= p5-Algorithm-Diff>=0:devel/p5-Algorithm p5-List-MoreUtils>=0:lang/p5-List-MoreUtils \ p5-Module-Util>=0:devel/p5-Module-Util \ p5-Sub-Exporter>=0:devel/p5-Sub-Exporter \ - p5-Test-Block>=0:devel/p5-Test-Block \ - p5-Test-Dependencies>=0:devel/p5-Test-Dependencies \ - p5-Test-Distribution>=0:devel/p5-Test-Distribution \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ - p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Spelling>=0:devel/p5-Test-Spelling \ - p5-Test-Strict>=0:devel/p5-Test-Strict \ - p5-Test-Warn>=0:devel/p5-Test-Warn \ p5-Text-Diff>=1.41:textproc/p5-Text-Diff RUN_DEPENDS:= ${BUILD_DEPENDS} \ p5-Class-ISA>=0:devel/p5-Class-ISA +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Warn>=0:devel/p5-Test-Warn USES= perl5 USE_PERL5= modbuild
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801060533.w065XpBk003840>