From: Jeremy Evans Subject: Update: x11/ruby-tk 0.6.0 To: OpenBSD ports Date: Sat, 14 Mar 2026 14:25:22 -0700 Simple update to the latest release of ruby-tk. This release supports Tk 9.0, so update MODTK_VERSION to 9. Tested on amd64. Will be committing in a couple days unless I hear objections. Best, Jeremy Index: Makefile =================================================================== RCS file: /cvs/ports/x11/ruby-tk/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile 12 Jan 2025 19:17:16 -0000 1.13 +++ Makefile 14 Mar 2026 21:22:37 -0000 @@ -1,6 +1,6 @@ COMMENT= Ruby interface to the Tk graphical toolkit -DISTNAME= tk-0.5.1 +DISTNAME= tk-0.6.0 CATEGORIES= x11 HOMEPAGE= https://github.com/ruby/tk @@ -11,7 +11,7 @@ MAINTAINER= Jeremy Evans