CVS commit: pkgsrc/devel/ruby-concurrent-ruby

"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:13:41 +0000
Newsgroups gmane.os.netbsd.devel.pkgsrc.cvs
Message-ID <[email protected]>
This is a multi-part message in MIME format.

--_----------=_1785852821285310
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
Content-Type: text/plain; charset="US-ASCII"

Module Name:	pkgsrc
Committed By:	taca
Date:		Tue Aug  4 14:13:41 UTC 2026

Modified Files:
	pkgsrc/devel/ruby-concurrent-ruby: Makefile distinfo

Log Message:
devel/ruby-concurrent-ruby: update to 1.3.8

1.3.8 (2026-07-19)

What's Changed

* Programatically set the backtrace_location on exception by @Edouard-chin
  in #1107
* Allow to use Concurrent::Map#compute_if_absent in a Ractor by
  @Edouard-chin in #1109

New Contributors

* @Edouard-chin made their first contribution in #1107


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/ruby-concurrent-ruby/Makefile
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/ruby-concurrent-ruby/distinfo

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


--_----------=_1785852821285310
Content-Disposition: inline
Content-Length: 1657
Content-Transfer-Encoding: binary
Content-Type: text/x-diff; charset=us-ascii

Modified files:

Index: pkgsrc/devel/ruby-concurrent-ruby/Makefile
diff -u pkgsrc/devel/ruby-concurrent-ruby/Makefile:1.14 pkgsrc/devel/ruby-concurrent-ruby/Makefile:1.15
--- pkgsrc/devel/ruby-concurrent-ruby/Makefile:1.14	Sun Jun 28 14:34:15 2026
+++ pkgsrc/devel/ruby-concurrent-ruby/Makefile	Tue Aug  4 14:13:41 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2026/06/28 14:34:15 taca Exp $
+# $NetBSD: Makefile,v 1.15 2026/08/04 14:13:41 taca Exp $
 
-DISTNAME=	concurrent-ruby-1.3.7
+DISTNAME=	concurrent-ruby-1.3.8
 CATEGORIES=	devel
 
 MAINTAINER=	[email protected]

Index: pkgsrc/devel/ruby-concurrent-ruby/distinfo
diff -u pkgsrc/devel/ruby-concurrent-ruby/distinfo:1.16 pkgsrc/devel/ruby-concurrent-ruby/distinfo:1.17
--- pkgsrc/devel/ruby-concurrent-ruby/distinfo:1.16	Sun Jun 28 14:34:15 2026
+++ pkgsrc/devel/ruby-concurrent-ruby/distinfo	Tue Aug  4 14:13:41 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2026/06/28 14:34:15 taca Exp $
+$NetBSD: distinfo,v 1.17 2026/08/04 14:13:41 taca Exp $
 
-BLAKE2s (concurrent-ruby-1.3.7.gem) = a1cb32457c38f5568128b7d297e5555c8c8fe038e732b52ca12a4586f4d8aaf7
-SHA512 (concurrent-ruby-1.3.7.gem) = 52995ff0b9559b2715e08d77a148fed58b66a93612e55cf99c4cf9409770954c1bbed8dba8992df99a42f4fa31418e2692b893530b869ff30ff6e517b0882da0
-Size (concurrent-ruby-1.3.7.gem) = 350208 bytes
+BLAKE2s (concurrent-ruby-1.3.8.gem) = 3d90e66e35e59b5a6420ad5656162acb88dd665c373f9e0d8a36343e9dc9dfcc
+SHA512 (concurrent-ruby-1.3.8.gem) = 3275bfb37fd9268b83382e34047b73f9ad03be15f1361133cfadff77216cab9e9cb5e3e0c6133709fb2b3ebdd330850fb4e64ccbf4e1d74ecf351be82b02c20f
+Size (concurrent-ruby-1.3.8.gem) = 350720 bytes


--_----------=_1785852821285310--