diff options
author | seb <seb@pkgsrc.org> | 2010-07-14 18:50:10 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2010-07-14 18:50:10 +0000 |
commit | dbb63d39aa178236e311b093272d17f9eeecba65 (patch) | |
tree | 9338df776cae75fba76a203e60109bd6a7038a9a /textproc | |
parent | 443b3c21f1269dcffb5d8ac417df7b14ee79e3ea (diff) | |
download | pkgsrc-dbb63d39aa178236e311b093272d17f9eeecba65.tar.gz |
Update from version 0.72 to version 0.73.
Upstream changes:
2010-05-03 0.73 - H.Merijn Brand <h.m.brand@xs4all.nl>
* Improve date conversion in examples/csv2xls
new option -D allows column selection for date conversions
* Tested under perl-5.12.0 (and 21 other versions of perl)
* Added a note about EBCDIC data files
* Test suite is now safe for parallel test (prove --shuffle -j6)
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 2eb50042188..558ed2dac88 100644 --- a/textproc/p5-Text-CSV_XS/Makefile +++ b/textproc/p5-Text-CSV_XS/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2010/03/16 21:59:02 sno Exp $ +# $NetBSD: Makefile,v 1.32 2010/07/14 18:50:10 seb Exp $ # -DISTNAME= Text-CSV_XS-0.72 +DISTNAME= Text-CSV_XS-0.73 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 3ff57d8521e..00e7eb9241d 100644 --- a/textproc/p5-Text-CSV_XS/distinfo +++ b/textproc/p5-Text-CSV_XS/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2010/03/16 21:59:02 sno Exp $ +$NetBSD: distinfo,v 1.18 2010/07/14 18:50:11 seb Exp $ -SHA1 (Text-CSV_XS-0.72.tgz) = e3a14c59c5c6c45a6a71ed3fea3e1f8a10203d66 -RMD160 (Text-CSV_XS-0.72.tgz) = ed07d011c478b0c9931061de7ad4e50ccd81a18b -Size (Text-CSV_XS-0.72.tgz) = 108458 bytes +SHA1 (Text-CSV_XS-0.73.tgz) = 90b6f79810c7ef8cf252ab2d796d28fcd25cbc03 +RMD160 (Text-CSV_XS-0.73.tgz) = 084a217725296a354b2991f0420cf602dff8c859 +Size (Text-CSV_XS-0.73.tgz) = 108914 bytes |