Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 D804B1A9239 for ; Sun, 13 Feb 2022 07:39:16 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 086F084D82; Sun, 13 Feb 2022 07:39:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 43A4D84D80 for ; Sun, 13 Feb 2022 07:39:15 +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 tDnHAk-bIfQw for ; Sun, 13 Feb 2022 07:39:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9F83E84CE7 for ; Sun, 13 Feb 2022 07:39:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 98D44FB24; Sun, 13 Feb 2022 07:39:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1644737954152830" MIME-Version: 1.0 Date: Sun, 13 Feb 2022 07:39:14 +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: <20220213073914.98D44FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1644737954152830 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 13 07:39:14 UTC 2022 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby: start update of ruby-rails70 to 7.0.2.2 To generate a diff of this commit: cvs rdiff -u -r1.113 -r1.114 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1644737954152830 Content-Disposition: inline Content-Length: 696 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/lang/ruby/rails.mk diff -u pkgsrc/lang/ruby/rails.mk:1.113 pkgsrc/lang/ruby/rails.mk:1.114 --- pkgsrc/lang/ruby/rails.mk:1.113 Sun Feb 13 07:35:04 2022 +++ pkgsrc/lang/ruby/rails.mk Sun Feb 13 07:39:14 2022 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.113 2022/02/13 07:35:04 taca Exp $ +# $NetBSD: rails.mk,v 1.114 2022/02/13 07:39:14 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -50,7 +50,7 @@ _RUBY_RAILS_MK= # defined RUBY_RAILS52_VERSION?= 5.2.6.2 RUBY_RAILS60_VERSION?= 6.0.4.6 RUBY_RAILS61_VERSION?= 6.1.4.6 -RUBY_RAILS70_VERSION?= 7.0.1 +RUBY_RAILS70_VERSION?= 7.0.2.2 RUBY_RAILS_ACCEPTED?= # defined RUBY_RAILS_DEFAULT?= 52 --_----------=_1644737954152830--