Received: by mail.netbsd.org (Postfix, from userid 605) id 5A77484EBE; Sat, 8 Apr 2023 13:25:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8A18284D8A for ; Sat, 8 Apr 2023 13:25:13 +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 lGpn0Xu2bu-z for ; Sat, 8 Apr 2023 13:25: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 CA3ED84CF9 for ; Sat, 8 Apr 2023 13:25:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C0CFFFA84; Sat, 8 Apr 2023 13:25:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1680960312164760" MIME-Version: 1.0 Date: Sat, 8 Apr 2023 13:25:12 +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: <20230408132512.C0CFFFA84@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1680960312164760 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 8 13:25:12 UTC 2023 Modified Files: pkgsrc/doc: CHANGES-2023 Log Message: doc: Updated devel/ruby-async to 2.5.0 To generate a diff of this commit: cvs rdiff -u -r1.2108 -r1.2109 pkgsrc/doc/CHANGES-2023 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1680960312164760 Content-Disposition: inline Content-Length: 731 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2023 diff -u pkgsrc/doc/CHANGES-2023:1.2108 pkgsrc/doc/CHANGES-2023:1.2109 --- pkgsrc/doc/CHANGES-2023:1.2108 Sat Apr 8 13:23:15 2023 +++ pkgsrc/doc/CHANGES-2023 Sat Apr 8 13:25:12 2023 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2023,v 1.2108 2023/04/08 13:23:15 taca Exp $ +$NetBSD: CHANGES-2023,v 1.2109 2023/04/08 13:25:12 taca Exp $ Changes to the packages collection and infrastructure in 2023: @@ -2941,3 +2941,4 @@ Changes to the packages collection and i Updated www/libreddit to 0.30.1 [vins 2023-04-08] Updated databases/ruby-sequel to 5.67.0 [taca 2023-04-08] Updated databases/ruby-sqlite3 to 1.6.2 [taca 2023-04-08] + Updated devel/ruby-async to 2.5.0 [taca 2023-04-08] --_----------=_1680960312164760--