Received: by mail.netbsd.org (Postfix, from userid 605) id 191788510B; Sun, 11 Apr 2021 12:33:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5495084DB5 for ; Sun, 11 Apr 2021 12:33:47 +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 PyVNMIh3UJad for ; Sun, 11 Apr 2021 12:33: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 AD3AB84D0C for ; Sun, 11 Apr 2021 12:33:46 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A286DFA95; Sun, 11 Apr 2021 12:33:46 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1618144426294230" MIME-Version: 1.0 Date: Sun, 11 Apr 2021 12:33:46 +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: <20210411123346.A286DFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1618144426294230 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Apr 11 12:33:46 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 Log Message: doc: note update of ruby27-base and a related pacakge lang/ruby27-base lang/ruby27 To generate a diff of this commit: cvs rdiff -u -r1.2081 -r1.2082 pkgsrc/doc/CHANGES-2021 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1618144426294230 Content-Disposition: inline Content-Length: 769 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.2081 pkgsrc/doc/CHANGES-2021:1.2082 --- pkgsrc/doc/CHANGES-2021:1.2081 Sun Apr 11 12:30:12 2021 +++ pkgsrc/doc/CHANGES-2021 Sun Apr 11 12:33:46 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.2081 2021/04/11 12:30:12 taca Exp $ +$NetBSD: CHANGES-2021,v 1.2082 2021/04/11 12:33:46 taca Exp $ Changes to the packages collection and infrastructure in 2021: @@ -3312,3 +3312,5 @@ Changes to the packages collection and i Updated devel/ruby-fiddle to 2.6.7 [taca 2021-04-11] Updated devel/ruby-readline to 2.6.7 [taca 2021-04-11] Updated lang/ruby26 to 2.6.7 [taca 2021-04-11] + Updated lang/ruby27-base to 2.7.3 [taca 2021-04-11] + Updated lang/ruby27 to 2.7.3 [taca 2021-04-11] --_----------=_1618144426294230--