pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/ruby-reline
Module Name: pkgsrc
Committed By: taca
Date: Thu Jan 2 05:26:02 UTC 2025
Modified Files:
pkgsrc/devel/ruby-reline: Makefile distinfo
Log Message:
devel/devel/ruby-reline: update to 0.6.0
pkgsrc change: restrict Ruby's version (not for Ruby 3.4).
0.6.0 (2024-12-16)
What's Changed
Bug Fixes
* Fix RELINE_TEST_ENCODING by @ima1zumi in #743
* Don't skip start_with check on encoding-incompatible candidates by @tompng
in #787
* Call user defined sigwinch and sigcont handler by @tompng in #788
* Fix line wrapped cursor position by @tompng in #791
* Undo and redo should restore indentation by @tompng in #793
Other Changes
* Fix tests failing when INPUTRC is defined by @pterjan in #789
* Implement buffered output to Reline::ANSI by @tompng in #790
* Merge key mapping with key bindings by @tompng in #715
* Refactor Reline::Unicode ed_ vi_ em_ methods by @tompng in #720
* Change quoted_insert and bracketed_paste to a single key input by @tompng
in #792
* Bump version to 0.6.0 by @ima1zumi in #795
New Contributors
* @pterjan made their first contribution in #789
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/ruby-reline/Makefile \
pkgsrc/devel/ruby-reline/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-reline/Makefile
diff -u pkgsrc/devel/ruby-reline/Makefile:1.2 pkgsrc/devel/ruby-reline/Makefile:1.3
--- pkgsrc/devel/ruby-reline/Makefile:1.2 Mon Dec 9 14:09:11 2024
+++ pkgsrc/devel/ruby-reline/Makefile Thu Jan 2 05:26:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.2 2024/12/09 14:09:11 taca Exp $
+# $NetBSD: Makefile,v 1.3 2025/01/02 05:26:02 taca Exp $
-DISTNAME= reline-0.5.12
+DISTNAME= reline-0.6.0
CATEGORIES= devel
MAINTAINER= wen%NetBSD.org@localhost
@@ -8,9 +8,10 @@ HOMEPAGE= https://rubygems.org/gems/reli
COMMENT= Alternative GNU Readline or Editline implementation by pure Ruby
LICENSE= 2-clause-bsd OR ruby-license
-DEPENDS+= ${RUBY_PKGPREFIX}-io-console>=0.5:../../devel/ruby-io-console
-
USE_LANGUAGES= # none
+# Ruby 3.4.1 has reline 0.6.0 gem.
+RUBY_VERSIONS_ACCEPTED= 31 32 33
+
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/ruby-reline/distinfo
diff -u pkgsrc/devel/ruby-reline/distinfo:1.2 pkgsrc/devel/ruby-reline/distinfo:1.3
--- pkgsrc/devel/ruby-reline/distinfo:1.2 Mon Dec 9 14:09:12 2024
+++ pkgsrc/devel/ruby-reline/distinfo Thu Jan 2 05:26:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2024/12/09 14:09:12 taca Exp $
+$NetBSD: distinfo,v 1.3 2025/01/02 05:26:02 taca Exp $
-BLAKE2s (reline-0.5.12.gem) = 45be28f4f7156f15154ab826370281e74667888598745e6d492c831bd95ec0fe
-SHA512 (reline-0.5.12.gem) = e67630ccd38a5afb5f03c49f2da721647fd6343e4a18b57ad07da3843305f9a19279a66f42bfd4545196413b34edf56d3e1f40101ccab6117929f618b61e66a9
-Size (reline-0.5.12.gem) = 52224 bytes
+BLAKE2s (reline-0.6.0.gem) = b22ba1f79a289b0133938afdc7c99ced7f370f7f5c1cdad2f44279649e0478a1
+SHA512 (reline-0.6.0.gem) = 5e4a9db7c9609aba586dfc29d992d7a3227a7eddb1b128d430905269009e7352c5683d62ebe8496d8b9ec7aafb38e8618958464ccbd497688612b19f5d2f8ac0
+Size (reline-0.6.0.gem) = 51712 bytes
Home |
Main Index |
Thread Index |
Old Index