diff options
author | sno <sno@pkgsrc.org> | 2010-07-17 08:57:34 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-07-17 08:57:34 +0000 |
commit | e89d069142117879cbbbdbbf03542f4e2df133b9 (patch) | |
tree | 9edf1ef0fe0381c75c9e43ea18c250b4609cc0c8 /textproc/p5-Text-CSV | |
parent | afa1e242a205c9ac8b8491731d858220617b2ed1 (diff) | |
download | pkgsrc-e89d069142117879cbbbdbbf03542f4e2df133b9.tar.gz |
Updating textproc/p5-Text-CSV from 1.16 to 1.18
pkgsrc changes:
- bump p5-Text-CSV_XS requirement to 0.73
Upstream changes:
1.18 Sat Jun 19 10:34:07 2010
- fixed a combine bug with quote_space reported and patched by rt#58356
- updated test files compatible to CSV_XS 0.73
1.17 Tue Mar 16 15:20:34 2010
- fixed parse working when setting quote_char undef.
- made Text::CSV_XS compat 0.71
* Text::CSV->error_diag() in void context warns instead of doing nothing
* auto_diag also used for new () itself
- added quote_null (introduced in Text::CSV_XS 0.72)
Diffstat (limited to 'textproc/p5-Text-CSV')
-rw-r--r-- | textproc/p5-Text-CSV/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Text-CSV/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/textproc/p5-Text-CSV/Makefile b/textproc/p5-Text-CSV/Makefile index 05c3072730c..7011d97a6c4 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/01/17 00:19:47 sno Exp $ +# $NetBSD: Makefile,v 1.6 2010/07/17 08:57:34 sno Exp $ # -DISTNAME= Text-CSV-1.16 +DISTNAME= Text-CSV-1.18 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} @@ -13,7 +13,7 @@ LICENSE= ${PERL5_LICENSE} PKG_DESTDIR_SUPPORT= user-destdir -DEPENDS+= p5-Text-CSV_XS>=0.70:../../textproc/p5-Text-CSV_XS +DEPENDS+= p5-Text-CSV_XS>=0.73:../../textproc/p5-Text-CSV_XS PERL5_PACKLIST= auto/Text/CSV/.packlist diff --git a/textproc/p5-Text-CSV/distinfo b/textproc/p5-Text-CSV/distinfo index 383afaa1414..63032059240 100644 --- a/textproc/p5-Text-CSV/distinfo +++ b/textproc/p5-Text-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/01/17 00:19:47 sno Exp $ +$NetBSD: distinfo,v 1.6 2010/07/17 08:57:34 sno Exp $ -SHA1 (Text-CSV-1.16.tar.gz) = 896246ca2cdd8e5d3a83d53eeb440daaf45c9ea6 -RMD160 (Text-CSV-1.16.tar.gz) = 1518248df0605ee03d06bcc28e0a6fef81a538cf -Size (Text-CSV-1.16.tar.gz) = 45569 bytes +SHA1 (Text-CSV-1.18.tar.gz) = d0bc000842d09175e995c90577dca471a3191818 +RMD160 (Text-CSV-1.18.tar.gz) = c88f2e5eaec8edeb3e669396098068b6461ce174 +Size (Text-CSV-1.18.tar.gz) = 53640 bytes |