Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 03:00:42 +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: r401624 - head/graphics/p5-GraphViz2
Message-ID:  <201511150300.tAF30gdc054295@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 03:00:41 2015
New Revision: 401624
URL: https://svnweb.freebsd.org/changeset/ports/401624

Log:
  - Fix TEST_DEPENDS

Modified:
  head/graphics/p5-GraphViz2/Makefile

Modified: head/graphics/p5-GraphViz2/Makefile
==============================================================================
--- head/graphics/p5-GraphViz2/Makefile	Sun Nov 15 03:00:37 2015	(r401623)
+++ head/graphics/p5-GraphViz2/Makefile	Sun Nov 15 03:00:41 2015	(r401624)
@@ -67,7 +67,7 @@ RUN_DEPENDS+=	p5-PathTools>=3.4000:${POR
 .endif
 
 .if ${PERL_LEVEL} < 502200
-TEST_DEPENDS+=	p5-Test-Simple>=1.001014:${PORTSDIR}/devel/p5-Test-Simple
+TEST_DEPENDS+=	p5-Test-Simple>=1.001.014:${PORTSDIR}/devel/p5-Test-Simple
 .endif
 
 .include <bsd.port.post.mk>



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