CVS commit: pkgsrc/devel/ruby-zeitwerk
"Takahiro Kambe" <[email protected]> Tue, 4 Aug 2026 14:24:57 +0000
| Newsgroups | gmane.os.netbsd.devel.pkgsrc.cvs |
|---|---|
| Message-ID | <[email protected]> |
This is a multi-part message in MIME format. --_----------=_1785853497244790 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:24:57 UTC 2026 Modified Files: pkgsrc/devel/ruby-zeitwerk: Makefile distinfo Log Message: devel/ruby-zeitwerk: update to 2.8.3 2.8.3 (2026-08-01) * 2.8.0 introduced a regression: Collapsed directories that were also configured as eager load exclusions were eager loaded. The exclusion was not honored. This has been fixed. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/ruby-zeitwerk/Makefile cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/ruby-zeitwerk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1785853497244790 Content-Disposition: inline Content-Length: 1529 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-zeitwerk/Makefile diff -u pkgsrc/devel/ruby-zeitwerk/Makefile:1.22 pkgsrc/devel/ruby-zeitwerk/Makefile:1.23 --- pkgsrc/devel/ruby-zeitwerk/Makefile:1.22 Sun May 31 05:48:37 2026 +++ pkgsrc/devel/ruby-zeitwerk/Makefile Tue Aug 4 14:24:57 2026 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2026/05/31 05:48:37 taca Exp $ +# $NetBSD: Makefile,v 1.23 2026/08/04 14:24:57 taca Exp $ -DISTNAME= zeitwerk-2.8.2 +DISTNAME= zeitwerk-2.8.3 CATEGORIES= devel MAINTAINER= [email protected] Index: pkgsrc/devel/ruby-zeitwerk/distinfo diff -u pkgsrc/devel/ruby-zeitwerk/distinfo:1.24 pkgsrc/devel/ruby-zeitwerk/distinfo:1.25 --- pkgsrc/devel/ruby-zeitwerk/distinfo:1.24 Sun May 31 05:48:37 2026 +++ pkgsrc/devel/ruby-zeitwerk/distinfo Tue Aug 4 14:24:57 2026 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.24 2026/05/31 05:48:37 taca Exp $ +$NetBSD: distinfo,v 1.25 2026/08/04 14:24:57 taca Exp $ -BLAKE2s (zeitwerk-2.8.2.gem) = 2ea9835a8a0107212bd0170517b7e56083058e61e6d3b8c46e7eb6a26aa62108 -SHA512 (zeitwerk-2.8.2.gem) = d349ad39cc89453596b6c6a75d62a61855d17e8193c3d9301962538515628c29eead68e2e8b95e93b0f03f3f5c902591bda5578f292ec731df6f3cfbcfa93ca2 -Size (zeitwerk-2.8.2.gem) = 44032 bytes +BLAKE2s (zeitwerk-2.8.3.gem) = d20430ad4d2ce18b7525cb6f0dc66939fde0eef22e4d5183b3af4d40f8e50171 +SHA512 (zeitwerk-2.8.3.gem) = 3994bc0d79f281dbace2b36ad62a3fe6b487a0d54f738ea6c8f56e34147de2436ea35131103dcafdbcd83f9ae49a39cb081b7258e4bcf32d989aa08f5af3b7c3 +Size (zeitwerk-2.8.3.gem) = 44032 bytes --_----------=_1785853497244790--