diff options
author | sno <sno@pkgsrc.org> | 2009-10-17 14:14:47 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2009-10-17 14:14:47 +0000 |
commit | 0c8885d0b49cce2cabcf5c3782c0a43b7d276d12 (patch) | |
tree | f952d95dddcca60c217efdc679aad0ebce17ede9 /textproc | |
parent | dc9ce02e8cbabc022af93e11048cdcf8724265fe (diff) | |
download | pkgsrc-0c8885d0b49cce2cabcf5c3782c0a43b7d276d12.tar.gz |
Updating textproc/p5-Text-CSV from 1.14 to 1.15
pkgsrc changes:
- Adjusting dependency to newly released Text::CSV_XS
Upstream changes:
1.15 Thu Oct 15 17:23:39 2009
- updated the compatibility for Text::CSV_XS version 0.69
* Auto detection of eol => "\r" in streams
(but incomplete correspondence. I will rewrite CSV_PP in the future)
Diffstat (limited to 'textproc')
-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 b9402dacb1d..b9b2bc3e53b 100644 --- a/textproc/p5-Text-CSV/Makefile +++ b/textproc/p5-Text-CSV/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/10/11 09:33:51 sno Exp $ +# $NetBSD: Makefile,v 1.4 2009/10/17 14:14:47 sno Exp $ # -DISTNAME= Text-CSV-1.14 +DISTNAME= Text-CSV-1.15 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.68:../../textproc/p5-Text-CSV_XS +DEPENDS+= p5-Text-CSV_XS>=0.69:../../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 e0661bb9eb5..50f24af23d5 100644 --- a/textproc/p5-Text-CSV/distinfo +++ b/textproc/p5-Text-CSV/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2009/10/11 09:33:51 sno Exp $ +$NetBSD: distinfo,v 1.4 2009/10/17 14:14:47 sno Exp $ -SHA1 (Text-CSV-1.14.tar.gz) = 7e192768b5378c5ee4e0432abf9aee99980e0bb5 -RMD160 (Text-CSV-1.14.tar.gz) = 12582af3f4cf2053ef3d2bb137caa5b2af1211e2 -Size (Text-CSV-1.14.tar.gz) = 44445 bytes +SHA1 (Text-CSV-1.15.tar.gz) = 25dd7e2a804cb6ed6d033ff3f8e8b44bf0b324e2 +RMD160 (Text-CSV-1.15.tar.gz) = b2bfa1a4d0b23561490111952bc0379e78378570 +Size (Text-CSV-1.15.tar.gz) = 44935 bytes |