From owner-svn-ports-all@freebsd.org Thu Jan 4 20:12:16 2018 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 97409EB388C; Thu, 4 Jan 2018 20:12:16 +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 4B95D7E44E; Thu, 4 Jan 2018 20:12:14 +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 w04KCDJw055727; Thu, 4 Jan 2018 20:12:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w04KCDPI055726; Thu, 4 Jan 2018 20:12:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201801042012.w04KCDPI055726@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 4 Jan 2018 20:12:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r458074 - head/devel/p5-MooseX-ClassAttribute X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/p5-MooseX-ClassAttribute X-SVN-Commit-Revision: 458074 X-SVN-Commit-Repository: ports 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.25 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: Thu, 04 Jan 2018 20:12:16 -0000 Author: sunpoet Date: Thu Jan 4 20:12:13 2018 New Revision: 458074 URL: https://svnweb.freebsd.org/changeset/ports/458074 Log: Update TEST_DEPENDS: remove deprecated p5-MooseX-AttributeHelpers Modified: head/devel/p5-MooseX-ClassAttribute/Makefile Modified: head/devel/p5-MooseX-ClassAttribute/Makefile ============================================================================== --- head/devel/p5-MooseX-ClassAttribute/Makefile Thu Jan 4 20:12:08 2018 (r458073) +++ head/devel/p5-MooseX-ClassAttribute/Makefile Thu Jan 4 20:12:13 2018 (r458074) @@ -19,8 +19,7 @@ BUILD_DEPENDS= p5-Moose>=2:devel/p5-Moose \ p5-namespace-autoclean>=0.11:devel/p5-namespace-autoclean \ p5-namespace-clean>=0.20:devel/p5-namespace-clean RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-MooseX-AttributeHelpers>=0:devel/p5-MooseX-AttributeHelpers \ - p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ +TEST_DEPENDS= p5-MooseX-Role-Parameterized>=0:devel/p5-MooseX-Role-Parameterized \ p5-MooseX-Role-Strict>=0:devel/p5-MooseX-Role-Strict \ p5-Test-Requires>=0.05:devel/p5-Test-Requires \ p5-Test-Fatal>=0:devel/p5-Test-Fatal