Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Jul 2014 10:20:07 +0000 (UTC)
From:      Erwin Lansing <erwin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r361902 - head/security/p5-Crypt-SSLeay
Message-ID:  <201407151020.s6FAK73K076219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: erwin
Date: Tue Jul 15 10:20:07 2014
New Revision: 361902
URL: http://svnweb.freebsd.org/changeset/ports/361902
QAT: https://qat.redports.org/buildarchive/r361902/

Log:
  Make p5-Try-Tiny a build instead of test dependency as it is already
  needed at the configure stage.

Modified:
  head/security/p5-Crypt-SSLeay/Makefile

Modified: head/security/p5-Crypt-SSLeay/Makefile
==============================================================================
--- head/security/p5-Crypt-SSLeay/Makefile	Tue Jul 15 09:59:45 2014	(r361901)
+++ head/security/p5-Crypt-SSLeay/Makefile	Tue Jul 15 10:20:07 2014	(r361902)
@@ -13,9 +13,9 @@ COMMENT=	Perl5 interface to allow p5-lib
 LICENSE=	ART20
 
 BUILD_DEPENDS=	p5-LWP-Protocol-https>=6.02:${PORTSDIR}/www/p5-LWP-Protocol-https \
-		p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class
+		p5-Path-Class>=0.26:${PORTSDIR}/devel/p5-Path-Class \
+		p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Try-Tiny>=0.09:${PORTSDIR}/lang/p5-Try-Tiny
 
 CONFIGURE_ENV=	CRYPT_SSLEAY_LIVE_TEST_WANTED=0
 MAKE_ARGS=	PASTHRU_INC=-I${OPENSSLINC}



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