Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id B9FA01A9217 for ; Sun, 10 Jan 2021 15:56:47 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C5BFC84D3D; Sun, 10 Jan 2021 15:56:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0C10B84CEC for ; Sun, 10 Jan 2021 15:56:46 +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 XvfQLrsrjPJO for ; Sun, 10 Jan 2021 15:56:45 +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 8583984CE8 for ; Sun, 10 Jan 2021 15:56:45 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78DC3FA9D; Sun, 10 Jan 2021 15:56:45 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161029420555270" MIME-Version: 1.0 Date: Sun, 10 Jan 2021 15:56:45 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-rbtree To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210110155645.78DC3FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161029420555270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 10 15:56:45 UTC 2021 Modified Files: pkgsrc/devel/ruby-rbtree: Makefile distinfo Log Message: devel/ruby-rbtree: update to 0.4.4 0.4.4 (2021-01-01) * Remove the rb_safe_level warning on Ruby 2.7. 0.4.3 (2021-01-01) * Quick bug fixes for Ruby 3. To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-rbtree/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-rbtree/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161029420555270 Content-Disposition: inline Content-Length: 1573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-rbtree/Makefile diff -u pkgsrc/devel/ruby-rbtree/Makefile:1.15 pkgsrc/devel/ruby-rbtree/Makefile:1.16 --- pkgsrc/devel/ruby-rbtree/Makefile:1.15 Fri Jun 2 04:16:35 2017 +++ pkgsrc/devel/ruby-rbtree/Makefile Sun Jan 10 15:56:45 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2017/06/02 04:16:35 taca Exp $ +# $NetBSD: Makefile,v 1.16 2021/01/10 15:56:45 taca Exp $ -DISTNAME= rbtree-0.4.2 +DISTNAME= rbtree-0.4.4 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-rbtree/distinfo diff -u pkgsrc/devel/ruby-rbtree/distinfo:1.8 pkgsrc/devel/ruby-rbtree/distinfo:1.9 --- pkgsrc/devel/ruby-rbtree/distinfo:1.8 Tue Nov 3 03:29:27 2015 +++ pkgsrc/devel/ruby-rbtree/distinfo Sun Jan 10 15:56:45 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2015/11/03 03:29:27 agc Exp $ +$NetBSD: distinfo,v 1.9 2021/01/10 15:56:45 taca Exp $ -SHA1 (rbtree-0.4.2.gem) = 64faf89d36b4564ee4af8ce72b18889204611d54 -RMD160 (rbtree-0.4.2.gem) = c886da1060ab6fd7ab24d912419032a63895f810 -SHA512 (rbtree-0.4.2.gem) = 84a6cb5567e319e5ee830afb0fe4f64697a2748099e2976e85a2998123f4fe4acdadb1ee9574178576ffc5e989e15c6ce033ebcb58e24fcec9662a3feee9eb20 -Size (rbtree-0.4.2.gem) = 30208 bytes +SHA1 (rbtree-0.4.4.gem) = b2330e1d2ac3eefe685c4d3ca619f0a843488e2d +RMD160 (rbtree-0.4.4.gem) = a1baf2b6f673b3661c0c71e615ebe994271ae65e +SHA512 (rbtree-0.4.4.gem) = 4cfdb6c0b98ea33baa82da4099d5ba25f1cb64825c183f9f881ed49e7ab7abcd8672d50ecf28b63b9f05b0e0452c12a7696bed4f130395d59c2e059cd61d8ba7 +Size (rbtree-0.4.4.gem) = 30208 bytes --_----------=_161029420555270--