svn commit: r380024 - head/net/p5-POE-Component-ControlPort
Adam Weinberger
adamw at FreeBSD.org
Thu Feb 26 16:49:32 UTC 2015
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
More information about the svn-ports-head
mailing list