Mon Jan 20 15:31:33 2020 UTC ()
devel/ruby-byebug: update to 11.1.0

Update ruby-byebug to 11.1.0.

## [11.1.0] - 2020-01-20

### Added

* Official support for MRI 2.7 ([@yui-knk]).

### Fixed

* [#562](https://github.com/deivid-rodriguez/byebug/pull/562): post mortem mode landing in the wrong line when coming from an exception inside a `Kernel.load` call.

### Removed

* Support for MRI 2.3. Byebug no longer installs on this platform.


(taca)
diff -r1.8 -r1.9 pkgsrc/devel/ruby-byebug/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/ruby-byebug/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/ruby-byebug/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-byebug/Makefile 2019/05/06 05:20:26 1.8
+++ pkgsrc/devel/ruby-byebug/Makefile 2020/01/20 15:31:33 1.9
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.8 2019/05/06 05:20:26 taca Exp $ 1# $NetBSD: Makefile,v 1.9 2020/01/20 15:31:33 taca Exp $
2 2
3DISTNAME= byebug-11.0.1 3DISTNAME= byebug-11.1.0
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/deivid-rodriguez/byebug 7HOMEPAGE= https://github.com/deivid-rodriguez/byebug
8COMMENT= Ruby 2.0 fast debugger - base + CLI 8COMMENT= Ruby 2.0 fast debugger - base + CLI
9LICENSE= 2-clause-bsd 9LICENSE= 2-clause-bsd
10 10
11DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline 11DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION_FULL}:../../devel/ruby-readline
12 12
13RUBYGEM_OPTIONS+= --format-executable 13RUBYGEM_OPTIONS+= --format-executable
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/ruby-byebug/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-byebug/distinfo 2019/05/06 05:20:26 1.7
+++ pkgsrc/devel/ruby-byebug/distinfo 2020/01/20 15:31:33 1.8
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.7 2019/05/06 05:20:26 taca Exp $ 1$NetBSD: distinfo,v 1.8 2020/01/20 15:31:33 taca Exp $
2 2
3SHA1 (byebug-11.0.1.gem) = 43e25a2b5cfd83de3c66e3098a2ecc278c99fd1c 3SHA1 (byebug-11.1.0.gem) = 270266f67063c39427ed0ddb5e8b9464bb113248
4RMD160 (byebug-11.0.1.gem) = f1edcaf73a604856039e9574f710d985d7eb40ea 4RMD160 (byebug-11.1.0.gem) = 7300c4b73462c725af55aefac0e4a404b5cc2ac9
5SHA512 (byebug-11.0.1.gem) = e17d2cbc99b1aa2055e44dbd247cafef4976afc13753d828b07dcc217a59ce585610aa09d3e01e3c9a2a9e16d046d7a771608c20cf9367ee5c54ce374fb1042a 5SHA512 (byebug-11.1.0.gem) = f9dbf525c528b02544b77f80dd3bb6f2a04c939aee9f94439f46cf7fea7c3f4d7932fd3fa8a8dfb1c7b0cec0e1560cd2efd96cbf67a14dc847816375f5173707
6Size (byebug-11.0.1.gem) = 83968 bytes 6Size (byebug-11.1.0.gem) = 83968 bytes