From owner-svn-ports-head@freebsd.org Sat Jan 6 05:33:52 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B7ED2EBCEEA; Sat, 6 Jan 2018 05:33:52 +0000 (UTC) (envelope-from sunpoet@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 911E975321; Sat, 6 Jan 2018 05:33:52 +0000 (UTC) (envelope-from sunpoet@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 C31ACB469; Sat, 6 Jan 2018 05:33:51 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w065Xpsm003841; Sat, 6 Jan 2018 05:33:51 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w065XpBk003840; Sat, 6 Jan 2018 05:33:51 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801060533.w065XpBk003840@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sat, 6 Jan 2018 05:33:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458216 - head/graphics/asciio X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/graphics/asciio X-SVN-Commit-Revision: 458216 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jan 2018 05:33:52 -0000 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