Received: by mail.netbsd.org (Postfix, from userid 605) id 85D1B84F1D; Sun, 5 Mar 2023 13:35:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B599984ECD for ; Sun, 5 Mar 2023 13:35:42 +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 D3LXuvAdDmXy for ; Sun, 5 Mar 2023 13:35:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 39AFA84EB2 for ; Sun, 5 Mar 2023 13:35:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33033FA90; Sun, 5 Mar 2023 13:35:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1678023342201090" MIME-Version: 1.0 Date: Sun, 5 Mar 2023 13:35:42 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-async To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230305133542.33033FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1678023342201090 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Mar 5 13:35:42 UTC 2023 Modified Files: pkgsrc/devel/ruby-async: Makefile distinfo Log Message: devel/ruby-async: update to 2.4.0 2.4.0 (2023-03-02) What's Changed * Allow assigning to semaphore limit. by @ioquatix in #215 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-async/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-async/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1678023342201090 Content-Disposition: inline Content-Length: 1465 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.5 pkgsrc/devel/ruby-async/Makefile:1.6 --- pkgsrc/devel/ruby-async/Makefile:1.5 Sat Jan 21 13:57:30 2023 +++ pkgsrc/devel/ruby-async/Makefile Sun Mar 5 13:35:42 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2023/01/21 13:57:30 taca Exp $ +# $NetBSD: Makefile,v 1.6 2023/03/05 13:35:42 taca Exp $ -DISTNAME= async-2.3.1 +DISTNAME= async-2.4.0 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-async/distinfo diff -u pkgsrc/devel/ruby-async/distinfo:1.3 pkgsrc/devel/ruby-async/distinfo:1.4 --- pkgsrc/devel/ruby-async/distinfo:1.3 Tue Jan 3 09:44:15 2023 +++ pkgsrc/devel/ruby-async/distinfo Sun Mar 5 13:35:42 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/01/03 09:44:15 taca Exp $ +$NetBSD: distinfo,v 1.4 2023/03/05 13:35:42 taca Exp $ -BLAKE2s (async-2.3.1.gem) = 255105c8412f0439e5079b320223333f9704add1f9ffda9f2e0a0ab710763fb6 -SHA512 (async-2.3.1.gem) = 299c02be3fda0e67e2b37a8cde045d08eb2d0dd1185e8878fabc37db963687132342d8fd878d5ab130c3c6575e06eebeec7914ae06b0640122606208a3ae9553 -Size (async-2.3.1.gem) = 24576 bytes +BLAKE2s (async-2.4.0.gem) = 13f9e16dda39a156294f6377a4bc67d004ae1c3bce59c638cef8917d8f9bae7d +SHA512 (async-2.4.0.gem) = b6322e14e64988b0d9d9371c5a4eca2a1bc971ad9c008e99db3b000c68707c2193c0c21724ac6ceba533f0de5a984d17c28e13312e30e1f960f783bfce17beff +Size (async-2.4.0.gem) = 25088 bytes --_----------=_1678023342201090--