git: 428637719157 - main - textproc/p5-Text-CSV: Update to 2.01

Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Jun 25 13:47:03 UTC 2021


The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4286377191572fac725b341b9657435d0d95f65c

commit 4286377191572fac725b341b9657435d0d95f65c
Author:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
AuthorDate: 2021-06-25 13:40:47 +0000
Commit:     Po-Chuan Hsieh <sunpoet at FreeBSD.org>
CommitDate: 2021-06-25 13:40:47 +0000

    textproc/p5-Text-CSV: Update to 2.01
    
    - Add XS option
    
    Changes:        https://metacpan.org/dist/Text-CSV/changes
---
 textproc/p5-Text-CSV/Makefile | 7 ++++++-
 textproc/p5-Text-CSV/distinfo | 6 +++---
 2 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile
index 56abe1701e28..272a8ec8d440 100644
--- a/textproc/p5-Text-CSV/Makefile
+++ b/textproc/p5-Text-CSV/Makefile
@@ -1,7 +1,7 @@
 # Created by: markm at FreeBSD.org
 
 PORTNAME=	Text-CSV
-PORTVERSION=	2.00
+PORTVERSION=	2.01
 CATEGORIES=	textproc perl5
 MASTER_SITES=	CPAN
 PKGNAMEPREFIX=	p5-
@@ -17,4 +17,9 @@ USE_PERL5=	configure
 
 NO_ARCH=	yes
 
+OPTIONS_DEFINE=	XS
+
+XS_BUILD_DEPENDS=	p5-Text-CSV_XS>=1.46:textproc/p5-Text-CSV_XS
+XS_RUN_DEPENDS=		p5-Text-CSV_XS>=1.46:textproc/p5-Text-CSV_XS
+
 .include <bsd.port.mk>
diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo
index eb6549fea622..4ca7c7c1edfb 100644
--- a/textproc/p5-Text-CSV/distinfo
+++ b/textproc/p5-Text-CSV/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557747484
-SHA256 (Text-CSV-2.00.tar.gz) = 8ccbd9195805222d995844114d0e595bb24ce188f85284dbf256080311cbb2c2
-SIZE (Text-CSV-2.00.tar.gz) = 126921
+TIMESTAMP = 1624189741
+SHA256 (Text-CSV-2.01.tar.gz) = 2a90a5eea3f22c40b87932a929621680609ab5f6b874a77c4134c8a04eb8e74b
+SIZE (Text-CSV-2.01.tar.gz) = 134279


More information about the dev-commits-ports-main mailing list