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: Sat May 17 06:18:00 UTC 2025
Modified Files:
pkgsrc/devel/ruby-byebug: Makefile distinfo
Log Message:
devel/ruby-byebug: update to 12.0.0
12.0.0 (2025-03-25)
Changed
* #690: break without any arguments now sets a breakpoint on the current
line, just like gdb (@sergioro9).
Fixed
* #741: Small consistency issues in help messages.
* #743: untracevar command crashing when giving a non existent global
variable.
* #744: Another punctuation tweak in enable breakpoints help message.
* #736: Skip warning about $SAFE global variable on ruby 2.7 when listing
global variables.
Added
* #847 and #850: Support for MRI 3.1, 3.2, and 3.3 (@marshall-lee).
* #688: where command now receives an optional numeric argument <n> to print
the nth first frames (@sergioro9).
Removed
* Support for MRI 2.4, 2.5, 2.6, 2.7 and 3.0. Byebug no longer installs on
this platform.
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-byebug/Makefile \
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.12 pkgsrc/devel/ruby-byebug/Makefile:1.13
--- pkgsrc/devel/ruby-byebug/Makefile:1.12 Sun Jan 21 09:13:54 2024
+++ pkgsrc/devel/ruby-byebug/Makefile Sat May 17 06:18:00 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2024/01/21 09:13:54 taca Exp $
+# $NetBSD: Makefile,v 1.13 2025/05/17 06:18:00 taca Exp $
-DISTNAME= byebug-11.1.3
+DISTNAME= byebug-12.0.0
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,10 +10,7 @@ LICENSE= 2-clause-bsd
RUBYGEM_OPTIONS+= --format-executable
-.include "../../lang/ruby/rubyversion.mk"
-.if ${RUBY_VER} < 33
-DEPENDS+= ${RUBY_PKGPREFIX}-readline>=${RUBY_VERSION}:../../devel/ruby-readline
-.endif
+RUBY_VERSIONS_ACCEPTED= 31 32 33
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-byebug/distinfo
diff -u pkgsrc/devel/ruby-byebug/distinfo:1.12 pkgsrc/devel/ruby-byebug/distinfo:1.13
--- pkgsrc/devel/ruby-byebug/distinfo:1.12 Tue Oct 26 10:19:27 2021
+++ pkgsrc/devel/ruby-byebug/distinfo Sat May 17 06:18:00 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:19:27 nia Exp $
+$NetBSD: distinfo,v 1.13 2025/05/17 06:18:00 taca Exp $
-BLAKE2s (byebug-11.1.3.gem) = 2f389cc9857f03dc51f03437103988e879e8b94200d7278c86785bfd14ea873d
-SHA512 (byebug-11.1.3.gem) = a90787d005b8f235dfa42e668f2f4909d8c112788f603c31e04108d0065bf13573679a1d632404e563bfeee285eb09d2efa0b5a94cce7f40341c7e6665d371e8
-Size (byebug-11.1.3.gem) = 84480 bytes
+BLAKE2s (byebug-12.0.0.gem) = b9b9558684ba71b40d099e27477356941d1c12c230c1d4bf3f351db11bc5ce65
+SHA512 (byebug-12.0.0.gem) = e1edd7a628c98d4a28d5c3b8cb8b5a33ab57571d5495804ff20540844903069e043b1cd22664ac80e5fb6a2e89f06f10786e1c13ab88854d2ee06422d593e4af
+Size (byebug-12.0.0.gem) = 84992 bytes
Home |
Main Index |
Thread Index |
Old Index