diff options
author | sno <sno@pkgsrc.org> | 2010-03-03 16:49:12 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-03-03 16:49:12 +0000 |
commit | 97cd9556d544febbcc0cd7e75a583fa6bf64ab70 (patch) | |
tree | 0c890c4ef55c2d42680646c8ae2354e149c91a53 /textproc/p5-Text-CSV_XS | |
parent | cf2a3854220f4907b2f662b93905a89a0655db73 (diff) | |
download | pkgsrc-97cd9556d544febbcc0cd7e75a583fa6bf64ab70.tar.gz |
Updating textproc/p5-Text-CSV_XS from 0.70 to 0.71
Upstream changes:
2010-02-15 0.71 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Upped copyright to 2010
* Prevent double encoding: make Text::CSV_XS streams behave just
like perl would (thanks ikegami for the test cases)
* Text::CSV_XS->error_diag () in void context now warns instead of
doing nothing
* auto_diag also used for new () itself
Diffstat (limited to 'textproc/p5-Text-CSV_XS')
-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 cb62965dbcc..e0d3eec7599 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.29 2010/01/17 00:17:06 sno Exp $ +# $NetBSD: Makefile,v 1.30 2010/03/03 16:49:12 sno Exp $ # -DISTNAME= Text-CSV_XS-0.70 +DISTNAME= Text-CSV_XS-0.71 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 8d1ab9509c7..72d8736180b 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2010/01/17 00:17:06 sno Exp $ +$NetBSD: distinfo,v 1.16 2010/03/03 16:49:12 sno Exp $ -SHA1 (Text-CSV_XS-0.70.tgz) = bd066b5c92335e5ee9e14dcec353fc8cd042e924 -RMD160 (Text-CSV_XS-0.70.tgz) = 02a42eab7071cb1a16f2376e1dabe9c9d702f8f8 -Size (Text-CSV_XS-0.70.tgz) = 105750 bytes +SHA1 (Text-CSV_XS-0.71.tgz) = c37891a84cb179036f40a92676a99d31b50bdc26 +RMD160 (Text-CSV_XS-0.71.tgz) = 470004cfdf6ee398eba24e9a2a966fb0ce9e3c3a +Size (Text-CSV_XS-0.71.tgz) = 106841 bytes |