Skip to content

Commit b601457

Browse files
author
taca
committed
devel/ruby-curses: update to 1.6.0
1.5.4 (2026-03-01) What's Changed * Update Ruby versions to 3.4 by @shugo in NetBSD#119 * Specify need to install rubygems-server by @nateberkopec in #112 * Rename screendata.stdscr to stdscr_value to avoid a conflict on Cygwin by @shugo in NetBSD#120 * Fix assignment by @wtn in NetBSD#122 New Contributors * @nateberkopec made their first contribution in #112 * @wtn made their first contribution in NetBSD#122 1.6.0 (2026-03-06) What's Changed * Support ncurses extended colors API by @shugo in NetBSD#130 * Add Window#attr_set and Window#attr_get by @shugo in NetBSD#131 * Do not use wattr_set() if wattr_get() is unavailable by @shugo in NetBSD#132 * Do not use rb_f_notimplement for attr_set/attr_get by @shugo in NetBSD#133
1 parent 1c4aeb2 commit b601457

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

devel/ruby-curses/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# $NetBSD: Makefile,v 1.39 2025/06/14 14:19:02 taca Exp $
1+
# $NetBSD: Makefile,v 1.40 2026/03/07 13:11:39 taca Exp $
22
#
33

4-
DISTNAME= curses-1.5.3
4+
DISTNAME= curses-1.6.0
55
CATEGORIES= devel
66

77
MAINTAINER= pkgsrc-users@NetBSD.org

devel/ruby-curses/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
@comment $NetBSD: PLIST,v 1.15 2025/06/14 14:19:02 taca Exp $
1+
@comment $NetBSD: PLIST,v 1.16 2026/03/07 13:11:39 taca Exp $
22
${GEM_HOME}/cache/${GEM_NAME}.gem
33
${GEM_EXTSDIR}/curses.${RUBY_DLEXT}
44
${GEM_EXTSDIR}/gem.build_complete
55
${GEM_LIBDIR}/.github/dependabot.yml
6+
${GEM_LIBDIR}/.github/release.yml
67
${GEM_LIBDIR}/.github/workflows/gh-pages.yml
78
${GEM_LIBDIR}/.github/workflows/macos.yml
89
${GEM_LIBDIR}/.github/workflows/push_gem.yml

devel/ruby-curses/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
$NetBSD: distinfo,v 1.40 2025/06/14 14:19:02 taca Exp $
1+
$NetBSD: distinfo,v 1.41 2026/03/07 13:11:39 taca Exp $
22

3-
BLAKE2s (curses-1.5.3.gem) = 1e84a76eb89ad9216a30c943d5725e95c15c5a19efc4fbea838b0c32d08aeb7b
4-
SHA512 (curses-1.5.3.gem) = 66e027379add33c46fafc1a6fccf3c54137ae7c9767fea3c562466dc7f99a7da220f19760fa2f3bade13ec0d57c12f05a2fb7c47c5128c981f78567aa14c2783
5-
Size (curses-1.5.3.gem) = 527360 bytes
3+
BLAKE2s (curses-1.6.0.gem) = 4724eba07af8f67e99495a820282261cce7c9a7f6ed7f81da69b5929c66e0a20
4+
SHA512 (curses-1.6.0.gem) = 12bdf7df600509ea1584b886b9b43430fd8cacf05352bee60a14952715499b7dc9abf2963a299ac18765be77670b9e698101f78dc2e49827cefd2d584aad643e
5+
Size (curses-1.6.0.gem) = 528896 bytes

0 commit comments

Comments
 (0)