From owner-svn-ports-head@FreeBSD.ORG Thu Feb 26 16:49:32 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4D60FFC6; Thu, 26 Feb 2015 16:49:32 +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 3893A136; Thu, 26 Feb 2015 16:49:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1QGnWBV092001; Thu, 26 Feb 2015 16:49:32 GMT (envelope-from adamw@FreeBSD.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1QGnW7S092000; Thu, 26 Feb 2015 16:49:32 GMT (envelope-from adamw@FreeBSD.org) Message-Id: <201502261649.t1QGnW7S092000@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: adamw set sender to adamw@FreeBSD.org using -f From: Adam Weinberger Date: Thu, 26 Feb 2015 16:49:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r380024 - head/net/p5-POE-Component-ControlPort 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: Thu, 26 Feb 2015 16:49:32 -0000 Author: adamw Date: Thu Feb 26 16:49:31 2015 New Revision: 380024 URL: https://svnweb.freebsd.org/changeset/ports/380024 QAT: https://qat.redports.org/buildarchive/r380024/ Log: Remove build dependency on p5-Test-Simple. Modified: head/net/p5-POE-Component-ControlPort/Makefile Modified: head/net/p5-POE-Component-ControlPort/Makefile ============================================================================== --- head/net/p5-POE-Component-ControlPort/Makefile Thu Feb 26 16:45:17 2015 (r380023) +++ head/net/p5-POE-Component-ControlPort/Makefile Thu Feb 26 16:49:31 2015 (r380024) @@ -3,7 +3,7 @@ PORTNAME= POE-Component-ControlPort PORTVERSION= 0.01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,11 +15,11 @@ RUN_DEPENDS= p5-Params-Validate>=0:${POR p5-Authen-Libwrap>=0:${PORTSDIR}/security/p5-Authen-Libwrap \ p5-POE>=0:${PORTSDIR}/devel/p5-POE BUILD_DEPENDS:= ${RUN_DEPENDS} -BUILD_DEPENDS+= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple USES= perl5 USE_PERL5= configure extract +# Make port non-interactive post-extract: @${PERL} -pi -e 's/my \$$ret =.*/my \$$ret = 0;/' ${WRKSRC}/Makefile.PL