pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/ruby-debug-base Update ruby-debug-base to 0.10.4.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5e025fe10e83
branches: trunk
changeset: 583044:5e025fe10e83
user: taca <taca%pkgsrc.org@localhost>
date: Sat Dec 04 03:52:25 2010 +0000
description:
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.
diffstat:
devel/ruby-debug-base/Makefile | 4 ++--
devel/ruby-debug-base/PLIST | 4 +++-
devel/ruby-debug-base/distinfo | 10 +++++-----
devel/ruby-debug-base/patches/patch-ab | 16 ++++++++--------
4 files changed, 18 insertions(+), 16 deletions(-)
diffs (78 lines):
diff -r b3aa686e5ef4 -r 5e025fe10e83 devel/ruby-debug-base/Makefile
--- a/devel/ruby-debug-base/Makefile Sat Dec 04 03:50:20 2010 +0000
+++ b/devel/ruby-debug-base/Makefile Sat Dec 04 03:52:25 2010 +0000
@@ -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 -r b3aa686e5ef4 -r 5e025fe10e83 devel/ruby-debug-base/PLIST
--- a/devel/ruby-debug-base/PLIST Sat Dec 04 03:50:20 2010 +0000
+++ b/devel/ruby-debug-base/PLIST Sat Dec 04 03:52:25 2010 +0000
@@ -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}/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 -r b3aa686e5ef4 -r 5e025fe10e83 devel/ruby-debug-base/distinfo
--- a/devel/ruby-debug-base/distinfo Sat Dec 04 03:50:20 2010 +0000
+++ b/devel/ruby-debug-base/distinfo Sat Dec 04 03:52:25 2010 +0000
@@ -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 -r b3aa686e5ef4 -r 5e025fe10e83 devel/ruby-debug-base/patches/patch-ab
--- a/devel/ruby-debug-base/patches/patch-ab Sat Dec 04 03:50:20 2010 +0000
+++ b/devel/ruby-debug-base/patches/patch-ab Sat Dec 04 03:52:25 2010 +0000
@@ -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/breakpoint.o
-- ext/win32/ruby_debug.o
--- ext/win32/breakpoint.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
Home |
Main Index |
Thread Index |
Old Index