diff options
author | taca <taca@pkgsrc.org> | 2010-12-04 03:52:25 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-12-04 03:52:25 +0000 |
commit | fa49aac92979078c86423071f75ee727f68e821b (patch) | |
tree | ac6d3c0bec77f73b4f80d6efe6f55d16de278083 | |
parent | 2dc001a476d1389e6815a54eae9f705b23553bc4 (diff) | |
download | pkgsrc-fa49aac92979078c86423071f75ee727f68e821b.tar.gz |
Update ruby-debug-base to 0.10.4.
0.10.4
10/27/10
- Various bug fixes:
* reload command.
* plain 'info' command
* improve list and list - (backwards) handling when hitting end of file
- Add ability to specify port to debug on
- Allow breakpoints at class methods
- "quit!" is same as "quit unconditionally"
- irb improvements: Access to non-executing rdebug commands inside irb via
"dbgr" method
- Go over documentation including that created by rdoc.
- For emacs package: add README, INSTALL, AUTHORS.
-rw-r--r-- | devel/ruby-debug-base/Makefile | 4 | ||||
-rw-r--r-- | devel/ruby-debug-base/PLIST | 4 | ||||
-rw-r--r-- | devel/ruby-debug-base/distinfo | 10 | ||||
-rw-r--r-- | devel/ruby-debug-base/patches/patch-ab | 16 |
4 files changed, 18 insertions, 16 deletions
diff --git a/devel/ruby-debug-base/Makefile b/devel/ruby-debug-base/Makefile index 9a4e3ba9f87..36fac5a302d 100644 --- a/devel/ruby-debug-base/Makefile +++ b/devel/ruby-debug-base/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2010/09/10 05:17:36 taca Exp $ +# $NetBSD: Makefile,v 1.6 2010/12/04 03:52:25 taca Exp $ -DISTNAME= ruby-debug-base-0.10.3 +DISTNAME= ruby-debug-base-0.10.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/ruby-//} CATEGORIES= devel diff --git a/devel/ruby-debug-base/PLIST b/devel/ruby-debug-base/PLIST index 22479b95ef4..8a947700bcd 100644 --- a/devel/ruby-debug-base/PLIST +++ b/devel/ruby-debug-base/PLIST @@ -1,10 +1,11 @@ -@comment $NetBSD: PLIST,v 1.4 2010/09/10 05:17:36 taca Exp $ +@comment $NetBSD: PLIST,v 1.5 2010/12/04 03:52:26 taca Exp $ ${GEM_HOME}/cache/${GEM_NAME}.gem ${GEM_LIBDIR}/AUTHORS ${GEM_LIBDIR}/CHANGES ${GEM_LIBDIR}/LICENSE ${GEM_LIBDIR}/README ${GEM_LIBDIR}/Rakefile +${GEM_LIBDIR}/VERSION ${GEM_LIBDIR}/ext/breakpoint.c ${GEM_LIBDIR}/ext/extconf.rb ${GEM_LIBDIR}/ext/ruby_debug.c @@ -15,4 +16,5 @@ ${GEM_LIBDIR}/lib/ruby_debug.${RUBY_DLEXT} ${GEM_LIBDIR}/test/base/base.rb ${GEM_LIBDIR}/test/base/binding.rb ${GEM_LIBDIR}/test/base/catchpoint.rb +${GEM_LIBDIR}/test/base/reload_bug.rb ${GEM_HOME}/specifications/${GEM_NAME}.gemspec diff --git a/devel/ruby-debug-base/distinfo b/devel/ruby-debug-base/distinfo index 18caa5bed78..c8abd7047a5 100644 --- a/devel/ruby-debug-base/distinfo +++ b/devel/ruby-debug-base/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.4 2010/09/10 05:17:36 taca Exp $ +$NetBSD: distinfo,v 1.5 2010/12/04 03:52:26 taca Exp $ -SHA1 (ruby-debug-base-0.10.3.gem) = aa6824781e6e6ebf39c4d255295ec1de76c998e9 -RMD160 (ruby-debug-base-0.10.3.gem) = eb089aae2604de51905850e73ec6408ad9112a9c -Size (ruby-debug-base-0.10.3.gem) = 301568 bytes -SHA1 (patch-ab) = ceb0d8bc3cb7e01b6d0d0edb3e1d6bf66cf04b00 +SHA1 (ruby-debug-base-0.10.4.gem) = cb27b2a2de005082387076e50b82ba47a83529b8 +RMD160 (ruby-debug-base-0.10.4.gem) = 4b13f251405698f482440c8be538a036c6d15711 +Size (ruby-debug-base-0.10.4.gem) = 115200 bytes +SHA1 (patch-ab) = 2ddffc8d8288bad95e022888340e8a7bfe1c73db diff --git a/devel/ruby-debug-base/patches/patch-ab b/devel/ruby-debug-base/patches/patch-ab index 3e1dc3e953f..92efa9265a1 100644 --- a/devel/ruby-debug-base/patches/patch-ab +++ b/devel/ruby-debug-base/patches/patch-ab @@ -1,17 +1,17 @@ -$NetBSD: patch-ab,v 1.1 2010/09/10 05:17:37 taca Exp $ +$NetBSD: patch-ab,v 1.2 2010/12/04 03:52:26 taca Exp $ -Avoid to install win32 binaries. +- Avoid to install win32 binaries. ---- ../ruby-debug-base-0.10.3.gemspec.orig 2010-09-07 01:50:41.000000000 +0000 -+++ ../ruby-debug-base-0.10.3.gemspec -@@ -40,10 +40,6 @@ files: +--- ../ruby-debug-base-0.10.4.gemspec.orig 2010-12-01 01:31:41.000000000 +0000 ++++ ../ruby-debug-base-0.10.4.gemspec +@@ -47,10 +47,6 @@ files: - ext/extconf.rb - ext/ruby_debug.c - ext/ruby_debug.h --- ext/win32/Makefile --- ext/win32/ruby_debug.o -- ext/win32/breakpoint.o +-- ext/win32/ruby_debug.o -- ext/win32/ruby_debug.so - - lib/ruby-debug-base.rb +-- ext/win32/Makefile - lib/ChangeLog + - lib/ruby-debug-base.rb - test/base/base.rb |