svn commit: r465308 - head/databases/p5-DBD-CSV

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 22 19:53:30 UTC 2018


Author: sunpoet
Date: Thu Mar 22 19:53:25 2018
New Revision: 465308
URL: https://svnweb.freebsd.org/changeset/ports/465308

Log:
  Fix version requirement of *_DEPENDS

Modified:
  head/databases/p5-DBD-CSV/Makefile

Modified: head/databases/p5-DBD-CSV/Makefile
==============================================================================
--- head/databases/p5-DBD-CSV/Makefile	Thu Mar 22 19:53:20 2018	(r465307)
+++ head/databases/p5-DBD-CSV/Makefile	Thu Mar 22 19:53:25 2018	(r465308)
@@ -14,8 +14,8 @@ LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
 
 BUILD_DEPENDS=	p5-DBI>=1.636:databases/p5-DBI \
-		p5-SQL-Statement>=1.405:databases/p5-SQL-Statement \
-		p5-Text-CSV_XS>=1.01:textproc/p5-Text-CSV_XS
+		p5-SQL-Statement>=1.410:databases/p5-SQL-Statement \
+		p5-Text-CSV_XS>=1.23:textproc/p5-Text-CSV_XS
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
 USES=		perl5 tar:tgz


More information about the svn-ports-all mailing list