Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:15:09 +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: r400808 - head/security/p5-IO-Async-SSL
Message-ID:  <201511042015.tA4KF9cx064353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:15:09 2015
New Revision: 400808
URL: https://svnweb.freebsd.org/changeset/ports/400808

Log:
  - Update TEST_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/security/p5-IO-Async-SSL/Makefile

Modified: head/security/p5-IO-Async-SSL/Makefile
==============================================================================
--- head/security/p5-IO-Async-SSL/Makefile	Wed Nov  4 20:15:05 2015	(r400807)
+++ head/security/p5-IO-Async-SSL/Makefile	Wed Nov  4 20:15:09 2015	(r400808)
@@ -17,9 +17,9 @@ BUILD_DEPENDS=	p5-Future>=0.33:${PORTSDI
 		p5-IO-Async>=0.66:${PORTSDIR}/devel/p5-IO-Async\
 		p5-IO-Socket-SSL>=1.968:${PORTSDIR}/security/p5-IO-Socket-SSL
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	${LOCALBASE}/bin/socat:${PORTSDIR}/net/socat \
-		p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \
-		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod
+TEST_DEPENDS=	p5-Test-Identity>=0:${PORTSDIR}/devel/p5-Test-Identity \
+		p5-Test-Pod>=1:${PORTSDIR}/devel/p5-Test-Pod \
+		socat:${PORTSDIR}/net/socat
 
 NO_ARCH=	yes
 USE_PERL5=	configure



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