pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/ruby-tk



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue May  5 13:58:28 UTC 2026

Modified Files:
        pkgsrc/x11/ruby-tk: Makefile distinfo

Log Message:
x11/ruby-tk: update to 0.6.0

pkgsrc note: still some work to build with tcl90/tk90

0.6.0 (2026-03-14)

* Merge pull request #71 from
  ruby/dependabot/github_actions/actions/checkout-5
* Merge pull request #73 from
  ruby/dependabot/github_actions/actions/checkout-6
* Making gem work with tcl/tk 9.0
* Fixing regex
* Simplifying regexes -- Thanks @jeremyevans!
* Actually, it seems I was wrong about this
  It seems that `try_func` is indeed generating the right code
* remove wrong version warner in extconf.rb
* Add Ruby 4.0 to CI


To generate a diff of this commit:
cvs rdiff -u -r1.69 -r1.70 pkgsrc/x11/ruby-tk/Makefile
cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/ruby-tk/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/ruby-tk/Makefile
diff -u pkgsrc/x11/ruby-tk/Makefile:1.69 pkgsrc/x11/ruby-tk/Makefile:1.70
--- pkgsrc/x11/ruby-tk/Makefile:1.69    Sun Feb  9 15:33:42 2025
+++ pkgsrc/x11/ruby-tk/Makefile Tue May  5 13:58:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.69 2025/02/09 15:33:42 taca Exp $
+# $NetBSD: Makefile,v 1.70 2026/05/05 13:58:28 taca Exp $
 
-DISTNAME=              tk-0.5.1
+DISTNAME=              tk-0.6.0
 CATEGORIES=            x11
 
 MAINTAINER=            taca%NetBSD.org@localhost

Index: pkgsrc/x11/ruby-tk/distinfo
diff -u pkgsrc/x11/ruby-tk/distinfo:1.31 pkgsrc/x11/ruby-tk/distinfo:1.32
--- pkgsrc/x11/ruby-tk/distinfo:1.31    Sun Feb  9 15:33:42 2025
+++ pkgsrc/x11/ruby-tk/distinfo Tue May  5 13:58:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.31 2025/02/09 15:33:42 taca Exp $
+$NetBSD: distinfo,v 1.32 2026/05/05 13:58:28 taca Exp $
 
-BLAKE2s (tk-0.5.1.gem) = 7295dd1ee4064ddf94aae84144a22ca9004886ef31a7805a922bb508cfe0aef8
-SHA512 (tk-0.5.1.gem) = b00938b81e34923e578a868db77fc54d706d58dfa06ad8ba99457b7aa33a594f843ef9ae9c8359da3168817ce24f9818bbf812f14bbb4939cee63eeff3c66d00
-Size (tk-0.5.1.gem) = 1722368 bytes
+BLAKE2s (tk-0.6.0.gem) = 71670844cc60e3f66d8a673b3856e9de274fb0f9c7956f3782885c1759d6a2a2
+SHA512 (tk-0.6.0.gem) = abf40bb5a9b5e76499d59b731bf8b70d6dd631cc26ee49a4c57e6e6b70837da411a9daa7cc5c08ec180bf851412bc1c9f804eb42ad52ba16c06941beeae2c07f
+Size (tk-0.6.0.gem) = 1721344 bytes



Home | Main Index | Thread Index | Old Index