Received: by mail.netbsd.org (Postfix, from userid 605) id BD8D584D59; Mon, 14 Sep 2020 00:13:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4107A84D35 for ; Mon, 14 Sep 2020 00:13:22 +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 gPCvlbdeeoci for ; Mon, 14 Sep 2020 00:13:21 +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 B22F884C71 for ; Mon, 14 Sep 2020 00:13:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id ADE5EFB28; Mon, 14 Sep 2020 00:13:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160004240156480" MIME-Version: 1.0 Date: Mon, 14 Sep 2020 00:13:21 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-tty-screen To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200914001321.ADE5EFB28@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. --_----------=_160004240156480 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Sep 14 00:13:21 UTC 2020 Modified Files: pkgsrc/devel/ruby-tty-screen: Makefile distinfo Log Message: devel/ruby-tty-screen: update to 0.8.1 Update ruby-tty-screen to 0.8.1. ## [v0.8.1] - 2020-07-17 ### Fixed * Fix name resolution with TTY::File by Alexey Nikitin (@tank-bohr) To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-tty-screen/Makefile \ pkgsrc/devel/ruby-tty-screen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160004240156480 Content-Disposition: inline Content-Length: 1648 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-tty-screen/Makefile diff -u pkgsrc/devel/ruby-tty-screen/Makefile:1.3 pkgsrc/devel/ruby-tty-screen/Makefile:1.4 --- pkgsrc/devel/ruby-tty-screen/Makefile:1.3 Sun Jun 7 08:34:41 2020 +++ pkgsrc/devel/ruby-tty-screen/Makefile Mon Sep 14 00:13:21 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2020/06/07 08:34:41 taca Exp $ +# $NetBSD: Makefile,v 1.4 2020/09/14 00:13:21 taca Exp $ -DISTNAME= tty-screen-0.8.0 +DISTNAME= tty-screen-0.8.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-tty-screen/distinfo diff -u pkgsrc/devel/ruby-tty-screen/distinfo:1.3 pkgsrc/devel/ruby-tty-screen/distinfo:1.4 --- pkgsrc/devel/ruby-tty-screen/distinfo:1.3 Sun Jun 7 08:34:41 2020 +++ pkgsrc/devel/ruby-tty-screen/distinfo Mon Sep 14 00:13:21 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2020/06/07 08:34:41 taca Exp $ +$NetBSD: distinfo,v 1.4 2020/09/14 00:13:21 taca Exp $ -SHA1 (tty-screen-0.8.0.gem) = e2224a73ddac531caf866e161b34d493e6bfca0e -RMD160 (tty-screen-0.8.0.gem) = 6213bc7afef35a321d6fa4cbdba1e47840b0e219 -SHA512 (tty-screen-0.8.0.gem) = 243f1539199e0b07ddb50920e70ed39778ece2053ed11f6472ed7b950328c1b0ba7addf39ccbfa13b8ef92f78b12086abf038ebad2c84d75acf5eabfa7d2a279 -Size (tty-screen-0.8.0.gem) = 10240 bytes +SHA1 (tty-screen-0.8.1.gem) = ebc57ece9329b11498c48af6a5907457173ea79c +RMD160 (tty-screen-0.8.1.gem) = 612eab6fddceb8c0ac484d4242794e3d7034bb98 +SHA512 (tty-screen-0.8.1.gem) = 47abedf2212475c81c7f84272889b8041bcd8ee1b646d94c609fe4936b43d2be2e14194e87990ecf722a8a9be7b651dbaf5d0f2d615271b12df0c6c887c8467c +Size (tty-screen-0.8.1.gem) = 10240 bytes --_----------=_160004240156480--