Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Feb 2015 16:49:32 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
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
Message-ID:  <201502261649.t1QGnW7S092000@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502261649.t1QGnW7S092000>