Received: by mail.netbsd.org (Postfix, from userid 605) id E00F184F72; Sat, 21 Aug 2021 01:27:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 214D384D46 for ; Sat, 21 Aug 2021 01:27:13 +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 kujFazqxU3iL for ; Sat, 21 Aug 2021 01:27:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8AC2584D12 for ; Sat, 21 Aug 2021 01:27:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7795AFA97; Sat, 21 Aug 2021 01:27:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162950923288490" MIME-Version: 1.0 Date: Sat, 21 Aug 2021 01:27:12 +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: <20210821012712.7795AFA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162950923288490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Aug 21 01:27:12 UTC 2021 Modified Files: pkgsrc/textproc/p5-Text-CSV: Makefile distinfo Log Message: Update to 2.01 Upstream changes: Changes for version 2.01 - 2021-06-19 Imported tests/fixes from Text::CSV_XS 1.46 Updated XS_Version to 1.46, and if an older version of Text::CSV_XS is installed, make sure to update it (GH#49, mohawk2++) To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/textproc/p5-Text-CSV/Makefile cvs rdiff -u -r1.18 -r1.19 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. --_----------=_162950923288490 Content-Disposition: inline Content-Length: 1704 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.31 pkgsrc/textproc/p5-Text-CSV/Makefile:1.32 --- pkgsrc/textproc/p5-Text-CSV/Makefile:1.31 Mon May 24 19:54:41 2021 +++ pkgsrc/textproc/p5-Text-CSV/Makefile Sat Aug 21 01:27:12 2021 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.31 2021/05/24 19:54:41 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2021/08/21 01:27:12 wen Exp $ # -DISTNAME= Text-CSV-2.00 +DISTNAME= Text-CSV-2.01 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.18 pkgsrc/textproc/p5-Text-CSV/distinfo:1.19 --- pkgsrc/textproc/p5-Text-CSV/distinfo:1.18 Fri Sep 13 14:21:34 2019 +++ pkgsrc/textproc/p5-Text-CSV/distinfo Sat Aug 21 01:27:12 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.18 2019/09/13 14:21:34 wen Exp $ +$NetBSD: distinfo,v 1.19 2021/08/21 01:27:12 wen Exp $ -SHA1 (Text-CSV-2.00.tar.gz) = b60ed4c360117b15e37b8399793ecbc93609bbae -RMD160 (Text-CSV-2.00.tar.gz) = fd58d6266756d5d229114f491dad548e34006370 -SHA512 (Text-CSV-2.00.tar.gz) = ac41e8e1a56f30eac9076e8c53584186df83e4b1bf32ac52aef862ff7a02ada2801df2eac710b89e06901342c8513844d3dbbc86fc53d7a3d3da5f91f69dd88f -Size (Text-CSV-2.00.tar.gz) = 126921 bytes +SHA1 (Text-CSV-2.01.tar.gz) = 74be9ee660eff34d216d38d8261a8d0b86d2ba79 +RMD160 (Text-CSV-2.01.tar.gz) = dc59b8ba83e76811bd637fb0cde4a924addbdf0e +SHA512 (Text-CSV-2.01.tar.gz) = 45c215686437e111fcd8d6c0adc9c6e0bac9df37fcd47e7bd9fcf4872859e59a296caae3573b77955cdaf42284b4c88fcc6774bd6ac11d701ae54f6a3741991a +Size (Text-CSV-2.01.tar.gz) = 134279 bytes --_----------=_162950923288490--