Skip to content

Commit

Permalink
devel/ruby-byebug: update to 10.0.0
Browse files Browse the repository at this point in the history
10.0.0 - 2018-01-26

Changed

* Breaking on methods now stops on the first effective line of a method, not
  on the line containing the def keyword.

Added

* Show valid breakpoint locations when invalid location given (#393, @ko1).
* Ruby 2.5.0 support (#397, @yui-knk).
* Log host & port when launching byebug's client in remote mode.
* Some love & tests to remote debugging (#82).
* remote_byebug shortcut to start the most common case for remote debugging
  (#141).

Fixed

* Properly ignore ruby fullpath executable when passed to byebug script
  (#419).
* Remote server crash when interrupting client (#141, #274).
* Control server thread being able to interrupt main thread only a single
  time. (#239).
  • Loading branch information
taca committed Feb 28, 2018
1 parent 0cd02c2 commit a0480f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions devel/ruby-byebug/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.3 2017/08/31 15:15:13 taca Exp $
# $NetBSD: Makefile,v 1.4 2018/02/28 15:43:08 taca Exp $

DISTNAME= byebug-9.1.0
DISTNAME= byebug-10.0.0
CATEGORIES= devel

MAINTAINER= pkgsrc-users@NetBSD.org
Expand Down
7 changes: 5 additions & 2 deletions devel/ruby-byebug/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2017/08/31 15:15:13 taca Exp $
@comment $NetBSD: PLIST,v 1.3 2018/02/28 15:43:08 taca Exp $
bin/byebug${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
${GEM_EXTSDIR}/byebug/byebug.${RUBY_DLEXT}
Expand All @@ -8,7 +8,7 @@ ${GEM_LIBDIR}/CONTRIBUTING.md
${GEM_LIBDIR}/GUIDE.md
${GEM_LIBDIR}/LICENSE
${GEM_LIBDIR}/README.md
${GEM_LIBDIR}/bin/byebug
${GEM_LIBDIR}/exe/byebug
${GEM_LIBDIR}/ext/byebug/breakpoint.c
${GEM_LIBDIR}/ext/byebug/byebug.c
${GEM_LIBDIR}/ext/byebug/byebug.h
Expand Down Expand Up @@ -111,6 +111,8 @@ ${GEM_LIBDIR}/lib/byebug/processors/control_processor.rb
${GEM_LIBDIR}/lib/byebug/processors/post_mortem_processor.rb
${GEM_LIBDIR}/lib/byebug/processors/script_processor.rb
${GEM_LIBDIR}/lib/byebug/remote.rb
${GEM_LIBDIR}/lib/byebug/remote/client.rb
${GEM_LIBDIR}/lib/byebug/remote/server.rb
${GEM_LIBDIR}/lib/byebug/runner.rb
${GEM_LIBDIR}/lib/byebug/setting.rb
${GEM_LIBDIR}/lib/byebug/settings/autoirb.rb
Expand All @@ -128,6 +130,7 @@ ${GEM_LIBDIR}/lib/byebug/settings/post_mortem.rb
${GEM_LIBDIR}/lib/byebug/settings/savefile.rb
${GEM_LIBDIR}/lib/byebug/settings/stack_on_error.rb
${GEM_LIBDIR}/lib/byebug/settings/width.rb
${GEM_LIBDIR}/lib/byebug/source_file_formatter.rb
${GEM_LIBDIR}/lib/byebug/subcommands.rb
${GEM_LIBDIR}/lib/byebug/version.rb
${GEM_HOME}/specifications/${GEM_NAME}.gemspec
10 changes: 5 additions & 5 deletions devel/ruby-byebug/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.2 2017/08/31 15:15:13 taca Exp $
$NetBSD: distinfo,v 1.3 2018/02/28 15:43:08 taca Exp $

SHA1 (byebug-9.1.0.gem) = b3d5197083841ac377e9a9cc526b89c3a4e7f72d
RMD160 (byebug-9.1.0.gem) = 1620c0e72ac63172d03feda830c1debffb458c4c
SHA512 (byebug-9.1.0.gem) = 45accfe0ea5e7c004dcba9796557f9efa06591eba5b306f8454dfc44d8c610f4b817e2f8837247c9fad971700b6b7eb6d4f63a5ff63d17491cdc0d5040e2ec4b
Size (byebug-9.1.0.gem) = 79872 bytes
SHA1 (byebug-10.0.0.gem) = ac7234725b9def6e03b9ab051118ba0232542f23
RMD160 (byebug-10.0.0.gem) = d6e45e1732f32ecc9535f68c8dde1311b874c948
SHA512 (byebug-10.0.0.gem) = 3cdf8cdd449669661ac3540b10ee3101e7f3c0d6efc39d61a048b560976eba1c8ab8a15f50355c5738c5c268b17eed87d5efeb95632c3b557e820ad79c090e5a
Size (byebug-10.0.0.gem) = 81920 bytes

0 comments on commit a0480f9

Please sign in to comment.