Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 48ED87A111 for ; Sun, 26 Feb 2017 12:54:46 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id AE96C85577; Sun, 26 Feb 2017 12:54:45 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3E0AF84CE7 for ; Sun, 26 Feb 2017 12:54:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id UanKjHR6lhy9 for ; Sun, 26 Feb 2017 12:54:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 880D384CDC for ; Sun, 26 Feb 2017 12:54:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83422FBE4; Sun, 26 Feb 2017 12:54:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_148811368463080" MIME-Version: 1.0 Date: Sun, 26 Feb 2017 12:54:44 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Text-CSV To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20170226125444.83422FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_148811368463080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sun Feb 26 12:54:44 UTC 2017 Modified Files: pkgsrc/textproc/p5-Text-CSV: Makefile distinfo Log Message: Update to 1.91 Upstream changes: 1.91 2017-01-28 - production release 1.90_01 2017-01-20 - Text::CSV_PP is totally refactored using the code/doc of Text::CSV_XS 1.27. Almost all the code/docs in CSV_XS.pm are copied and a large portion of CSV_XS.xs is ported verbatim, and now CSV_PP passes all the tests for CSV_XS (with slight modification like s/XS/PP/g). To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/textproc/p5-Text-CSV/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/textproc/p5-Text-CSV/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_148811368463080 Content-Disposition: inline Content-Length: 1703 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Text-CSV/Makefile diff -u pkgsrc/textproc/p5-Text-CSV/Makefile:1.18 pkgsrc/textproc/p5-Text-CSV/Makefile:1.19 --- pkgsrc/textproc/p5-Text-CSV/Makefile:1.18 Wed Jun 8 19:24:36 2016 +++ pkgsrc/textproc/p5-Text-CSV/Makefile Sun Feb 26 12:54:44 2017 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2016/06/08 19:24:36 wiz Exp $ +# $NetBSD: Makefile,v 1.19 2017/02/26 12:54:44 wen Exp $ # -DISTNAME= Text-CSV-1.33 +DISTNAME= Text-CSV-1.91 PKGNAME= p5-${DISTNAME} -PKGREVISION= 2 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Text/} Index: pkgsrc/textproc/p5-Text-CSV/distinfo diff -u pkgsrc/textproc/p5-Text-CSV/distinfo:1.11 pkgsrc/textproc/p5-Text-CSV/distinfo:1.12 --- pkgsrc/textproc/p5-Text-CSV/distinfo:1.11 Wed Nov 4 01:59:50 2015 +++ pkgsrc/textproc/p5-Text-CSV/distinfo Sun Feb 26 12:54:44 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2015/11/04 01:59:50 agc Exp $ +$NetBSD: distinfo,v 1.12 2017/02/26 12:54:44 wen Exp $ -SHA1 (Text-CSV-1.33.tar.gz) = 9ad509d5bfd60914fdbd4ff8ce0b577df26590ee -RMD160 (Text-CSV-1.33.tar.gz) = a13b5f1d303fcf8a67bd2c241938bb32a0604ea8 -SHA512 (Text-CSV-1.33.tar.gz) = 3b30242c71719aeb20077490b752718bb25320dc1510b5053d5e21678cf7011e16eac2b578138115399f8dbdfb5519cbb913fc42b042355e35e39491ed520b8e -Size (Text-CSV-1.33.tar.gz) = 64771 bytes +SHA1 (Text-CSV-1.91.tar.gz) = b4ceffe09b4ee408c9c77b5973bd93d59ecbe45c +RMD160 (Text-CSV-1.91.tar.gz) = 8749815cb1cd287ada7438992e7180c6d1ca8c48 +SHA512 (Text-CSV-1.91.tar.gz) = 1dfd1de9b91390df38788a36423d671d4b3aafc7b5a106b994ced944893b73a90bd0e7ad0ce88f51e81e7ff70c507a1c70fbe9a55c7139860f84f18e060d15d9 +Size (Text-CSV-1.91.tar.gz) = 113028 bytes --_----------=_148811368463080--