svn commit: r430158 - in head: devel/p5-Test-TCP net/p5-RPC-XML

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 31 20:10:18 UTC 2016


Author: sunpoet
Date: Sat Dec 31 20:10:16 2016
New Revision: 430158
URL: https://svnweb.freebsd.org/changeset/ports/430158

Log:
  Remove outdated PERL_LEVEL check after lang/perl5.18 removal
  
  With hat:	perl

Modified:
  head/devel/p5-Test-TCP/Makefile
  head/net/p5-RPC-XML/Makefile

Modified: head/devel/p5-Test-TCP/Makefile
==============================================================================
--- head/devel/p5-Test-TCP/Makefile	Sat Dec 31 20:00:37 2016	(r430157)
+++ head/devel/p5-Test-TCP/Makefile	Sat Dec 31 20:10:16 2016	(r430158)
@@ -19,11 +19,4 @@ USES=		perl5
 USE_PERL5=	configure
 NO_ARCH=	YES
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501908
-BUILD_DEPENDS+=	p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP
-RUN_DEPENDS+=	p5-IO-Socket-IP>=0:net/p5-IO-Socket-IP
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>

Modified: head/net/p5-RPC-XML/Makefile
==============================================================================
--- head/net/p5-RPC-XML/Makefile	Sat Dec 31 20:00:37 2016	(r430157)
+++ head/net/p5-RPC-XML/Makefile	Sat Dec 31 20:10:16 2016	(r430158)
@@ -27,10 +27,4 @@ OPTIONS_DEFINE=	XS
 XS_BUILD_DEPENDS=	p5-XML-LibXML>=1.85:textproc/p5-XML-LibXML
 XS_RUN_DEPENDS=		${XS_BUILD_DEPENDS}
 
-.include <bsd.port.pre.mk>
-
-.if ${PERL_LEVEL} < 501905
-TEST_DEPENDS+=	p5-Scalar-List-Utils>=1.33:lang/p5-Scalar-List-Utils
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list