Received: by mail.netbsd.org (Postfix, from userid 605) id DF43B84D26; Sun, 28 Feb 2021 16:58:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2116284CE2 for ; Sun, 28 Feb 2021 16:58:06 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id eubaYTlva-Oc for ; Sun, 28 Feb 2021 16:58:05 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 62C4484CE0 for ; Sun, 28 Feb 2021 16:58:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 572C6FA95; Sun, 28 Feb 2021 16:58:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161453148531920" MIME-Version: 1.0 Date: Sun, 28 Feb 2021 16:58:05 +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: <20210228165805.572C6FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161453148531920 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Feb 28 16:58:05 UTC 2021 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby: update rails61 to 6.1.3 Oops, really update Ruby on Rails packages to 6.1.3. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161453148531920 Content-Disposition: inline Content-Length: 662 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.94 pkgsrc/lang/ruby/rails.mk:1.95 --- pkgsrc/lang/ruby/rails.mk:1.94 Sun Feb 14 13:49:40 2021 +++ pkgsrc/lang/ruby/rails.mk Sun Feb 28 16:58:05 2021 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.94 2021/02/14 13:49:40 taca Exp $ +# $NetBSD: rails.mk,v 1.95 2021/02/28 16:58:05 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -49,7 +49,7 @@ _RUBY_RAILS_MK= # defined # RUBY_RAILS52_VERSION?= 5.2.4.5 RUBY_RAILS60_VERSION?= 6.0.3.5 -RUBY_RAILS61_VERSION?= 6.1.2.1 +RUBY_RAILS61_VERSION?= 6.1.3 RUBY_RAILS_ACCEPTED?= # defined RUBY_RAILS_DEFAULT?= 52 --_----------=_161453148531920--