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:           Thu Aug 31 15:15:14 UTC 2017

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

Log Message:
Update ruby-byebug to 9.1.0.

## 9.1.0 - 2016-08-22

### Added

* Better UI messages for breakpoint management.

### Fixed

* `where` command failing on instance_exec block stack frames.
* `restart` command crashing in certain cases because of a missing `require 'English'` (#321, @akaneko3).
* `restart` command crashing when debugged script is not executable or has no shebang (#321, @akaneko3).

### Removed

* Ruby 2.0 and Ruby 2.1 official & unofficial support. Byebug no longer installs
  on these platforms.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-byebug/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-byebug/PLIST \
    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.2 pkgsrc/devel/ruby-byebug/Makefile:1.3
--- pkgsrc/devel/ruby-byebug/Makefile:1.2       Sun Jul 30 22:32:17 2017
+++ pkgsrc/devel/ruby-byebug/Makefile   Thu Aug 31 15:15:13 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2017/07/30 22:32:17 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2017/08/31 15:15:13 taca Exp $
 
-DISTNAME=      byebug-9.0.6
+DISTNAME=      byebug-9.1.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-byebug/PLIST
diff -u pkgsrc/devel/ruby-byebug/PLIST:1.1 pkgsrc/devel/ruby-byebug/PLIST:1.2
--- pkgsrc/devel/ruby-byebug/PLIST:1.1  Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/PLIST      Thu Aug 31 15:15:13 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/13 14:36:27 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/08/31 15:15:13 taca Exp $
 bin/byebug${RUBY_SUFFIX}
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/byebug/byebug.${RUBY_DLEXT}
@@ -84,6 +84,7 @@ ${GEM_LIBDIR}/lib/byebug/context.rb
 ${GEM_LIBDIR}/lib/byebug/core.rb
 ${GEM_LIBDIR}/lib/byebug/errors.rb
 ${GEM_LIBDIR}/lib/byebug/frame.rb
+${GEM_LIBDIR}/lib/byebug/helpers/bin.rb
 ${GEM_LIBDIR}/lib/byebug/helpers/eval.rb
 ${GEM_LIBDIR}/lib/byebug/helpers/file.rb
 ${GEM_LIBDIR}/lib/byebug/helpers/frame.rb
Index: pkgsrc/devel/ruby-byebug/distinfo
diff -u pkgsrc/devel/ruby-byebug/distinfo:1.1 pkgsrc/devel/ruby-byebug/distinfo:1.2
--- pkgsrc/devel/ruby-byebug/distinfo:1.1       Thu Jul 13 14:36:27 2017
+++ pkgsrc/devel/ruby-byebug/distinfo   Thu Aug 31 15:15:13 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/13 14:36:27 taca Exp $
+$NetBSD: distinfo,v 1.2 2017/08/31 15:15:13 taca Exp $
 
-SHA1 (byebug-9.0.6.gem) = cfdfd310b03f667d652e773e31f9133e564d752a
-RMD160 (byebug-9.0.6.gem) = a11e4779bfb6e58ade4467f6ea8731f204482e4c
-SHA512 (byebug-9.0.6.gem) = 52c9f0e9b703d79db2693aa1196a13764361714b0fbf9f57f120e1c64a97d5af756d5b2253aad23b2ab100284513b1edcff322ae5ab47eeab9faedaa3a0e3feb
-Size (byebug-9.0.6.gem) = 79360 bytes
+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



Home | Main Index | Thread Index | Old Index