pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/textproc/p5-Text-CSV Updating textproc/p5-Text-CSV fro...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c1e63b5627f9
branches:  trunk
changeset: 577692:c1e63b5627f9
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Jul 17 08:57:34 2010 +0000

description:
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:

 textproc/p5-Text-CSV/Makefile |  6 +++---
 textproc/p5-Text-CSV/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 45d07a9e2a81 -r c1e63b5627f9 textproc/p5-Text-CSV/Makefile
--- a/textproc/p5-Text-CSV/Makefile     Sat Jul 17 08:57:18 2010 +0000
+++ b/textproc/p5-Text-CSV/Makefile     Sat Jul 17 08:57:34 2010 +0000
@@ -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 @@
 
 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 -r 45d07a9e2a81 -r c1e63b5627f9 textproc/p5-Text-CSV/distinfo
--- a/textproc/p5-Text-CSV/distinfo     Sat Jul 17 08:57:18 2010 +0000
+++ b/textproc/p5-Text-CSV/distinfo     Sat Jul 17 08:57:34 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index