Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (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 7E406A6558 for ; Wed, 30 Sep 2015 12:46:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8F5ED14A228; Wed, 30 Sep 2015 12:46:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C2CDD14A222 for ; Wed, 30 Sep 2015 12:46:22 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id 0pzNv45UjvL1 for ; Wed, 30 Sep 2015 12:46:22 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 4874714A214 for ; Wed, 30 Sep 2015 12:46:22 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 1ECE398; Wed, 30 Sep 2015 12:46:22 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Wed, 30 Sep 2015 12:46:22 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/p5-Encode To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20150930124622.1ECE398@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: mef Date: Wed Sep 30 12:46:22 UTC 2015 Modified Files: pkgsrc/textproc/p5-Encode: Makefile distinfo Log Message: Update 2.76 to 2.78 ------------------- Revision: 2.78 Date: 2015/09/24 02:19:21 ! Makefile.PL Mend pull/42 again. This time correctly. ! lib/Encode/Supported.pod Applied: RT#107146: [PATCH] fix a spelling mistake https://rt.cpan.org/Public/Bug/Display.html?id=107146 2.77 2015/09/15 13:53:27 ! Unicode/Unicode.xs Unicode/Unicode.pm Address RT#107043: If no BOM is found, the routine dies. When you decode from UTF-(16|32) without -BE or LE without BOM, Encode now assumes BE accordingly to RFC2781 and the Unicode Standard version 8.0 https://rt.cpan.org/Public/Bug/Display.html?id=107043 ! Makefile.PL encoding.t Mend pull/42 ! Encode.xs Makefile.PL encoding.pm encoding.t Pulled: precompile 1252 table as that is now the Pod::Simple default https://github.com/dankogai/p5-encode/pull/42 To generate a diff of this commit: cvs rdiff -u -r1.30 -r1.31 pkgsrc/textproc/p5-Encode/Makefile cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/p5-Encode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.