svn commit: r392905 - head/devel/p5-Hash-Util-FieldHash-Compat

Rene Ladan rene at FreeBSD.org
Sat Jul 25 20:20:22 UTC 2015


Author: rene
Date: Sat Jul 25 20:20:21 2015
New Revision: 392905
URL: https://svnweb.freebsd.org/changeset/ports/392905

Log:
  Switch the test dependency from devel/p5-Test-use-ok (which is expired) to
  devel/p5-Test-Simple
  
  Approved by:	perl (swills)

Modified:
  head/devel/p5-Hash-Util-FieldHash-Compat/Makefile

Modified: head/devel/p5-Hash-Util-FieldHash-Compat/Makefile
==============================================================================
--- head/devel/p5-Hash-Util-FieldHash-Compat/Makefile	Sat Jul 25 20:12:13 2015	(r392904)
+++ head/devel/p5-Hash-Util-FieldHash-Compat/Makefile	Sat Jul 25 20:20:21 2015	(r392905)
@@ -16,7 +16,7 @@ LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-Tie-RefHash-Weak>=0.08:${PORTSDIR}/devel/p5-Tie-RefHash-Weak
 RUN_DEPENDS:=	${BUILD_DEPENDS}
-TEST_DEPENDS=	p5-Test-use-ok>=0:${PORTSDIR}/devel/p5-Test-use-ok
+TEST_DEPENDS=	p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple
 
 USES=		perl5
 USE_PERL5=	configure


More information about the svn-ports-all mailing list