Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 20:08:31 +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: r558512 - head/graphics/p5-Graph-Writer-GraphViz
Message-ID:  <202012192008.0BJK8Vfr099692@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Dec 19 20:08:31 2020
New Revision: 558512
URL: https://svnweb.freebsd.org/changeset/ports/558512

Log:
  Update version requirement of *_DEPENDS

Modified:
  head/graphics/p5-Graph-Writer-GraphViz/Makefile

Modified: head/graphics/p5-Graph-Writer-GraphViz/Makefile
==============================================================================
--- head/graphics/p5-Graph-Writer-GraphViz/Makefile	Sat Dec 19 20:08:26 2020	(r558511)
+++ head/graphics/p5-Graph-Writer-GraphViz/Makefile	Sat Dec 19 20:08:31 2020	(r558512)
@@ -15,13 +15,14 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	${RUN_DEPENDS}
-RUN_DEPENDS=	p5-Graph>=0.54:math/p5-Graph \
+RUN_DEPENDS=	p5-Graph>=0.5400,1:math/p5-Graph \
 		p5-Graph-ReadWrite>=0:graphics/p5-Graph-ReadWrite \
 		p5-GraphViz>=2.02:graphics/p5-GraphViz \
 		p5-IO-All>=0.30:devel/p5-IO-All
 
-NO_ARCH=	yes
-USE_PERL5=	configure
 USES=		perl5
+USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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