Received: by mail.netbsd.org (Postfix, from userid 605) id 7C14784DB5; Wed, 5 Feb 2020 14:42:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0584384DB1 for ; Wed, 5 Feb 2020 14:42:17 +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 XshRRbhHztJa for ; Wed, 5 Feb 2020 14:42:16 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 80F6084D3F for ; Wed, 5 Feb 2020 14:42:16 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7E538FBF4; Wed, 5 Feb 2020 14:42:16 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1580913736259450" MIME-Version: 1.0 Date: Wed, 5 Feb 2020 14:42:16 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-byebug To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20200205144216.7E538FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1580913736259450 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Wed Feb 5 14:42:16 UTC 2020 Modified Files: pkgsrc/devel/ruby-byebug: Makefile distinfo Log Message: devel/ruby-byebug: update to 11.1.1 Update ruby-byebug to 11.1.1. ## [11.1.1] - 2020-01-24 ### Fixed * [#635](https://github.com/deivid-rodriguez/byebug/pull/635): usage on Fedora 31 or any other `byebug` installation performed by a `rubygems` copy customized by setting `Gem.install_extension_in_lib` to false. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/ruby-byebug/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/ruby-byebug/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1580913736259450 Content-Disposition: inline Content-Length: 1581 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-byebug/Makefile diff -u pkgsrc/devel/ruby-byebug/Makefile:1.9 pkgsrc/devel/ruby-byebug/Makefile:1.10 --- pkgsrc/devel/ruby-byebug/Makefile:1.9 Mon Jan 20 15:31:33 2020 +++ pkgsrc/devel/ruby-byebug/Makefile Wed Feb 5 14:42:16 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.9 2020/01/20 15:31:33 taca Exp $ +# $NetBSD: Makefile,v 1.10 2020/02/05 14:42:16 taca Exp $ -DISTNAME= byebug-11.1.0 +DISTNAME= byebug-11.1.1 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-byebug/distinfo diff -u pkgsrc/devel/ruby-byebug/distinfo:1.8 pkgsrc/devel/ruby-byebug/distinfo:1.9 --- pkgsrc/devel/ruby-byebug/distinfo:1.8 Mon Jan 20 15:31:33 2020 +++ pkgsrc/devel/ruby-byebug/distinfo Wed Feb 5 14:42:16 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/01/20 15:31:33 taca Exp $ +$NetBSD: distinfo,v 1.9 2020/02/05 14:42:16 taca Exp $ -SHA1 (byebug-11.1.0.gem) = 270266f67063c39427ed0ddb5e8b9464bb113248 -RMD160 (byebug-11.1.0.gem) = 7300c4b73462c725af55aefac0e4a404b5cc2ac9 -SHA512 (byebug-11.1.0.gem) = f9dbf525c528b02544b77f80dd3bb6f2a04c939aee9f94439f46cf7fea7c3f4d7932fd3fa8a8dfb1c7b0cec0e1560cd2efd96cbf67a14dc847816375f5173707 -Size (byebug-11.1.0.gem) = 83968 bytes +SHA1 (byebug-11.1.1.gem) = 2bdb32a5e4b0550b2361100f8730466530ff1d10 +RMD160 (byebug-11.1.1.gem) = 28f4c5fb5fb1677c562cdaad5feab3a9a877b237 +SHA512 (byebug-11.1.1.gem) = f11bbe74752acde3b2842922397923445c53b46e5430b2cc9b061d7bec107a5e6171e68bda6d3cd99b6f92cad7208d6473842cb598c3033ee2be9e93980b20be +Size (byebug-11.1.1.gem) = 84480 bytes --_----------=_1580913736259450--