From owner-svn-ports-head@FreeBSD.ORG Wed Jan 7 17:56:21 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C822561; Wed, 7 Jan 2015 17:56:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 8829F1DC9; Wed, 7 Jan 2015 17:56:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t07HuLxT017453; Wed, 7 Jan 2015 17:56:21 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t07HuLIK017452; Wed, 7 Jan 2015 17:56:21 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201501071756.t07HuLIK017452@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 7 Jan 2015 17:56:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r376483 - head/devel/p5-Data-Util X-SVN-Group: ports-head 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.18-1 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: Wed, 07 Jan 2015 17:56:21 -0000 Author: sunpoet Date: Wed Jan 7 17:56:20 2015 New Revision: 376483 URL: https://svnweb.freebsd.org/changeset/ports/376483 QAT: https://qat.redports.org/buildarchive/r376483/ Log: - Fix BUILD_DEPENDS: ExtUtils::CBuilder 0.27+ is already in all supported Perl releases With hat: perl Modified: head/devel/p5-Data-Util/Makefile Modified: head/devel/p5-Data-Util/Makefile ============================================================================== --- head/devel/p5-Data-Util/Makefile Wed Jan 7 17:56:15 2015 (r376482) +++ head/devel/p5-Data-Util/Makefile Wed Jan 7 17:56:20 2015 (r376483) @@ -16,8 +16,7 @@ LICENSE_COMB= dual RUN_DEPENDS= \ p5-MRO-Compat>=0.09:${PORTSDIR}/devel/p5-MRO-Compat \ p5-Hash-Util-FieldHash-Compat>0:${PORTSDIR}/devel/p5-Hash-Util-FieldHash-Compat -BUILD_DEPENDS:= ${RUN_DEPENDS} \ - p5-ExtUtils-CBuilder>0:${PORTSDIR}/devel/p5-ExtUtils-CBuilder +BUILD_DEPENDS:= ${RUN_DEPENDS} TEST_DEPENDS= p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception \ p5-Scope-Guard>=0.20:${PORTSDIR}/devel/p5-Scope-Guard