svn commit: r558594 - head/databases/p5-SQL-Translator

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


Author: sunpoet
Date: Sat Dec 19 20:17:17 2020
New Revision: 558594
URL: https://svnweb.freebsd.org/changeset/ports/558594

Log:
  Update version requirement of *_DEPENDS

Modified:
  head/databases/p5-SQL-Translator/Makefile

Modified: head/databases/p5-SQL-Translator/Makefile
==============================================================================
--- head/databases/p5-SQL-Translator/Makefile	Sat Dec 19 20:17:12 2020	(r558593)
+++ head/databases/p5-SQL-Translator/Makefile	Sat Dec 19 20:17:17 2020	(r558594)
@@ -13,8 +13,8 @@ COMMENT=	Manipulate structured data definitions (SQL a
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
-BUILD_DEPENDS=	${RUN_DEPENDS} \
-		p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install
+BUILD_DEPENDS=	p5-File-ShareDir-Install>=0:devel/p5-File-ShareDir-Install \
+		${RUN_DEPENDS}
 RUN_DEPENDS=	p5-Carp-Clan>=0:devel/p5-Carp-Clan \
 		p5-DBI>=1.54:databases/p5-DBI \
 		p5-File-ShareDir>=1:devel/p5-File-ShareDir \
@@ -44,7 +44,7 @@ DIAGRAM_DESC=	Diagram generation support
 
 DIAGRAM_BUILD_DEPENDS=	${DIAGRAM_RUN_DEPENDS}
 DIAGRAM_RUN_DEPENDS=	p5-GD>=0:graphics/p5-GD \
-			p5-Graph>=0:math/p5-Graph \
+			p5-Graph>=0,1:math/p5-Graph \
 			p5-GraphViz>=0:graphics/p5-GraphViz
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list