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 69DF31A9239 for ; Sun, 19 Dec 2021 05:22:33 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A543284E9F; Sun, 19 Dec 2021 05:22:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E07DD84E60 for ; Sun, 19 Dec 2021 05:22:31 +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 DRLWWl6B0iYr for ; Sun, 19 Dec 2021 05:22:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 2ABC284D2D for ; Sun, 19 Dec 2021 05:22:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 24530FAEC; Sun, 19 Dec 2021 05:22:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1639891351253710" MIME-Version: 1.0 Date: Sun, 19 Dec 2021 05:22:31 +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: <20211219052231.24530FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1639891351253710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Dec 19 05:22:31 UTC 2021 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby: start update of Ruby on Rails 6.1 to 6.1.4.4 To generate a diff of this commit: cvs rdiff -u -r1.107 -r1.108 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1639891351253710 Content-Disposition: inline Content-Length: 667 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.107 pkgsrc/lang/ruby/rails.mk:1.108 --- pkgsrc/lang/ruby/rails.mk:1.107 Sun Dec 19 05:07:05 2021 +++ pkgsrc/lang/ruby/rails.mk Sun Dec 19 05:22:30 2021 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.107 2021/12/19 05:07:05 taca Exp $ +# $NetBSD: rails.mk,v 1.108 2021/12/19 05:22:30 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -49,7 +49,7 @@ _RUBY_RAILS_MK= # defined # RUBY_RAILS52_VERSION?= 5.2.6 RUBY_RAILS60_VERSION?= 6.0.4.4 -RUBY_RAILS61_VERSION?= 6.1.4.1 +RUBY_RAILS61_VERSION?= 6.1.4.4 RUBY_RAILS_ACCEPTED?= # defined RUBY_RAILS_DEFAULT?= 52 --_----------=_1639891351253710--