Received: by mail.netbsd.org (Postfix, from userid 605) id B469D84E5B; Tue, 7 Jun 2022 15:12:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 915C984E58 for ; Tue, 7 Jun 2022 15:11: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 yEGPLfOXsCEq for ; Tue, 7 Jun 2022 15:11: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 0F22584C2C for ; Tue, 7 Jun 2022 15:11:35 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3586BFB19; Tue, 7 Jun 2022 15:12:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1654614778188050" MIME-Version: 1.0 Date: Tue, 7 Jun 2022 15:12:58 +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: <20220607151258.3586BFB19@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1654614778188050 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Tue Jun 7 15:12:58 UTC 2022 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby/rails.mk: start update of RoR to 7.0.3 To generate a diff of this commit: cvs rdiff -u -r1.127 -r1.128 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1654614778188050 Content-Disposition: inline Content-Length: 688 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.127 pkgsrc/lang/ruby/rails.mk:1.128 --- pkgsrc/lang/ruby/rails.mk:1.127 Tue Jun 7 15:05:21 2022 +++ pkgsrc/lang/ruby/rails.mk Tue Jun 7 15:12:58 2022 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.127 2022/06/07 15:05:21 taca Exp $ +# $NetBSD: rails.mk,v 1.128 2022/06/07 15:12:58 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -50,7 +50,7 @@ _RUBY_RAILS_MK= # defined RUBY_RAILS52_VERSION?= 5.2.8 RUBY_RAILS60_VERSION?= 6.0.5 RUBY_RAILS61_VERSION?= 6.1.6 -RUBY_RAILS70_VERSION?= 7.0.2.4 +RUBY_RAILS70_VERSION?= 7.0.3 RUBY_RAILS_ACCEPTED?= # empty RUBY_RAILS_DEFAULT?= 52 --_----------=_1654614778188050--