Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Mar 2018 19:53:26 +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: r465308 - head/databases/p5-DBD-CSV
Message-ID:  <201803221953.w2MJrQKZ078056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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