Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Dec 2016 20:10:16 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r430158 - in head: devel/p5-Test-TCP net/p5-RPC-XML
Message-ID:  <201612312010.uBVKAGJY071294@repo.freebsd.org>

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



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