Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 528F084F69 for ; Sat, 5 Aug 2023 19:45:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id lUaz70biEWKv for ; Sat, 5 Aug 2023 19:45:04 +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 A3B0A84E19 for ; Sat, 5 Aug 2023 19:45:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 97957FBDB; Sat, 5 Aug 2023 19:45:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_169126470411930" MIME-Version: 1.0 Date: Sat, 5 Aug 2023 19:45:04 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/misc/ruby-thread_safe To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20230805194504.97957FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_169126470411930 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tsutsui Date: Sat Aug 5 19:45:04 UTC 2023 Modified Files: pkgsrc/misc/ruby-thread_safe: Makefile Log Message: ruby-thread_safe: relinquish MAINTAINERship. I took MAINTAINERship just for ruby-memoizable (for ruby-twitter), but currently a number of packages still require this. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/misc/ruby-thread_safe/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_169126470411930 Content-Disposition: inline Content-Length: 709 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-thread_safe/Makefile diff -u pkgsrc/misc/ruby-thread_safe/Makefile:1.4 pkgsrc/misc/ruby-thread_safe/Makefile:1.5 --- pkgsrc/misc/ruby-thread_safe/Makefile:1.4 Sat Dec 9 22:01:27 2017 +++ pkgsrc/misc/ruby-thread_safe/Makefile Sat Aug 5 19:45:04 2023 @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.4 2017/12/09 22:01:27 tsutsui Exp $ +# $NetBSD: Makefile,v 1.5 2023/08/05 19:45:04 tsutsui Exp $ # DISTNAME= thread_safe-0.3.6 PKGREVISION= 1 CATEGORIES= misc -MAINTAINER= tsutsui@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/ruby-concurrency/thread_safe COMMENT= Thread-safe collections and utilities for Ruby LICENSE= apache-2.0 --_----------=_169126470411930--