pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-irb
Module Name: pkgsrc
Committed By: taca
Date: Sun Feb 9 09:06:46 UTC 2025
Modified Files:
pkgsrc/devel/ruby-irb: Makefile PLIST distinfo
Log Message:
devel/ruby-irb: update to 1.15.1
1.15.0 (2025-01-21)
What's Changed
Enhancements
* Add ri as an alias to the show_doc command by @st0012 in #1054
* Add copy command by @Prajjwal in #1044
* Show a quick preview of inspect result before pager launch by @tompng in
#1040
Bug Fixes
* Fix broken history command with -g by @sanfrecce-osaka in #1057
* Gracefully handle incorrect command aliases by @st0012 in #1059
* Print more actionable message when the exception may be an IRB bug by
@st0012 in #1061
* IRB.conf[:SAVE_HISTORY] should handle boolean values by @st0012 in #1062
* Colorize backref token bold green like global variables by @tompng in
#1065
Documentation
* Restructure IRB's documentation by @st0012 in #1053
* Use the documentation site as the source of truth by @st0012 in #1055
* Extract contributing guideline into a CONTRIBUTING.md by @st0012 in #1056
* [DOC] Remove unnecessary escape from completor class names by @st0012 in
#1063
* [DOC] Update documentation about the new copy command by @st0012 in #1067
* [DOC] Exclude the word IRB from RDoc's autolinking by @st0012 in #1068
Other Changes
* Simplify vterm-yamatanooroti's steps by @st0012 in #1060
* Drop ColorPrinter's workaround for BasicObject by @st0012 in #1051
* Group private methods together in IRB::Context by @st0012 in #1064
* Bump version to v1.15.0 by @st0012 in #1066
New Contributors
* @sanfrecce-osaka made their first contribution in #1057
* @Prajjwal made their first contribution in #1044
1.15.1 (2025-01-22)
What's Changed
Bug Fixes
* Fix pager preview with escape sequence and newlines by @tompng in #1069
Other Changes
* Bump version to 1.15.1 by @tompng in #1070
To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/ruby-irb/Makefile \
pkgsrc/devel/ruby-irb/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/ruby-irb/PLIST
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-irb/Makefile
diff -u pkgsrc/devel/ruby-irb/Makefile:1.3 pkgsrc/devel/ruby-irb/Makefile:1.4
--- pkgsrc/devel/ruby-irb/Makefile:1.3 Thu Jan 2 05:21:12 2025
+++ pkgsrc/devel/ruby-irb/Makefile Sun Feb 9 09:06:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2025/01/02 05:21:12 taca Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/09 09:06:46 taca Exp $
-DISTNAME= irb-1.14.3
+DISTNAME= irb-1.15.1
CATEGORIES= devel
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
@@ -10,9 +10,6 @@ LICENSE= 2-clause-bsd OR ruby-license
USE_LANGUAGES= # none
-# Ruby 3.4.1 has irb 1.14.3 gem.
-RUBY_VERSIONS_ACCEPTED= 31 32 33
-
RUBYGEM_MANPAGES= yes
RUBYGEM_OPTIONS+= --format-executable
Index: pkgsrc/devel/ruby-irb/distinfo
diff -u pkgsrc/devel/ruby-irb/distinfo:1.3 pkgsrc/devel/ruby-irb/distinfo:1.4
--- pkgsrc/devel/ruby-irb/distinfo:1.3 Thu Jan 2 05:21:12 2025
+++ pkgsrc/devel/ruby-irb/distinfo Sun Feb 9 09:06:46 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2025/01/02 05:21:12 taca Exp $
+$NetBSD: distinfo,v 1.4 2025/02/09 09:06:46 taca Exp $
-BLAKE2s (irb-1.14.3.gem) = b5fdcca564961e7d6158a9853b0680c305250f8fc80445cc1721ee71b5a648a8
-SHA512 (irb-1.14.3.gem) = 4fb744d7816312ff7587c3e91e357a5b1c142d3084303a4f17dcc444a1018388d3f91183a1d01af484150ac58142f5a0adf5ae648e72d5c447404cf1f2446919
-Size (irb-1.14.3.gem) = 97792 bytes
+BLAKE2s (irb-1.15.1.gem) = 0fdd9e581c77e8d75d257c9e55a05c79fdf44f06e66bfe2ea5fee9c28e7cfa9b
+SHA512 (irb-1.15.1.gem) = 27a08ba0fa211fabb67ca43057c74d5b6b5244ce1132e10ade0708f0cd1f15ad50154fa9178f3dc25fd456ca43a083c6f00be0193b8fae8875f50a0333806723
+Size (irb-1.15.1.gem) = 88576 bytes
Index: pkgsrc/devel/ruby-irb/PLIST
diff -u pkgsrc/devel/ruby-irb/PLIST:1.1 pkgsrc/devel/ruby-irb/PLIST:1.2
--- pkgsrc/devel/ruby-irb/PLIST:1.1 Sun Dec 8 16:44:44 2024
+++ pkgsrc/devel/ruby-irb/PLIST Sun Feb 9 09:06:46 2025
@@ -1,7 +1,6 @@
-@comment $NetBSD: PLIST,v 1.1 2024/12/08 16:44:44 taca Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/02/09 09:06:46 taca Exp $
bin/irb-${PKGVERSION_NOREV}-${RUBY_SUFFIX}
${GEM_HOME}/cache/${GEM_NAME}.gem
-${GEM_LIBDIR}/.document
${GEM_LIBDIR}/Gemfile
${GEM_LIBDIR}/LICENSE.txt
${GEM_LIBDIR}/README.md
@@ -25,6 +24,7 @@ ${GEM_LIBDIR}/lib/irb/command/cd.rb
${GEM_LIBDIR}/lib/irb/command/chws.rb
${GEM_LIBDIR}/lib/irb/command/context.rb
${GEM_LIBDIR}/lib/irb/command/continue.rb
+${GEM_LIBDIR}/lib/irb/command/copy.rb
${GEM_LIBDIR}/lib/irb/command/debug.rb
${GEM_LIBDIR}/lib/irb/command/delete.rb
${GEM_LIBDIR}/lib/irb/command/disable_irb.rb
Home |
Main Index |
Thread Index |
Old Index