Received: by mail.netbsd.org (Postfix, from userid 605) id 5034E84E66; Fri, 20 Mar 2020 15:21:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CC4E084E65 for ; Fri, 20 Mar 2020 15:21:13 +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 eJ_Bi2fnPo1d for ; Fri, 20 Mar 2020 15:21:13 +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 3295684DC1 for ; Fri, 20 Mar 2020 15:21:13 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 26465FB27; Fri, 20 Mar 2020 15:21:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1584717673289310" MIME-Version: 1.0 Date: Fri, 20 Mar 2020 15:21:13 +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: <20200320152113.26465FB27@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. --_----------=_1584717673289310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Fri Mar 20 15:21:13 UTC 2020 Modified Files: pkgsrc/lang/ruby: rails.mk Log Message: lang/ruby/rails.mk: start update of rails51 to 5.1.7 Start update of rails51 to 5.1.7. To generate a diff of this commit: cvs rdiff -u -r1.79 -r1.80 pkgsrc/lang/ruby/rails.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1584717673289310 Content-Disposition: inline Content-Length: 671 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.79 pkgsrc/lang/ruby/rails.mk:1.80 --- pkgsrc/lang/ruby/rails.mk:1.79 Fri Mar 20 15:06:33 2020 +++ pkgsrc/lang/ruby/rails.mk Fri Mar 20 15:21:12 2020 @@ -1,4 +1,4 @@ -# $NetBSD: rails.mk,v 1.79 2020/03/20 15:06:33 taca Exp $ +# $NetBSD: rails.mk,v 1.80 2020/03/20 15:21:12 taca Exp $ .if !defined(_RUBY_RAILS_MK) _RUBY_RAILS_MK= # defined @@ -48,7 +48,7 @@ _RUBY_RAILS_MK= # defined # current Ruby on Rails versions. # RUBY_RAILS42_VERSION?= 4.2.11.1 -RUBY_RAILS51_VERSION?= 5.1.6.2 +RUBY_RAILS51_VERSION?= 5.1.7 RUBY_RAILS52_VERSION?= 5.2.3 RUBY_RAILS_ACCEPTED?= # defined --_----------=_1584717673289310--