pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/ruby-curses



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Mar  7 13:11:39 UTC 2026

Modified Files:
        pkgsrc/devel/ruby-curses: Makefile PLIST distinfo

Log Message:
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 #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 #120
* Fix assignment by @wtn in #122

New Contributors

* @nateberkopec made their first contribution in #112
* @wtn made their first contribution in #122

1.6.0 (2026-03-06)

What's Changed

* Support ncurses extended colors API by @shugo in #130
* Add Window#attr_set and Window#attr_get by @shugo in #131
* Do not use wattr_set() if wattr_get() is unavailable by @shugo in #132
* Do not use rb_f_notimplement for attr_set/attr_get by @shugo in #133


To generate a diff of this commit:
cvs rdiff -u -r1.39 -r1.40 pkgsrc/devel/ruby-curses/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-curses/PLIST
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/ruby-curses/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-curses/Makefile
diff -u pkgsrc/devel/ruby-curses/Makefile:1.39 pkgsrc/devel/ruby-curses/Makefile:1.40
--- pkgsrc/devel/ruby-curses/Makefile:1.39      Sat Jun 14 14:19:02 2025
+++ pkgsrc/devel/ruby-curses/Makefile   Sat Mar  7 13:11:39 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.39 2025/06/14 14:19:02 taca Exp $
+# $NetBSD: Makefile,v 1.40 2026/03/07 13:11:39 taca Exp $
 #
 
-DISTNAME=      curses-1.5.3
+DISTNAME=      curses-1.6.0
 CATEGORIES=    devel
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/devel/ruby-curses/PLIST
diff -u pkgsrc/devel/ruby-curses/PLIST:1.15 pkgsrc/devel/ruby-curses/PLIST:1.16
--- pkgsrc/devel/ruby-curses/PLIST:1.15 Sat Jun 14 14:19:02 2025
+++ pkgsrc/devel/ruby-curses/PLIST      Sat Mar  7 13:11:39 2026
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.15 2025/06/14 14:19:02 taca Exp $
+@comment $NetBSD: PLIST,v 1.16 2026/03/07 13:11:39 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_EXTSDIR}/curses.${RUBY_DLEXT}
 ${GEM_EXTSDIR}/gem.build_complete
 ${GEM_LIBDIR}/.github/dependabot.yml
+${GEM_LIBDIR}/.github/release.yml
 ${GEM_LIBDIR}/.github/workflows/gh-pages.yml
 ${GEM_LIBDIR}/.github/workflows/macos.yml
 ${GEM_LIBDIR}/.github/workflows/push_gem.yml

Index: pkgsrc/devel/ruby-curses/distinfo
diff -u pkgsrc/devel/ruby-curses/distinfo:1.40 pkgsrc/devel/ruby-curses/distinfo:1.41
--- pkgsrc/devel/ruby-curses/distinfo:1.40      Sat Jun 14 14:19:02 2025
+++ pkgsrc/devel/ruby-curses/distinfo   Sat Mar  7 13:11:39 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.40 2025/06/14 14:19:02 taca Exp $
+$NetBSD: distinfo,v 1.41 2026/03/07 13:11:39 taca Exp $
 
-BLAKE2s (curses-1.5.3.gem) = 1e84a76eb89ad9216a30c943d5725e95c15c5a19efc4fbea838b0c32d08aeb7b
-SHA512 (curses-1.5.3.gem) = 66e027379add33c46fafc1a6fccf3c54137ae7c9767fea3c562466dc7f99a7da220f19760fa2f3bade13ec0d57c12f05a2fb7c47c5128c981f78567aa14c2783
-Size (curses-1.5.3.gem) = 527360 bytes
+BLAKE2s (curses-1.6.0.gem) = 4724eba07af8f67e99495a820282261cce7c9a7f6ed7f81da69b5929c66e0a20
+SHA512 (curses-1.6.0.gem) = 12bdf7df600509ea1584b886b9b43430fd8cacf05352bee60a14952715499b7dc9abf2963a299ac18765be77670b9e698101f78dc2e49827cefd2d584aad643e
+Size (curses-1.6.0.gem) = 528896 bytes



Home | Main Index | Thread Index | Old Index