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 E14A57A0C4 for ; Wed, 22 Feb 2017 12:48:12 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 91CCC855E9; Wed, 22 Feb 2017 12:48:12 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2157485596 for ; Wed, 22 Feb 2017 12:48:12 +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 b1q9IgO7giBS for ; Wed, 22 Feb 2017 12:48:11 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id A74F784CEE for ; Wed, 22 Feb 2017 12:48:11 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A2941FBE4; Wed, 22 Feb 2017 12:48:11 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1487767691294330" MIME-Version: 1.0 Date: Wed, 22 Feb 2017 12:48:11 +0000 From: "Makoto Fujiwara" Subject: CVS commit: pkgsrc/textproc/p5-YAML-Tiny To: pkgsrc-changes@NetBSD.org Reply-To: mef@netbsd.org X-Mailer: log_accum Message-Id: <20170222124811.A2941FBE4@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. --_----------=_1487767691294330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: mef Date: Wed Feb 22 12:48:11 UTC 2017 Modified Files: pkgsrc/textproc/p5-YAML-Tiny: Makefile distinfo Log Message: Updated textproc/p5-YAML-Tiny to 1.70 ------------------------------------- 1.70 2017-01-22 08:59:54Z [FIXED] - Some errors writing to a file were incorrectly reported. To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/textproc/p5-YAML-Tiny/Makefile cvs rdiff -u -r1.16 -r1.17 pkgsrc/textproc/p5-YAML-Tiny/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1487767691294330 Content-Disposition: inline Content-Length: 1719 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/p5-YAML-Tiny/Makefile diff -u pkgsrc/textproc/p5-YAML-Tiny/Makefile:1.24 pkgsrc/textproc/p5-YAML-Tiny/Makefile:1.25 --- pkgsrc/textproc/p5-YAML-Tiny/Makefile:1.24 Wed Jun 8 19:24:47 2016 +++ pkgsrc/textproc/p5-YAML-Tiny/Makefile Wed Feb 22 12:48:11 2017 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2016/06/08 19:24:47 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2017/02/22 12:48:11 mef Exp $ -DISTNAME= YAML-Tiny-1.69 +DISTNAME= YAML-Tiny-1.70 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= perl5 textproc MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=YAML/} Index: pkgsrc/textproc/p5-YAML-Tiny/distinfo diff -u pkgsrc/textproc/p5-YAML-Tiny/distinfo:1.16 pkgsrc/textproc/p5-YAML-Tiny/distinfo:1.17 --- pkgsrc/textproc/p5-YAML-Tiny/distinfo:1.16 Fri Jan 8 14:18:32 2016 +++ pkgsrc/textproc/p5-YAML-Tiny/distinfo Wed Feb 22 12:48:11 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2016/01/08 14:18:32 wen Exp $ +$NetBSD: distinfo,v 1.17 2017/02/22 12:48:11 mef Exp $ -SHA1 (YAML-Tiny-1.69.tar.gz) = 36c0e030a610ff81164a39c1ef089fe7d448bdaa -RMD160 (YAML-Tiny-1.69.tar.gz) = 02a158ef5719e5eaeefec7d35cfee80b0d64c6de -SHA512 (YAML-Tiny-1.69.tar.gz) = 64c3428691f78d94bedf7f3b3276f7868d7280ca6d3c9a7a2e8137568d0da2fc94c766f9873f2796898386d6e7d3d1010c790fcc119f3d4d743becfa39d56a2c -Size (YAML-Tiny-1.69.tar.gz) = 71513 bytes +SHA1 (YAML-Tiny-1.70.tar.gz) = ece384991fca135995223d9b4444a5ae325acd64 +RMD160 (YAML-Tiny-1.70.tar.gz) = 99e9b699e23fb7f1d51bad95d1c5b9a20396a1e0 +SHA512 (YAML-Tiny-1.70.tar.gz) = a4d790f8d797170fac819640d23a3ddc62b506ac9467d8922ed2ca8f1abacf5a6ba7604e5312f6539a3c9e4aa8c41ccd91754ca32f74bf8b0d89a9d84e4b4f53 +Size (YAML-Tiny-1.70.tar.gz) = 72663 bytes --_----------=_1487767691294330--