pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/ruby-byebug devel/ruby-byebug: update to 11.0.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/efa8169c46c5
branches:  trunk
changeset: 320004:efa8169c46c5
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Feb 25 14:44:50 2019 +0000

description:
devel/ruby-byebug: update to 11.0.0

## [11.0.0] - 2019-02-15

### Added

* [#377](https://github.com/deivid-rodriguez/byebug/pull/377): `skip` to continue until the next breakpoint as long as it is different from the current one. You can use this command to get out of 
loops, for example ([@tacnoman]).
* [#524](https://github.com/deivid-rodriguez/byebug/pull/524): `continue!` (or `continue unconditionally`) to continue until the end of the program regardless of the currently enabled breakpoints 
([@tacnoman]).

### Fixed

* [#527](https://github.com/deivid-rodriguez/byebug/pull/527): `break` help text to clarify placeholders from literals.
* [#528](https://github.com/deivid-rodriguez/byebug/pull/528): `quit!` help to not show a space between "quit" and "!".

### Removed

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

diffstat:

 devel/ruby-byebug/Makefile |   4 ++--
 devel/ruby-byebug/PLIST    |   3 ++-
 devel/ruby-byebug/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (44 lines):

diff -r af93cb39bed1 -r efa8169c46c5 devel/ruby-byebug/Makefile
--- a/devel/ruby-byebug/Makefile        Mon Feb 25 14:16:25 2019 +0000
+++ b/devel/ruby-byebug/Makefile        Mon Feb 25 14:44:50 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/05/05 15:39:27 taca Exp $
+# $NetBSD: Makefile,v 1.7 2019/02/25 14:44:50 taca Exp $
 
-DISTNAME=      byebug-10.0.2
+DISTNAME=      byebug-11.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
diff -r af93cb39bed1 -r efa8169c46c5 devel/ruby-byebug/PLIST
--- a/devel/ruby-byebug/PLIST   Mon Feb 25 14:16:25 2019 +0000
+++ b/devel/ruby-byebug/PLIST   Mon Feb 25 14:44:50 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/02/28 15:43:08 taca Exp $
+@comment $NetBSD: PLIST,v 1.4 2019/02/25 14:44:50 taca Exp $
 bin/byebug${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/byebug/byebug.${RUBY_DLEXT}
@@ -60,6 +60,7 @@
 ${GEM_LIBDIR}/lib/byebug/commands/save.rb
 ${GEM_LIBDIR}/lib/byebug/commands/set.rb
 ${GEM_LIBDIR}/lib/byebug/commands/show.rb
+${GEM_LIBDIR}/lib/byebug/commands/skip.rb
 ${GEM_LIBDIR}/lib/byebug/commands/source.rb
 ${GEM_LIBDIR}/lib/byebug/commands/step.rb
 ${GEM_LIBDIR}/lib/byebug/commands/thread.rb
diff -r af93cb39bed1 -r efa8169c46c5 devel/ruby-byebug/distinfo
--- a/devel/ruby-byebug/distinfo        Mon Feb 25 14:16:25 2019 +0000
+++ b/devel/ruby-byebug/distinfo        Mon Feb 25 14:44:50 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/05/05 15:39:27 taca Exp $
+$NetBSD: distinfo,v 1.6 2019/02/25 14:44:50 taca Exp $
 
-SHA1 (byebug-10.0.2.gem) = 69a763c9259124a7b585511496fcc1fdaf073854
-RMD160 (byebug-10.0.2.gem) = 74805499e324ac0288da1b76c83285d709a77aeb
-SHA512 (byebug-10.0.2.gem) = bcff94667fb9a8a97bab2a680e43b0aa9d112b39a92bc216f98a14e5f8153eae2af1eafb7da955bbc3bd78293802b5609631cac5f07fd2a8bd520430df311884
-Size (byebug-10.0.2.gem) = 81920 bytes
+SHA1 (byebug-11.0.0.gem) = 58409418aad4ab4b9e2750e175c3dffcd846344c
+RMD160 (byebug-11.0.0.gem) = a0dd542f31d939fd5502a2d64206b61e51bcec7e
+SHA512 (byebug-11.0.0.gem) = 25c6807fb4626985d0baec18953ec45ab6f64ce1092119090c144da6cfa4193b8fc58505b97ff0202f8089c2627a192c909189972f6257245ea6bac007914a4a
+Size (byebug-11.0.0.gem) = 83456 bytes



Home | Main Index | Thread Index | Old Index