Received: by mail.netbsd.org (Postfix, from userid 605) id E6E3784DA8; Thu, 18 Jun 2020 13:39:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6EF4A84D66 for ; Thu, 18 Jun 2020 13:39:59 +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 yOIkdFY7U7Qe for ; Thu, 18 Jun 2020 13:39:59 +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 EBEAC84D21 for ; Thu, 18 Jun 2020 13:39:58 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E9A06FB28; Thu, 18 Jun 2020 13:39:58 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1592487598236740" MIME-Version: 1.0 Date: Thu, 18 Jun 2020 13:39:58 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200618133958.E9A06FB28@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. --_----------=_1592487598236740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Jun 18 13:39:58 UTC 2020 Modified Files: pkgsrc/doc: CHANGES-2020 Log Message: doc: note update of Ruby on Rails 6.0 packages: devel/ruby-activesupport60 devel/ruby-activemodel60 databases/ruby-activerecord60 devel/ruby-activejob60 devel/ruby-activestorage60 devel/ruby-railties60 mail/ruby-actionmailbox60 mail/ruby-actionmailer60 textproc/ruby-actiontext60 www/ruby-actioncable60 www/ruby-actionpack60 www/ruby-actionview60 www/ruby-rails60 To generate a diff of this commit: cvs rdiff -u -r1.3666 -r1.3667 pkgsrc/doc/CHANGES-2020 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1592487598236740 Content-Disposition: inline Content-Length: 1500 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2020 diff -u pkgsrc/doc/CHANGES-2020:1.3666 pkgsrc/doc/CHANGES-2020:1.3667 --- pkgsrc/doc/CHANGES-2020:1.3666 Thu Jun 18 12:58:12 2020 +++ pkgsrc/doc/CHANGES-2020 Thu Jun 18 13:39:58 2020 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2020,v 1.3666 2020/06/18 12:58:12 nia Exp $ +$NetBSD: CHANGES-2020,v 1.3667 2020/06/18 13:39:58 taca Exp $ Changes to the packages collection and infrastructure in 2020: @@ -5895,3 +5895,16 @@ Changes to the packages collection and i Updated textproc/py-markovify to 0.8.2 [adam 2020-06-18] Updated security/tor-browser to 9.5nb2 [wiz 2020-06-18] Updated audio/hydrogen to 1.0.0.rc1 [nia 2020-06-18] + Updated devel/ruby-activesupport60 to 6.0.3.2 [taca 2020-06-18] + Updated devel/ruby-activemodel60 to 6.0.3.2 [taca 2020-06-18] + Updated databases/ruby-activerecord60 to 6.0.3.2 [taca 2020-06-18] + Updated devel/ruby-activejob60 to 6.0.3.2 [taca 2020-06-18] + Updated devel/ruby-activestorage60 to 6.0.3.2 [taca 2020-06-18] + Updated devel/ruby-railties60 to 6.0.3.2 [taca 2020-06-18] + Updated mail/ruby-actionmailbox60 to 6.0.3.2 [taca 2020-06-18] + Updated mail/ruby-actionmailer60 to 6.0.3.2 [taca 2020-06-18] + Updated textproc/ruby-actiontext60 to 6.0.3.2 [taca 2020-06-18] + Updated www/ruby-actioncable60 to 6.0.3.2 [taca 2020-06-18] + Updated www/ruby-actionpack60 to 6.0.3.2 [taca 2020-06-18] + Updated www/ruby-actionview60 to 6.0.3.2 [taca 2020-06-18] + Updated www/ruby-rails60 to 6.0.3.2 [taca 2020-06-18] --_----------=_1592487598236740--