Received: by mail.netbsd.org (Postfix, from userid 605) id 02A2284D7B; Sat, 16 May 2020 14:14:47 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C4F784D6D for ; Sat, 16 May 2020 14:14:46 +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 t3-tgv39Mnzh for ; Sat, 16 May 2020 14:14:46 +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 D512784D59 for ; Sat, 16 May 2020 14:14:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CCBA2FB27; Sat, 16 May 2020 14:14:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1589638485258410" MIME-Version: 1.0 Date: Sat, 16 May 2020 14:14:45 +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: <20200516141445.CCBA2FB27@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. --_----------=_1589638485258410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat May 16 14:14:45 UTC 2020 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby: start update of Ruby on Rails to 6.0.3 Start update of Ruby on Rails to 6.0.3. To generate a diff of this commit: cvs rdiff -u -r1.83 -r1.84 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1589638485258410 Content-Disposition: inline Content-Length: 660 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.83 pkgsrc/lang/ruby/rails.mk:1.84 --- pkgsrc/lang/ruby/rails.mk:1.83 Sat Mar 21 15:59:01 2020 +++ pkgsrc/lang/ruby/rails.mk Sat May 16 14:14:45 2020 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.83 2020/03/21 15:59:01 taca Exp $ +# $NetBSD: rails.mk,v 1.84 2020/05/16 14:14:45 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -49,7 +49,7 @@ _RUBY_RAILS_MK= # defined # RUBY_RAILS51_VERSION?= 5.1.7 RUBY_RAILS52_VERSION?= 5.2.4.2 -RUBY_RAILS60_VERSION?= 6.0.2.2 +RUBY_RAILS60_VERSION?= 6.0.3 RUBY_RAILS_ACCEPTED?= # defined RUBY_RAILS_DEFAULT?= 52 --_----------=_1589638485258410--