From owner-svn-ports-all@freebsd.org Sun Nov 6 17:14:35 2016 Return-Path: Delivered-To: svn-ports-all@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 EAFD1C335B8; Sun, 6 Nov 2016 17:14:35 +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 mx1.freebsd.org (Postfix) with ESMTPS id B7416BEF; Sun, 6 Nov 2016 17:14:35 +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 uA6HEY6M068622; Sun, 6 Nov 2016 17:14:34 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA6HEY2p068617; Sun, 6 Nov 2016 17:14:34 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201611061714.uA6HEY2p068617@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Sun, 6 Nov 2016 17:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425568 - in head/devel: . p5-Devel-Declare-Parser p5-Test-Exception-LessClever X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Nov 2016 17:14:36 -0000 Author: sunpoet Date: Sun Nov 6 17:14:34 2016 New Revision: 425568 URL: https://svnweb.freebsd.org/changeset/ports/425568 Log: - Remove p5-Test-Exception-LessClever Deleted: head/devel/p5-Test-Exception-LessClever/ Modified: head/devel/Makefile head/devel/p5-Devel-Declare-Parser/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Nov 6 17:07:19 2016 (r425567) +++ head/devel/Makefile Sun Nov 6 17:14:34 2016 (r425568) @@ -3280,7 +3280,6 @@ SUBDIR += p5-Test-Distribution SUBDIR += p5-Test-EOL SUBDIR += p5-Test-Exception - SUBDIR += p5-Test-Exception-LessClever SUBDIR += p5-Test-Expect SUBDIR += p5-Test-FailWarnings SUBDIR += p5-Test-Fake-HTTPD Modified: head/devel/p5-Devel-Declare-Parser/Makefile ============================================================================== --- head/devel/p5-Devel-Declare-Parser/Makefile Sun Nov 6 17:07:19 2016 (r425567) +++ head/devel/p5-Devel-Declare-Parser/Makefile Sun Nov 6 17:14:34 2016 (r425568) @@ -17,7 +17,6 @@ RUN_DEPENDS= \ p5-B-Hooks-EndOfScope>=0.08:devel/p5-B-Hooks-EndOfScope \ p5-Devel-Declare>=0.006:devel/p5-Devel-Declare BUILD_DEPENDS:= ${RUN_DEPENDS} -TEST_DEPENDS= p5-Test-Exception-LessClever>=0:devel/p5-Test-Exception-LessClever USES= perl5 USE_PERL5= modbuild