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 854A27A466 for ; Fri, 29 Apr 2016 14:08:07 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 3C2AE85E61; Fri, 29 Apr 2016 14:08:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BF68F85E24 for ; Fri, 29 Apr 2016 14:08:06 +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 BUgxHCl6UPkH for ; Fri, 29 Apr 2016 14:08:06 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 66E2784CFC for ; Fri, 29 Apr 2016 14:08:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 600C5FBBA; Fri, 29 Apr 2016 14:08:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Fri, 29 Apr 2016 14:08:06 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Text-CSV_XS To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20160429140806.600C5FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Fri Apr 29 14:08:06 UTC 2016 Modified Files: pkgsrc/textproc/p5-Text-CSV_XS: Makefile distinfo Log Message: Update to 1.23 Upstream changes: 1.23 - 2016-03-25, H.Merijn Brand * Skip unsupported encodings * Reorganize Unicode section and mention layers (Dan Book) * Amend some UTF-8 tests for PERL_UNICODE settings * Fix crash on error in parsing with bound columns (RT#113279) * Add predefined filters (not_blank, not_empty, filled) To generate a diff of this commit: cvs rdiff -u -r1.58 -r1.59 pkgsrc/textproc/p5-Text-CSV_XS/Makefile cvs rdiff -u -r1.37 -r1.38 pkgsrc/textproc/p5-Text-CSV_XS/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.