pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/ruby-byebug



Module Name:    pkgsrc
Committed By:   taca
Date:           Mon Feb 25 14:44:50 UTC 2019

Modified Files:
        pkgsrc/devel/ruby-byebug: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/ruby-byebug/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-byebug/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/ruby-byebug/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/ruby-byebug/Makefile
diff -u pkgsrc/devel/ruby-byebug/Makefile:1.6 pkgsrc/devel/ruby-byebug/Makefile:1.7
--- pkgsrc/devel/ruby-byebug/Makefile:1.6       Sat May  5 15:39:27 2018
+++ pkgsrc/devel/ruby-byebug/Makefile   Mon Feb 25 14:44:50 2019
@@ -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

Index: pkgsrc/devel/ruby-byebug/PLIST
diff -u pkgsrc/devel/ruby-byebug/PLIST:1.3 pkgsrc/devel/ruby-byebug/PLIST:1.4
--- pkgsrc/devel/ruby-byebug/PLIST:1.3  Wed Feb 28 15:43:08 2018
+++ pkgsrc/devel/ruby-byebug/PLIST      Mon Feb 25 14:44:50 2019
@@ -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/restar
 ${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

Index: pkgsrc/devel/ruby-byebug/distinfo
diff -u pkgsrc/devel/ruby-byebug/distinfo:1.5 pkgsrc/devel/ruby-byebug/distinfo:1.6
--- pkgsrc/devel/ruby-byebug/distinfo:1.5       Sat May  5 15:39:27 2018
+++ pkgsrc/devel/ruby-byebug/distinfo   Mon Feb 25 14:44:50 2019
@@ -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