Received: by mail.netbsd.org (Postfix, from userid 605) id E319C84D64; Wed, 30 Oct 2019 14:15:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6AFC284D47 for ; Wed, 30 Oct 2019 14:15:53 +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 7m02K0QVyANn for ; Wed, 30 Oct 2019 14:15:53 +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 EA2EF84CFC for ; Wed, 30 Oct 2019 14:15:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E384DFA8E; Wed, 30 Oct 2019 14:15:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1572444952180950" MIME-Version: 1.0 Date: Wed, 30 Oct 2019 14:15:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-highline To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191030141552.E384DFA8E@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. --_----------=_1572444952180950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Oct 30 14:15:52 UTC 2019 Modified Files: pkgsrc/devel/ruby-highline: Makefile distinfo Log Message: devel/ruby-highline: update to 2.0.3 Update ruby-highline to 2.0.3 ### 2.0.3 / 2019-10-11 * PR #245 - Suppress `Psych.safe_load` arg warn (@koic) To generate a diff of this commit: cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-highline/Makefile cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/ruby-highline/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1572444952180950 Content-Disposition: inline Content-Length: 1628 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-highline/Makefile diff -u pkgsrc/devel/ruby-highline/Makefile:1.24 pkgsrc/devel/ruby-highline/Makefile:1.25 --- pkgsrc/devel/ruby-highline/Makefile:1.24 Mon May 6 05:24:54 2019 +++ pkgsrc/devel/ruby-highline/Makefile Wed Oct 30 14:15:52 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.24 2019/05/06 05:24:54 taca Exp $ +# $NetBSD: Makefile,v 1.25 2019/10/30 14:15:52 taca Exp $ -DISTNAME= highline-2.0.2 +DISTNAME= highline-2.0.3 CATEGORIES= net security MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-highline/distinfo diff -u pkgsrc/devel/ruby-highline/distinfo:1.23 pkgsrc/devel/ruby-highline/distinfo:1.24 --- pkgsrc/devel/ruby-highline/distinfo:1.23 Mon May 6 05:24:54 2019 +++ pkgsrc/devel/ruby-highline/distinfo Wed Oct 30 14:15:52 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.23 2019/05/06 05:24:54 taca Exp $ +$NetBSD: distinfo,v 1.24 2019/10/30 14:15:52 taca Exp $ -SHA1 (highline-2.0.2.gem) = f71d960628b764aae5e5967c6c247fc3feccb143 -RMD160 (highline-2.0.2.gem) = 0b70503b619f5045cbccc9f7118ec9e23aa632f3 -SHA512 (highline-2.0.2.gem) = 8597cd7326c516b2f182350aca8bf7dd59d7034c49c65f78bb8d1bdb2b1713a52bf0d8360785a7c84d477228a8168c94c1eebad6652bbf092dd78a2cd2357618 -Size (highline-2.0.2.gem) = 216576 bytes +SHA1 (highline-2.0.3.gem) = 125f9aad369c92cf5ff08d48e906b8aaeefcabd9 +RMD160 (highline-2.0.3.gem) = f0631d366164ee92368d6ca8976a5d093b0efcfd +SHA512 (highline-2.0.3.gem) = 18426c690125807ccc43af98d395c866752d2aa3a1d59ae2f16b65e3c207eedd76c0756f8acebdf4ceea2d52daf04500030f38e63f7658c39c946c6cb9737bb0 +Size (highline-2.0.3.gem) = 216576 bytes --_----------=_1572444952180950--