Received: by mail.netbsd.org (Postfix, from userid 605) id 4725184EBD; Sat, 9 Feb 2019 08:41:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3BB7184F5C for ; Sat, 9 Feb 2019 08:41:38 +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 RgP51taYGvWO for ; Sat, 9 Feb 2019 08:41:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id AFA7C84F99 for ; Sat, 9 Feb 2019 08:41:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 81F9EFB16; Sat, 9 Feb 2019 08:41:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1549701697179350" MIME-Version: 1.0 Date: Sat, 9 Feb 2019 08:41:37 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-Encode To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20190209084137.81F9EFB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1549701697179350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Feb 9 08:41:37 UTC 2019 Modified Files: pkgsrc/textproc/p5-Encode: Makefile distinfo Log Message: Update to 3.00 Upstream changes; $Revision: 3.00 $ $Date: 2019/01/31 04:51:32 $ ! Encode.pm VERSION bumped to 3.00 to make PAUSE happy 2.100 2019/01/31 04:26:40 ! Encode.xs MANIFEST + t/xml.t Pulled: Do not access SV* buffer if we have not called SvPV_force() https://github.com/dankogai/p5-encode/pull/137 ! MANIFEST remove utf8messages.t which is already deleted from the repository. To generate a diff of this commit: cvs rdiff -u -r1.48 -r1.49 pkgsrc/textproc/p5-Encode/Makefile cvs rdiff -u -r1.35 -r1.36 pkgsrc/textproc/p5-Encode/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1549701697179350 Content-Disposition: inline Content-Length: 1647 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-Encode/Makefile diff -u pkgsrc/textproc/p5-Encode/Makefile:1.48 pkgsrc/textproc/p5-Encode/Makefile:1.49 --- pkgsrc/textproc/p5-Encode/Makefile:1.48 Fri Jan 25 12:38:36 2019 +++ pkgsrc/textproc/p5-Encode/Makefile Sat Feb 9 08:41:37 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.48 2019/01/25 12:38:36 wen Exp $ +# $NetBSD: Makefile,v 1.49 2019/02/09 08:41:37 wen Exp $ -DISTNAME= Encode-2.99 +DISTNAME= Encode-3.00 PKGNAME= p5-${DISTNAME} CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Encode/} Index: pkgsrc/textproc/p5-Encode/distinfo diff -u pkgsrc/textproc/p5-Encode/distinfo:1.35 pkgsrc/textproc/p5-Encode/distinfo:1.36 --- pkgsrc/textproc/p5-Encode/distinfo:1.35 Fri Jan 25 12:38:36 2019 +++ pkgsrc/textproc/p5-Encode/distinfo Sat Feb 9 08:41:37 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.35 2019/01/25 12:38:36 wen Exp $ +$NetBSD: distinfo,v 1.36 2019/02/09 08:41:37 wen Exp $ -SHA1 (Encode-2.99.tar.gz) = 085b3d4dbd9a2406b7cbf9ae3257c9f5b50e2279 -RMD160 (Encode-2.99.tar.gz) = c92b178274de861a5f48146718bd17a505a7c6fb -SHA512 (Encode-2.99.tar.gz) = f201f3ab226f6473878ec41d657bd02c1124d127e43bcda1d06b22a366ba86ae7f59bf4210d99f2c3964abce5c246e87a17a1f4703850fbe813555e47e5e5bfc -Size (Encode-2.99.tar.gz) = 2053762 bytes +SHA1 (Encode-3.00.tar.gz) = 31133e4bc35b0c508c3454194846113454094a7d +RMD160 (Encode-3.00.tar.gz) = 7e1f4160a860dff8502b6a83e2b2075c16ee5b12 +SHA512 (Encode-3.00.tar.gz) = 7e8bf72bb30b71dfa8ec4ee91ce2fb1f09a0e55a7c4ded5873ac7ebdc003970003f077289e9d5603e02e2f3166ae6f264338592a8416516761a8c2fba645d7aa +Size (Encode-3.00.tar.gz) = 2053890 bytes --_----------=_1549701697179350--