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/0e5db9f40f71
branches:  trunk
changeset: 400339:0e5db9f40f71
user:      sno <sno%pkgsrc.org@localhost>
date:      Sat Oct 17 14:14:47 2009 +0000

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

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

diffs (35 lines):

diff -r e0bf215fd9b9 -r 0e5db9f40f71 textproc/p5-Text-CSV/Makefile
--- a/textproc/p5-Text-CSV/Makefile     Sat Oct 17 14:11:34 2009 +0000
+++ b/textproc/p5-Text-CSV/Makefile     Sat Oct 17 14:14:47 2009 +0000
@@ -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 @@
 
 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 -r e0bf215fd9b9 -r 0e5db9f40f71 textproc/p5-Text-CSV/distinfo
--- a/textproc/p5-Text-CSV/distinfo     Sat Oct 17 14:11:34 2009 +0000
+++ b/textproc/p5-Text-CSV/distinfo     Sat Oct 17 14:14:47 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index