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

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

Log:
  - Fix TEST_DEPENDS

Modified:
  head/graphics/p5-GraphViz/Makefile

Modified: head/graphics/p5-GraphViz/Makefile
==============================================================================
--- head/graphics/p5-GraphViz/Makefile	Sun Nov 15 02:30:02 2015	(r401622)
+++ head/graphics/p5-GraphViz/Makefile	Sun Nov 15 03:00:37 2015	(r401623)
@@ -28,7 +28,7 @@ USE_PERL5=	configure
 .include <bsd.port.pre.mk>
 
 .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.tAF30cBf054192>