Date: Sat, 6 Jan 2018 05:33:46 +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: r458215 - head/devel/p5-Eval-Context Message-ID: <201801060533.w065XkVg003731@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Jan 6 05:33:46 2018 New Revision: 458215 URL: https://svnweb.freebsd.org/changeset/ports/458215 Log: Update {BUILD,RUN}_DEPENDS: remove deprecated p5-Test-Block - While I'm here: - Move test-only dependencies to TEST_DEPENDS - Clean up TEST_DEPENDS: - p5-Test-Spelling is unused - p5-Test-Dependencies, p5-Test-Distribution, p5-Test-Pod and p5-Test-Strict are used for author test - Sort TEST_DEPENDS - Bump PORTREVISION for dependency change Modified: head/devel/p5-Eval-Context/Makefile Modified: head/devel/p5-Eval-Context/Makefile ============================================================================== --- head/devel/p5-Eval-Context/Makefile Sat Jan 6 05:31:43 2018 (r458214) +++ head/devel/p5-Eval-Context/Makefile Sat Jan 6 05:33:46 2018 (r458215) @@ -3,7 +3,7 @@ PORTNAME= Eval-Context PORTVERSION= 0.09.11 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:NKH @@ -15,21 +15,15 @@ COMMENT= Evaluate Perl code in context wrapper LICENSE= ART10 GPLv1+ LICENSE_COMB= dual -BUILD_DEPENDS= p5-Test-Output>=0:devel/p5-Test-Output \ - p5-Package-Generator>=0:devel/p5-Package-Generator \ - p5-Test-Spelling>=0:devel/p5-Test-Spelling \ - p5-Test-Block>=0:devel/p5-Test-Block \ - p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ - p5-Test-Distribution>=0:devel/p5-Test-Distribution \ - p5-Test-Warn>=0:devel/p5-Test-Warn \ - p5-Test-Pod>=0:devel/p5-Test-Pod \ - p5-Test-Dependencies>=0:devel/p5-Test-Dependencies \ - p5-Test-Strict>=0:devel/p5-Test-Strict \ +BUILD_DEPENDS= p5-Package-Generator>=0:devel/p5-Package-Generator \ p5-Directory-Scratch-Structured>=0:devel/p5-Directory-Scratch-Structured \ p5-Data-TreeDumper>=0:devel/p5-Data-TreeDumper \ p5-Data-Compare>=0:devel/p5-Data-Compare \ p5-File-Slurp>=0:devel/p5-File-Slurp RUN_DEPENDS:= ${BUILD_DEPENDS} +TEST_DEPENDS= p5-Test-NoWarnings>=0:devel/p5-Test-NoWarnings \ + p5-Test-Output>=0:devel/p5-Test-Output \ + 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.w065XkVg003731>