Received: by mail.netbsd.org (Postfix, from userid 605) id 99C5E84DC2; Sat, 10 Nov 2018 03:24:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A61284D64 for ; Sat, 10 Nov 2018 03:24:32 +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 YFsik5eJhF06 for ; Sat, 10 Nov 2018 03:24:31 +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 CEEC084CD5 for ; Sat, 10 Nov 2018 03:24:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B9718FB1F; Sat, 10 Nov 2018 03:24:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1541820271105920" MIME-Version: 1.0 Date: Sat, 10 Nov 2018 03:24:31 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-YAML To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20181110032431.B9718FB1F@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. --_----------=_1541820271105920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wen Date: Sat Nov 10 03:24:31 UTC 2018 Modified Files: pkgsrc/textproc/p5-YAML: Makefile distinfo Log Message: Update to 1.27 Upstream changes: 1.27 Sat Nov 3 14:01:26 CET 2018 - Remove a warning about uninitialized value for perl <= 5.10 To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/textproc/p5-YAML/Makefile cvs rdiff -u -r1.32 -r1.33 pkgsrc/textproc/p5-YAML/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1541820271105920 Content-Disposition: inline Content-Length: 1619 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-YAML/Makefile diff -u pkgsrc/textproc/p5-YAML/Makefile:1.53 pkgsrc/textproc/p5-YAML/Makefile:1.54 --- pkgsrc/textproc/p5-YAML/Makefile:1.53 Wed Aug 22 09:47:11 2018 +++ pkgsrc/textproc/p5-YAML/Makefile Sat Nov 10 03:24:31 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2018/08/22 09:47:11 wiz Exp $ +# $NetBSD: Makefile,v 1.54 2018/11/10 03:24:31 wen Exp $ -DISTNAME= YAML-1.26 +DISTNAME= YAML-1.27 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} Index: pkgsrc/textproc/p5-YAML/distinfo diff -u pkgsrc/textproc/p5-YAML/distinfo:1.32 pkgsrc/textproc/p5-YAML/distinfo:1.33 --- pkgsrc/textproc/p5-YAML/distinfo:1.32 Wed Jun 6 08:58:33 2018 +++ pkgsrc/textproc/p5-YAML/distinfo Sat Nov 10 03:24:31 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.32 2018/06/06 08:58:33 wen Exp $ +$NetBSD: distinfo,v 1.33 2018/11/10 03:24:31 wen Exp $ -SHA1 (YAML-1.26.tar.gz) = 61ea2e31ed1828fb2acebe97cf5c8231fe64b8eb -RMD160 (YAML-1.26.tar.gz) = 96425b2877497113c78d5f489b4c3555b741e84a -SHA512 (YAML-1.26.tar.gz) = 17c75ed61d2961c5169c700caeb3403cc0233eec90ae8f4e55cee76ac827c48582d3e0c9c2146835132914c1e4276e0cf9d51cc8a82db308e7e930c97d05bb5f -Size (YAML-1.26.tar.gz) = 86698 bytes +SHA1 (YAML-1.27.tar.gz) = cfe9c31e670caa51186b48ba8b484e24fad72db6 +RMD160 (YAML-1.27.tar.gz) = 4e92e3abdf74ec5e076e8e615fac799048512108 +SHA512 (YAML-1.27.tar.gz) = f82de359939f139211df1c63226a17c0ecb00833c8e72986e901507626ef19f3bb3dd7678c83abb9aeb8857ca921e7698e2c0cb0620de5e4a8d3b963ee040e66 +Size (YAML-1.27.tar.gz) = 86770 bytes --_----------=_1541820271105920--