Hi ports,  

Here is an update for Text::CSV that unbreaks tests with Perl 5.28. 

What's new upstream (partial, see [1]): 

- Sync pure Perl code with Text::CSV_XS
- Fix tests with Perl without '.' in @INC

Port-wise it's a simple version bump. 

Testing: 

- 'make test' passes
- There are consumers, and i've found no new failures due to that
  update [2].

Charlène. 


[1] https://metacpan.org/source/ISHIGAKI/Text-CSV-1.99/Changes
[2] https://transfer.sh/J4PAb/p5-Text-CSV.tgz

Index: Makefile
===================================================================
RCS file: /cvs/ports/textproc/p5-Text-CSV/Makefile,v
retrieving revision 1.14
diff -u -p -u -p -r1.14 Makefile
--- Makefile    20 Mar 2016 19:57:09 -0000      1.14
+++ Makefile    7 Jan 2019 14:20:18 -0000
@@ -4,7 +4,7 @@ COMMENT =       comma-separated values manipul
 
 MODULES =      cpan
 PKG_ARCH =     *
-DISTNAME =     Text-CSV-1.33
+DISTNAME =     Text-CSV-1.99
 CATEGORIES =   textproc
 
 MAINTAINER =   Andrew Fresh <[email protected]>
Index: distinfo
===================================================================
RCS file: /cvs/ports/textproc/p5-Text-CSV/distinfo,v
retrieving revision 1.8
diff -u -p -u -p -r1.8 distinfo
--- distinfo    6 May 2015 00:40:25 -0000       1.8
+++ distinfo    7 Jan 2019 14:20:18 -0000
@@ -1,2 +1,2 @@
-SHA256 (Text-CSV-1.33.tar.gz) = nFuPubr/1Y8C7Ss/C22aZFQZjxioDn86BJaA3b2yQRU=
-SIZE (Text-CSV-1.33.tar.gz) = 64771
+SHA256 (Text-CSV-1.99.tar.gz) = 507AObEsxR00a/HYFK99uKBcsKmDQOdUeiFkbahmjNI=
+SIZE (Text-CSV-1.99.tar.gz) = 126231

Reply via email to