Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA30084D41 for ; Sat, 11 Nov 2023 12:34:05 +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 mDa4lW4Jd-zJ for ; Sat, 11 Nov 2023 12:34:05 +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 4C9B384CF7 for ; Sat, 11 Nov 2023 12:34:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 445FBFA2F; Sat, 11 Nov 2023 12:34:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1699706045206290" MIME-Version: 1.0 Date: Sat, 11 Nov 2023 12:34:05 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-zeitwerk To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231111123405.445FBFA2F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1699706045206290 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Nov 11 12:34:05 UTC 2023 Modified Files: pkgsrc/devel/ruby-zeitwerk: Makefile distinfo Log Message: devel/ruby-zeitwerk: update to 2.6.12 2.6.12 (2023-09-25) * Maintenance release with some internal polishing. To generate a diff of this commit: cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/ruby-zeitwerk/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/devel/ruby-zeitwerk/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1699706045206290 Content-Disposition: inline Content-Length: 1537 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.13 pkgsrc/devel/ruby-zeitwerk/Makefile:1.14 --- pkgsrc/devel/ruby-zeitwerk/Makefile:1.13 Sat Aug 5 08:57:31 2023 +++ pkgsrc/devel/ruby-zeitwerk/Makefile Sat Nov 11 12:34:05 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2023/08/05 08:57:31 taca Exp $ +# $NetBSD: Makefile,v 1.14 2023/11/11 12:34:05 taca Exp $ -DISTNAME= zeitwerk-2.6.11 +DISTNAME= zeitwerk-2.6.12 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-zeitwerk/distinfo diff -u pkgsrc/devel/ruby-zeitwerk/distinfo:1.15 pkgsrc/devel/ruby-zeitwerk/distinfo:1.16 --- pkgsrc/devel/ruby-zeitwerk/distinfo:1.15 Sat Aug 5 08:57:31 2023 +++ pkgsrc/devel/ruby-zeitwerk/distinfo Sat Nov 11 12:34:05 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2023/08/05 08:57:31 taca Exp $ +$NetBSD: distinfo,v 1.16 2023/11/11 12:34:05 taca Exp $ -BLAKE2s (zeitwerk-2.6.11.gem) = eac037959c4fca6be600679aca8746b030df0df9663a26550355f961601baf9e -SHA512 (zeitwerk-2.6.11.gem) = 328d096eb608e0f2a05a260c905e003ea482837f8b4d616bed40d4743280cef585ab5fa8daffd0db7412cec77648fa41e0d97c8c0f0b30d551c6ffb7fbdb6ad5 -Size (zeitwerk-2.6.11.gem) = 38400 bytes +BLAKE2s (zeitwerk-2.6.12.gem) = 9e83ebc0efbe573fc589825c3139373f5bd69507d644055c52f3226bd88f34f9 +SHA512 (zeitwerk-2.6.12.gem) = 88863ba04d57036d00b31ddea29d577ee74b2e9fbac5495ce862f5318ea65fb730e97f20f0f28ea090f9959826a4a246879c6b3aa8a50ffed468271cf67717ca +Size (zeitwerk-2.6.12.gem) = 38400 bytes --_----------=_1699706045206290--