diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-06 05:33:51 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-01-06 05:33:51 +0000 |
commit | cf51f1a8a8623cd12a352f4f9c5204041a749d1a (patch) | |
tree | e1e976252364686b4db5f87a2f5d27a14ecd2226 /graphics/asciio | |
parent | bdedbb0a5891933106b25b32adff5d138d5d548f (diff) |
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
Notes
Notes:
svn path=/head/; revision=458216
Diffstat (limited to 'graphics/asciio')
-rw-r--r-- | graphics/asciio/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/graphics/asciio/Makefile b/graphics/asciio/Makefile index 8a98aaf11d8f..32eb17c5ccf5 100644 --- a/graphics/asciio/Makefile +++ b/graphics/asciio/Makefile @@ -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-Diff \ 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 |