Received: by mail.netbsd.org (Postfix, from userid 605) id 08A5684D27; Sun, 23 May 2021 08:19:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 41E9384D14 for ; Sun, 23 May 2021 08:19:32 +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 NOOPxfzBOvr4 for ; Sun, 23 May 2021 08:19:31 +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 B3D0E84CE2 for ; Sun, 23 May 2021 08:19:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id A701CFA95; Sun, 23 May 2021 08:19:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1621757971153750" MIME-Version: 1.0 Date: Sun, 23 May 2021 08:19:31 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-bindata To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210523081931.A701CFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1621757971153750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 23 08:19:31 UTC 2021 Modified Files: pkgsrc/devel/ruby-bindata: Makefile distinfo Log Message: devel/ruby-bindata: update to 2.4.10 2.4.10 (2021-05-18) * Improve speed of dynamic object creation. Reported by Charlie Ablett. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/ruby-bindata/Makefile \ pkgsrc/devel/ruby-bindata/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1621757971153750 Content-Disposition: inline Content-Length: 1588 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-bindata/Makefile diff -u pkgsrc/devel/ruby-bindata/Makefile:1.7 pkgsrc/devel/ruby-bindata/Makefile:1.8 --- pkgsrc/devel/ruby-bindata/Makefile:1.7 Tue May 4 07:47:22 2021 +++ pkgsrc/devel/ruby-bindata/Makefile Sun May 23 08:19:31 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2021/05/04 07:47:22 taca Exp $ +# $NetBSD: Makefile,v 1.8 2021/05/23 08:19:31 taca Exp $ -DISTNAME= bindata-2.4.9 +DISTNAME= bindata-2.4.10 CATEGORIES= devel MAINTAINER= minskim@NetBSD.org Index: pkgsrc/devel/ruby-bindata/distinfo diff -u pkgsrc/devel/ruby-bindata/distinfo:1.7 pkgsrc/devel/ruby-bindata/distinfo:1.8 --- pkgsrc/devel/ruby-bindata/distinfo:1.7 Tue May 4 07:47:22 2021 +++ pkgsrc/devel/ruby-bindata/distinfo Sun May 23 08:19:31 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2021/05/04 07:47:22 taca Exp $ +$NetBSD: distinfo,v 1.8 2021/05/23 08:19:31 taca Exp $ -SHA1 (bindata-2.4.9.gem) = 8526523f0b9e9ba2002252595679f3fc16598ee2 -RMD160 (bindata-2.4.9.gem) = 2ee3ced0608472ae251c62bb199620802588cc58 -SHA512 (bindata-2.4.9.gem) = 7d52841ee61250d8b57bb9ec00bee905610f343f7cc991448f35c116e82dc77bf60875aeeac252738f047371a40012414504d6c757fffc6bc384dd16bfa62375 -Size (bindata-2.4.9.gem) = 80384 bytes +SHA1 (bindata-2.4.10.gem) = 5848399c3ecc3049c47014ab08bd5e992f55d8c7 +RMD160 (bindata-2.4.10.gem) = d8b4c289da78fe257ba82f386865fc8ce490cee3 +SHA512 (bindata-2.4.10.gem) = 4f3fee967fd27e5f69bcf0126582191579ff36786f9841e31253de6d5de9de21c81b71e4efbdf5a9c5d8585a8404e2064bd378feae0a9a5cc9bd3664846ea423 +Size (bindata-2.4.10.gem) = 80384 bytes --_----------=_1621757971153750--