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 Jan 17 15:49:26 UTC 2026

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

Log Message:
devel/ruby-byebug: update to 13.0.0

pkgsrc change: remove Ruby version restriction.

13.0.0 (2026-01-15)

Fixed

* #924: Use typed data APIs to fix Ruby 4.0 deprecation (@nobu).
* #876: Add explicit require of stringio (@pabloh).
* #909: Avoid loading readline at all to play nice with Ruby 4.0.
* #905: Make reline an explicit dependency to fix Ruby 3.4 warnings.
* #824: Improve startup by loading IRB lazily (@pocke).
* #848: Grammar fixes in GUIDE.md (@alexymik).
* #804: Fix typo in context.rb documentation (@ono-max).

Removed

* Support for MRI 3.1. Byebug no longer installs on this platform.


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-byebug/Makefile
cvs rdiff -u -r1.13 -r1.14 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.14 pkgsrc/devel/ruby-byebug/Makefile:1.15
--- pkgsrc/devel/ruby-byebug/Makefile:1.14      Tue May 27 16:05:33 2025
+++ pkgsrc/devel/ruby-byebug/Makefile   Sat Jan 17 15:49:26 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2025/05/27 16:05:33 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/01/17 15:49:26 taca Exp $
 
-DISTNAME=      byebug-12.0.0
+DISTNAME=      byebug-13.0.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,7 +10,5 @@ LICENSE=      2-clause-bsd
 
 RUBYGEM_OPTIONS+=      --format-executable
 
-RUBY_VERSIONS_ACCEPTED=        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.13 pkgsrc/devel/ruby-byebug/distinfo:1.14
--- pkgsrc/devel/ruby-byebug/distinfo:1.13      Sat May 17 06:18:00 2025
+++ pkgsrc/devel/ruby-byebug/distinfo   Sat Jan 17 15:49:26 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2025/05/17 06:18:00 taca Exp $
+$NetBSD: distinfo,v 1.14 2026/01/17 15:49:26 taca Exp $
 
-BLAKE2s (byebug-12.0.0.gem) = b9b9558684ba71b40d099e27477356941d1c12c230c1d4bf3f351db11bc5ce65
-SHA512 (byebug-12.0.0.gem) = e1edd7a628c98d4a28d5c3b8cb8b5a33ab57571d5495804ff20540844903069e043b1cd22664ac80e5fb6a2e89f06f10786e1c13ab88854d2ee06422d593e4af
-Size (byebug-12.0.0.gem) = 84992 bytes
+BLAKE2s (byebug-13.0.0.gem) = 666171314bcd11b1558ae85fa27c62d604a6ee7074a73b6754b4be9017f7f110
+SHA512 (byebug-13.0.0.gem) = 5aabc800401c55b8f9d428a7727f93bbcf1c4e6d7b26d9bbd21c5f4aca9470c4e2679a9e1a6d943b05929fad8adbdfa0c7e4a0aed4d768a0581cc7c7db027333
+Size (byebug-13.0.0.gem) = 85504 bytes



Home | Main Index | Thread Index | Old Index