Date: Mon, 3 Feb 2025 16:08:56 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85f28f012231 - main - databases/p5-DBD-CSV: Fix 74180f107acbf8fe5e87d9437d875067d9539e15 Message-ID: <202502031608.513G8uX6048993@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=85f28f01223161220b44b8fee083af4cb83b701f commit 85f28f01223161220b44b8fee083af4cb83b701f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-02-03 15:31:59 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-02-03 15:54:05 +0000 databases/p5-DBD-CSV: Fix 74180f107acbf8fe5e87d9437d875067d9539e15 --- databases/p5-DBD-CSV/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databases/p5-DBD-CSV/Makefile b/databases/p5-DBD-CSV/Makefile index c9856642f226..d0440a93bef8 100644 --- a/databases/p5-DBD-CSV/Makefile +++ b/databases/p5-DBD-CSV/Makefile @@ -15,7 +15,7 @@ LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} RUN_DEPENDS= p5-DBI>=1.628:databases/p5-DBI \ p5-SQL-Statement>=1.405:databases/p5-SQL-Statement \ - p5-Text-CSV_XS>=1.44:textproc/p5-Text-CSV_XS + p5-Text-CSV_XS>=1.01:textproc/p5-Text-CSV_XS USES= perl5 tar:tgz USE_PERL5= configure
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031608.513G8uX6048993>