pkgsrc/devel/ruby-debug-base/patches/patch-ab
taca fa49aac929 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.
2010-12-04 03:52:25 +00:00

17 lines
459 B
Text

$NetBSD: patch-ab,v 1.2 2010/12/04 03:52:26 taca Exp $
- Avoid to install win32 binaries.
--- ../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/breakpoint.o
-- ext/win32/ruby_debug.o
-- ext/win32/ruby_debug.so
-- ext/win32/Makefile
- lib/ChangeLog
- lib/ruby-debug-base.rb
- test/base/base.rb