svn commit: r349786 - head/devel/p5-Test-Trap

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Mar 31 18:36:00 UTC 2014


Author: sunpoet
Date: Mon Mar 31 18:35:59 2014
New Revision: 349786
URL: http://svnweb.freebsd.org/changeset/ports/349786
QAT: https://qat.redports.org/buildarchive/r349786/

Log:
  - Add more TEST_DEPENDS

Modified:
  head/devel/p5-Test-Trap/Makefile

Modified: head/devel/p5-Test-Trap/Makefile
==============================================================================
--- head/devel/p5-Test-Trap/Makefile	Mon Mar 31 18:13:34 2014	(r349785)
+++ head/devel/p5-Test-Trap/Makefile	Mon Mar 31 18:35:59 2014	(r349786)
@@ -16,7 +16,8 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Data-Dump>=0:${PORTSDIR}/devel/p5-Data-Dump
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
+TEST_DEPENDS=	p5-Test-Refcount>=0:${PORTSDIR}/devel/p5-Test-Refcount \
+		p5-Test-Tester>=0.10.7:${PORTSDIR}/devel/p5-Test-Tester
 
 USE_PERL5=	configure
 USES=		perl5


More information about the svn-ports-all mailing list