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 9CC087A21A for ; Wed, 22 Feb 2017 11:43:11 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4EB9D855F3; Wed, 22 Feb 2017 11:43:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id D208585596 for ; Wed, 22 Feb 2017 11:43:10 +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 pxzm6U6pBxX9 for ; Wed, 22 Feb 2017 11:43:10 +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 66FF484CDD for ; Wed, 22 Feb 2017 11:43:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65151FBE4; Wed, 22 Feb 2017 11:43:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1487763790123500" MIME-Version: 1.0 Date: Wed, 22 Feb 2017 11:43:10 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/textproc/p5-YAML To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170222114310.65151FBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1487763790123500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Wed Feb 22 11:43:10 UTC 2017 Modified Files: pkgsrc/textproc/p5-YAML: Makefile distinfo Log Message: Updated p5-YAML to 1.23. 1.23 Sun Feb 19 22:07:57 CET 2017 - Fix $YAML::Numify (empty values were converted to 0) To generate a diff of this commit: cvs rdiff -u -r1.47 -r1.48 pkgsrc/textproc/p5-YAML/Makefile cvs rdiff -u -r1.28 -r1.29 pkgsrc/textproc/p5-YAML/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1487763790123500 Content-Disposition: inline Content-Length: 1601 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.47 pkgsrc/textproc/p5-YAML/Makefile:1.48 --- pkgsrc/textproc/p5-YAML/Makefile:1.47 Sun Feb 19 08:54:18 2017 +++ pkgsrc/textproc/p5-YAML/Makefile Wed Feb 22 11:43:10 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2017/02/19 08:54:18 wiz Exp $ +# $NetBSD: Makefile,v 1.48 2017/02/22 11:43:10 wiz Exp $ -DISTNAME= YAML-1.22 +DISTNAME= YAML-1.23 PKGNAME= p5-${DISTNAME} CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} Index: pkgsrc/textproc/p5-YAML/distinfo diff -u pkgsrc/textproc/p5-YAML/distinfo:1.28 pkgsrc/textproc/p5-YAML/distinfo:1.29 --- pkgsrc/textproc/p5-YAML/distinfo:1.28 Sun Feb 19 08:54:18 2017 +++ pkgsrc/textproc/p5-YAML/distinfo Wed Feb 22 11:43:10 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.28 2017/02/19 08:54:18 wiz Exp $ +$NetBSD: distinfo,v 1.29 2017/02/22 11:43:10 wiz Exp $ -SHA1 (YAML-1.22.tar.gz) = d9dffa4b8c5b110fb8c15636de134ec8447bbace -RMD160 (YAML-1.22.tar.gz) = 89175996c6e26a1ee9d008f62e4478b72bfd3108 -SHA512 (YAML-1.22.tar.gz) = 90c8114f36270f9410fd3bd05c9674fb0f6f3c10c799c65375edea811cd1b9e4c402eff498f86c259ab2a81b49753ba559fdf679c6f9863f6e3be6c18f5affe2 -Size (YAML-1.22.tar.gz) = 83528 bytes +SHA1 (YAML-1.23.tar.gz) = 2071a4bf5ec67daed81148d3671a3f8022bc04f2 +RMD160 (YAML-1.23.tar.gz) = ce3748ef59cc43681bd1009b433f95135ba5526f +SHA512 (YAML-1.23.tar.gz) = 42dd2063e16b0e96a51ae9e43ed537741206529ff0df2939717eb142edf6396f69130b6b64d1d338d0c0a32dc11f68f3ffc5e0b5043c325c20e0d492626c106c +Size (YAML-1.23.tar.gz) = 83566 bytes --_----------=_1487763790123500--