Received: by mail.netbsd.org (Postfix, from userid 605) id 21AF284DE8; Mon, 4 Nov 2019 15:45:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9EC0484DB3 for ; Mon, 4 Nov 2019 15:45:53 +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 qD-kLmeLf8kR for ; Mon, 4 Nov 2019 15:45: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 1F75E84CDC for ; Mon, 4 Nov 2019 15:45:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 11AD5FA93; Mon, 4 Nov 2019 15:45:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_157288235349130" MIME-Version: 1.0 Date: Mon, 4 Nov 2019 15:45:53 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-net-telnet To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20191104154553.11AD5FA93@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. --_----------=_157288235349130 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Mon Nov 4 15:45:52 UTC 2019 Modified Files: pkgsrc/net/ruby-net-telnet: Makefile distinfo Log Message: net/ruby-net-telnet: update to 0.2.0 pkgsr change: * Add "USE_LANGUAGES= # none". * Drop ruby22 support and accept ruby24 and ruby25 since ruby26 bundles the same version of net-telnet gem. 0.2.0 (2018/07/25) * replacing all usage of IO.select with the io/wait methods * Drop support for Ruby 2.2 * Eliminate `mismatched indentations` warning To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/ruby-net-telnet/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/ruby-net-telnet/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_157288235349130 Content-Disposition: inline Content-Length: 2018 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-net-telnet/Makefile diff -u pkgsrc/net/ruby-net-telnet/Makefile:1.2 pkgsrc/net/ruby-net-telnet/Makefile:1.3 --- pkgsrc/net/ruby-net-telnet/Makefile:1.2 Mon Oct 22 15:45:46 2018 +++ pkgsrc/net/ruby-net-telnet/Makefile Mon Nov 4 15:45:52 2019 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2018/10/22 15:45:46 jperkin Exp $ +# $NetBSD: Makefile,v 1.3 2019/11/04 15:45:52 taca Exp $ -DISTNAME= net-telnet-0.1.1 +DISTNAME= net-telnet-0.2.0 CATEGORIES= net MAINTAINER= pkgsrc-users@NetBSD.org @@ -8,8 +8,10 @@ HOMEPAGE= https://github.com/ruby/net-te COMMENT= Provides telnet client functionality LICENSE= ruby-license OR 2-clause-bsd -# Appears to be bundled with ruby23-base and newer. -RUBY_VERSIONS_ACCEPTED= 22 +USE_LANGUAGE= # none + +# ruby26-base has the same version. +RUBY_VERSIONS_ACCEPTED= 24 25 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/net/ruby-net-telnet/distinfo diff -u pkgsrc/net/ruby-net-telnet/distinfo:1.1 pkgsrc/net/ruby-net-telnet/distinfo:1.2 --- pkgsrc/net/ruby-net-telnet/distinfo:1.1 Sat Jun 10 16:28:22 2017 +++ pkgsrc/net/ruby-net-telnet/distinfo Mon Nov 4 15:45:52 2019 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/06/10 16:28:22 taca Exp $ +$NetBSD: distinfo,v 1.2 2019/11/04 15:45:52 taca Exp $ -SHA1 (net-telnet-0.1.1.gem) = c03ff1049fa135da019959d488c612ed754e6380 -RMD160 (net-telnet-0.1.1.gem) = b9243098fc72081cfcbad5afc9d2cd302960ae96 -SHA512 (net-telnet-0.1.1.gem) = d3b80e296a530173bf4741bbc98c03b89b920833b9254714bfb013f532106feb4cd82b81316fdc557b027cd3a0514a6be95a9d0a22d5dea340e801f7628edce2 -Size (net-telnet-0.1.1.gem) = 16896 bytes +SHA1 (net-telnet-0.2.0.gem) = 2821a3a929f89dac3f787f1375d6137efd1f55cd +RMD160 (net-telnet-0.2.0.gem) = c0be89e2ce293962f2de2059a62397679e88b2cc +SHA512 (net-telnet-0.2.0.gem) = 85d54facf80df0c03ecbe73df8b039ce845126607b6dcf5d5cb73e1731f5887cee65c885a2706f0316a47c8b785337130afed0c212e998ae8584559845881b94 +Size (net-telnet-0.2.0.gem) = 16896 bytes --_----------=_157288235349130--