Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E36084FD7 for ; Sat, 26 Aug 2023 13:20:09 +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 P1ODxybsDjQa for ; Sat, 26 Aug 2023 13:20:08 +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 8294C84D26 for ; Sat, 26 Aug 2023 13:20:08 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7A280FBDB; Sat, 26 Aug 2023 13:20:08 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693056008104410" MIME-Version: 1.0 Date: Sat, 26 Aug 2023 13:20:08 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-async To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230826132008.7A280FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693056008104410 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Aug 26 13:20:08 UTC 2023 Modified Files: pkgsrc/devel/ruby-async: Makefile distinfo Log Message: devel/ruby-async: update to 2.6.4 2.6.4 (2023-08-25) * If a task returns an exception value, do not raise it in #wait. (#270) * Minor improvement to test performance. * Test multiple process waits. (#273) * Failing timeout while getting from stdin. (#266) * Fix handling of TimeoutError in io_wait. (#274) * Add test for blocking IO#gets in task. (#267) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-async/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-async/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693056008104410 Content-Disposition: inline Content-Length: 1475 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-async/Makefile diff -u pkgsrc/devel/ruby-async/Makefile:1.12 pkgsrc/devel/ruby-async/Makefile:1.13 --- pkgsrc/devel/ruby-async/Makefile:1.12 Sun Jul 30 03:51:32 2023 +++ pkgsrc/devel/ruby-async/Makefile Sat Aug 26 13:20:08 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2023/07/30 03:51:32 taca Exp $ +# $NetBSD: Makefile,v 1.13 2023/08/26 13:20:08 taca Exp $ -DISTNAME= async-2.6.3 +DISTNAME= async-2.6.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-async/distinfo diff -u pkgsrc/devel/ruby-async/distinfo:1.10 pkgsrc/devel/ruby-async/distinfo:1.11 --- pkgsrc/devel/ruby-async/distinfo:1.10 Sun Jul 30 03:51:32 2023 +++ pkgsrc/devel/ruby-async/distinfo Sat Aug 26 13:20:08 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2023/07/30 03:51:32 taca Exp $ +$NetBSD: distinfo,v 1.11 2023/08/26 13:20:08 taca Exp $ -BLAKE2s (async-2.6.3.gem) = 4fcf99362738d6f9fe0d2a1d1aca9b27131fcd708a2fb8c6322abbb21e5fd8db -SHA512 (async-2.6.3.gem) = 44a96ab179923bf8e28beb57f43d1ebf32aa4043a607fffe13f3849c9ed7c7860bff104be60e90281b53d0a4a35aa9ec2f7e273f295b1aa7e238d7370615265b -Size (async-2.6.3.gem) = 29184 bytes +BLAKE2s (async-2.6.4.gem) = 39206ad90aa0ef05be9ef1c331a15d92635c4d6e8f43a27937c0682d304b1395 +SHA512 (async-2.6.4.gem) = 327ee62d184886270fa4bb2d4a977e8ce7f10ff8c533d664707650ad925887d4bb27e5ba40a59a20856729dedde34e263d8c3340912068f7a1c5822bb477aa88 +Size (async-2.6.4.gem) = 29184 bytes --_----------=_1693056008104410--