Sat Feb 12 15:22:38 2022 UTC ()
devel/ruby-zeitwerk: update to 2.5.4

2.5.4 (2022-01-28)

* If a file did not define the expected constant, there was a reload, and
  there were on_unload callbacks, Zeitwerk still tried to access the
  constant during reload, which raised.  This has been corrected.


(taca)
diff -r1.5 -r1.6 pkgsrc/devel/ruby-zeitwerk/Makefile
diff -r1.7 -r1.8 pkgsrc/devel/ruby-zeitwerk/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/devel/ruby-zeitwerk/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/ruby-zeitwerk/Makefile 2021/11/09 14:46:28 1.5
+++ pkgsrc/devel/ruby-zeitwerk/Makefile 2022/02/12 15:22:38 1.6
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.5 2021/11/09 14:46:28 taca Exp $ 1# $NetBSD: Makefile,v 1.6 2022/02/12 15:22:38 taca Exp $
2 2
3DISTNAME= zeitwerk-2.5.1 3DISTNAME= zeitwerk-2.5.4
4CATEGORIES= devel 4CATEGORIES= devel
5 5
6MAINTAINER= pkgsrc-users@NetBSD.org 6MAINTAINER= pkgsrc-users@NetBSD.org
7HOMEPAGE= https://github.com/fxn/zeitwerk 7HOMEPAGE= https://github.com/fxn/zeitwerk
8COMMENT= Efficient and thread-safe constant autoloader 8COMMENT= Efficient and thread-safe constant autoloader
9LICENSE= mit 9LICENSE= mit
10 10
11USE_LANGUAGES= # none 11USE_LANGUAGES= # none
12 12
13.include "../../lang/ruby/gem.mk" 13.include "../../lang/ruby/gem.mk"
14.include "../../mk/bsd.pkg.mk" 14.include "../../mk/bsd.pkg.mk"

cvs diff -r1.7 -r1.8 pkgsrc/devel/ruby-zeitwerk/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/ruby-zeitwerk/distinfo 2021/11/09 14:46:28 1.7
+++ pkgsrc/devel/ruby-zeitwerk/distinfo 2022/02/12 15:22:38 1.8
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.7 2021/11/09 14:46:28 taca Exp $ 1$NetBSD: distinfo,v 1.8 2022/02/12 15:22:38 taca Exp $
2 2
3BLAKE2s (zeitwerk-2.5.1.gem) = b8c50df87f970328ae7e1a5d59179ebe62537a764b6b0811ee31cadac5a5f527 3BLAKE2s (zeitwerk-2.5.4.gem) = b313ff623e9c4f06a4eeeae0007d7a3a9699da004def183fe47b3576d0ce65dd
4SHA512 (zeitwerk-2.5.1.gem) = 7e9013cb2344254404f0130bb82fa04651edfd9f3e4e91d5144308be1eb34e815071073bc7f7a53bc58a2defddbabc434074b6653959ed7ac51d036d8a421cbd 4SHA512 (zeitwerk-2.5.4.gem) = 2481811e3754c2901b2c621de0d329580e32ca8f3e476a30419a747041b7d951ed64ee8953785b107655ecbbe44ab01fcf69d76132439105ace97ebfd9f492e8
5Size (zeitwerk-2.5.1.gem) = 30208 bytes 5Size (zeitwerk-2.5.4.gem) = 30720 bytes