svn commit: r558512 - head/graphics/p5-Graph-Writer-GraphViz

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Dec 19 20:08:37 UTC 2020


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>


More information about the svn-ports-head mailing list