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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id D91751A9217 for ; Sun, 4 Oct 2020 04:28:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 69D1284D9C; Sun, 4 Oct 2020 04:28:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E420D84D8C for ; Sun, 4 Oct 2020 04:28:35 +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 MKT3AxYVbLbC for ; Sun, 4 Oct 2020 04:28:35 +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 42A3584D5F for ; Sun, 4 Oct 2020 04:28:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 36057FB28; Sun, 4 Oct 2020 04:28:35 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1601785715246560" MIME-Version: 1.0 Date: Sun, 4 Oct 2020 04:28:35 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/lang/ruby To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20201004042835.36057FB28@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. --_----------=_1601785715246560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Oct 4 04:28:35 UTC 2020 Modified Files: pkgsrc/lang/ruby: rubyversion.mk Log Message: lang/ruby: update version for Ruby 2.7.2 Update versions for Ruby 2.7.2, it should be commited along with update to Ruby 2.7.2. Noted by Ryo ONODERA. To generate a diff of this commit: cvs rdiff -u -r1.222 -r1.223 pkgsrc/lang/ruby/rubyversion.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1601785715246560 Content-Disposition: inline Content-Length: 1003 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/rubyversion.mk diff -u pkgsrc/lang/ruby/rubyversion.mk:1.222 pkgsrc/lang/ruby/rubyversion.mk:1.223 --- pkgsrc/lang/ruby/rubyversion.mk:1.222 Thu May 21 15:57:59 2020 +++ pkgsrc/lang/ruby/rubyversion.mk Sun Oct 4 04:28:35 2020 @@ -1,4 +1,4 @@ -# $NetBSD: rubyversion.mk,v 1.222 2020/05/21 15:57:59 taca Exp $ +# $NetBSD: rubyversion.mk,v 1.223 2020/10/04 04:28:35 taca Exp $ # # This file determines which Ruby version is used as a dependency for @@ -215,7 +215,7 @@ RUBY_VERSION_REQD?= ${PKGNAME_REQD:C/rub # current supported Ruby's version RUBY25_VERSION= 2.5.8 RUBY26_VERSION= 2.6.6 -RUBY27_VERSION= 2.7.1 +RUBY27_VERSION= 2.7.2 # current API compatible version; used for version of shared library RUBY25_API_VERSION= 2.5.0 @@ -347,7 +347,7 @@ RUBY_ABI_VERSION= ${RUBY_VERSION} RUBY_RDOC_VERSION= 6.2.1 RUBY_DID_YOU_MEAN_VERSION= 1.4.0 -RUBY_IRB_VERSION= 1.2.3 +RUBY_IRB_VERSION= 1.2.6 # bundled gems RUBY_MINITEST_VERSION= 5.13.0 --_----------=_1601785715246560--