From owner-svn-ports-all@FreeBSD.ORG Sat Jul 26 04:29:58 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C9C2E69; Sat, 26 Jul 2014 04:29:58 +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 ED78F21C1; Sat, 26 Jul 2014 04:29:57 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6Q4TvE7074868; Sat, 26 Jul 2014 04:29:57 GMT (envelope-from sunpoet@svn.freebsd.org) Received: (from sunpoet@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6Q4Tvel074867; Sat, 26 Jul 2014 04:29:57 GMT (envelope-from sunpoet@svn.freebsd.org) Message-Id: <201407260429.s6Q4Tvel074867@svn.freebsd.org> From: Sunpoet Po-Chuan Hsieh Date: Sat, 26 Jul 2014 04:29:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362951 - head/devel/p5-IO-Async 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.18 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: Sat, 26 Jul 2014 04:29:58 -0000 Author: sunpoet Date: Sat Jul 26 04:29:57 2014 New Revision: 362951 URL: http://svnweb.freebsd.org/changeset/ports/362951 QAT: https://qat.redports.org/buildarchive/r362951/ Log: - Remove TEST_DEPENDS from BUILD_DEPENDS Modified: head/devel/p5-IO-Async/Makefile Modified: head/devel/p5-IO-Async/Makefile ============================================================================== --- head/devel/p5-IO-Async/Makefile Sat Jul 26 01:40:05 2014 (r362950) +++ head/devel/p5-IO-Async/Makefile Sat Jul 26 04:29:57 2014 (r362951) @@ -20,7 +20,6 @@ TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDI p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \ p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \ p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount -BUILD_DEPENDS+= ${TEST_DEPENDS} USES= perl5 USE_PERL5= configure