Received: by mail.netbsd.org (Postfix, from userid 605) id 3B2B584F2D; Sat, 29 Apr 2023 13:41:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6C1DE84E67 for ; Sat, 29 Apr 2023 13:41:53 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WU_clH-Rv-UP for ; Sat, 29 Apr 2023 13:41:52 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id DD98D84CD0 for ; Sat, 29 Apr 2023 13:41:52 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id DB09BFA87; Sat, 29 Apr 2023 13:41:52 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168277571282750" MIME-Version: 1.0 Date: Sat, 29 Apr 2023 13:41:52 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-zeitwerk To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230429134152.DB09BFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168277571282750 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 29 13:41:52 UTC 2023 Modified Files: pkgsrc/devel/ruby-zeitwerk: Makefile distinfo Log Message: devel/ruby-zeitwerk: update to 2.6.8 2.6.8 (2023-04-28) * The new Zeitwerk::Loader.for_gem_extension gives you a loader configured according to the conventions of a gem extension. * Please check its documentation for further details. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/ruby-zeitwerk/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/ruby-zeitwerk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168277571282750 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.10 pkgsrc/devel/ruby-zeitwerk/Makefile:1.11 --- pkgsrc/devel/ruby-zeitwerk/Makefile:1.10 Sat Feb 11 13:48:12 2023 +++ pkgsrc/devel/ruby-zeitwerk/Makefile Sat Apr 29 13:41:52 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2023/02/11 13:48:12 taca Exp $ +# $NetBSD: Makefile,v 1.11 2023/04/29 13:41:52 taca Exp $ -DISTNAME= zeitwerk-2.6.7 +DISTNAME= zeitwerk-2.6.8 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-zeitwerk/distinfo diff -u pkgsrc/devel/ruby-zeitwerk/distinfo:1.12 pkgsrc/devel/ruby-zeitwerk/distinfo:1.13 --- pkgsrc/devel/ruby-zeitwerk/distinfo:1.12 Sat Feb 11 13:48:12 2023 +++ pkgsrc/devel/ruby-zeitwerk/distinfo Sat Apr 29 13:41:52 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2023/02/11 13:48:12 taca Exp $ +$NetBSD: distinfo,v 1.13 2023/04/29 13:41:52 taca Exp $ -BLAKE2s (zeitwerk-2.6.7.gem) = 274828f584a9505012d509581132e4d2631829ba385aca1db119394c50993f5b -SHA512 (zeitwerk-2.6.7.gem) = 58abf4296baab1c07c902cd612f92e8178a319cc6d69c854743e089b9444f8c2cdb5e7119d999a56bb95ccd128369cdbaf0125291ab10d9f61283389199f53d3 -Size (zeitwerk-2.6.7.gem) = 36352 bytes +BLAKE2s (zeitwerk-2.6.8.gem) = d0405d721d93db587786d88e520afc9e61944b371f44017a42cd901254f91a0d +SHA512 (zeitwerk-2.6.8.gem) = 937f972b2581685aa4fbe1e5fcccfa91230cfcae84553bedb4f2278483b392133bdb6593681c247086a3da6720e4d0d9c5e291f9afaeb6c0e63871422d3898b7 +Size (zeitwerk-2.6.8.gem) = 37376 bytes --_----------=_168277571282750--