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_XS Update to 1.27
details: https://anonhg.NetBSD.org/pkgsrc/rev/4bbbdb000418
branches: trunk
changeset: 359220:4bbbdb000418
user: wen <wen%pkgsrc.org@localhost>
date: Sat Mar 04 01:20:01 2017 +0000
description:
Update to 1.27
Upstream changes:
1.27 - 2017-03-02, H.Merijn Brand
* Remove unneeded done_testing (Paul Howarth)
* Attribute sep/sep_char is not allowed to be undefined
* Increased test coverage: added errors 1008 and 1014
* Default for escape_null in csv () is now false
* It's 2017
* New error code for illegal argument(s)/parameter(s) (RT#119827)
* Fix tests for perl without dot in @INC
* Fix crlf issue for csv () on Windows (RT#120466)
1.26 - 2016-11-29, H.Merijn Brand
* Disable some Unicode related tests for unhealthy $PERL_UNICODE
(RT#117856)
* is_missing (0) on empty line returns 1 for keep_meta_info = true
(issue 27 on github)
diffstat:
textproc/p5-Text-CSV_XS/Makefile | 4 ++--
textproc/p5-Text-CSV_XS/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 7a839d137c7b -r 4bbbdb000418 textproc/p5-Text-CSV_XS/Makefile
--- a/textproc/p5-Text-CSV_XS/Makefile Fri Mar 03 23:00:36 2017 +0000
+++ b/textproc/p5-Text-CSV_XS/Makefile Sat Mar 04 01:20:01 2017 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.62 2016/09/03 07:59:31 wen Exp $
+# $NetBSD: Makefile,v 1.63 2017/03/04 01:20:01 wen Exp $
#
-DISTNAME= Text-CSV_XS-1.25
+DISTNAME= Text-CSV_XS-1.27
PKGNAME= p5-${DISTNAME}
CATEGORIES= textproc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/}
diff -r 7a839d137c7b -r 4bbbdb000418 textproc/p5-Text-CSV_XS/distinfo
--- a/textproc/p5-Text-CSV_XS/distinfo Fri Mar 03 23:00:36 2017 +0000
+++ b/textproc/p5-Text-CSV_XS/distinfo Sat Mar 04 01:20:01 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.40 2016/09/03 07:59:31 wen Exp $
+$NetBSD: distinfo,v 1.41 2017/03/04 01:20:01 wen Exp $
-SHA1 (Text-CSV_XS-1.25.tgz) = 585787decf5b3c612bfdf1c5e4e48e3f67f2be9f
-RMD160 (Text-CSV_XS-1.25.tgz) = c49c2b2037b387f6e55f06b0fc01e177242b8079
-SHA512 (Text-CSV_XS-1.25.tgz) = 768c9b5795efb0902bb47e66132cdffbfcf1cfefb961387afbc089025381af69a6ac08b390f78221de9e8e19e25ce066f774f2fc6bd034ea0cd9949b744e65f8
-Size (Text-CSV_XS-1.25.tgz) = 163071 bytes
+SHA1 (Text-CSV_XS-1.27.tgz) = d994ac7b9151338af1d153e9d322a529d40526b9
+RMD160 (Text-CSV_XS-1.27.tgz) = 9803d61016583b43870dcab3124062cd79586399
+SHA512 (Text-CSV_XS-1.27.tgz) = d00a51d79d2c9da000fb6da4ec156afce67f3b38913734c16c92a6af32037458d7acfc15f69df87643bc05e52fff856a693b167bf5401301ba876cbb9cadba28
+Size (Text-CSV_XS-1.27.tgz) = 164547 bytes
Home |
Main Index |
Thread Index |
Old Index