diff options
author | sno <sno@pkgsrc.org> | 2013-06-22 09:27:01 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-06-22 09:27:01 +0000 |
commit | bfca314d4e0668c96c2f940eff83e0a290cd79c8 (patch) | |
tree | 0a58e14d64126195247a5bc6af761f20bc23ca3c /textproc | |
parent | 77e5a85d3e70844828bb9760f86f1292de8901cd (diff) | |
download | pkgsrc-bfca314d4e0668c96c2f940eff83e0a290cd79c8.tar.gz |
Updating package for Perl Module Text::CSV_XS in similar named CPAN
distribution from 0.99 to 1.01 because of serious upstream isse fixed.
Upstream changes since 0.99:
1.01 - 2013-06-16, H.Merijn Brand
- Cache not re-read on getline_all (RT#86155)
1.00 - 2013-06-13, H.Merijn Brand
* Fix automatic UTF-8 in getline/parse for SV's with \0
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-CSV_XS/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-Text-CSV_XS/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/textproc/p5-Text-CSV_XS/Makefile b/textproc/p5-Text-CSV_XS/Makefile index 733314a4501..ac06fd0dd78 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.45 2013/06/11 07:38:22 wen Exp $ +# $NetBSD: Makefile,v 1.46 2013/06/22 09:27:01 sno Exp $ # -DISTNAME= Text-CSV_XS-0.99 +DISTNAME= Text-CSV_XS-1.01 PKGNAME= p5-${DISTNAME} SVR4_PKGNAME= p5tcx CATEGORIES= textproc perl5 diff --git a/textproc/p5-Text-CSV_XS/distinfo b/textproc/p5-Text-CSV_XS/distinfo index dced3ad7246..138026b8c96 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.26 2013/06/11 07:38:22 wen Exp $ +$NetBSD: distinfo,v 1.27 2013/06/22 09:27:01 sno Exp $ -SHA1 (Text-CSV_XS-0.99.tgz) = 6053572560a657930898265cd360d025488193ad -RMD160 (Text-CSV_XS-0.99.tgz) = 7533539c7a52593e0d48f75b16c532e47d1eb593 -Size (Text-CSV_XS-0.99.tgz) = 123016 bytes +SHA1 (Text-CSV_XS-1.01.tgz) = f0eb28ba0310c9017a6f68e25ae11078a002f53b +RMD160 (Text-CSV_XS-1.01.tgz) = 5f07a1041aaf0e8c005d3fcab97a596b5f2d7316 +Size (Text-CSV_XS-1.01.tgz) = 123288 bytes |