Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id AC86A84F69 for ; Sat, 5 Aug 2023 19:38:28 +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 BqERwykHDyua for ; Sat, 5 Aug 2023 19:38:28 +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 025AC84E19 for ; Sat, 5 Aug 2023 19:38:27 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E5727FBDB; Sat, 5 Aug 2023 19:38:27 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1691264307130200" MIME-Version: 1.0 Date: Sat, 5 Aug 2023 19:38:27 +0000 From: "Izumi Tsutsui" Subject: CVS commit: pkgsrc/misc/ruby-rainbow To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: tsutsui@netbsd.org X-Mailer: log_accum Message-Id: <20230805193827.E5727FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1691264307130200 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:38:27 UTC 2023 Modified Files: pkgsrc/misc/ruby-rainbow: Makefile Log Message: ruby-rainbow: relinquish MAINTAINERship. I took MAINTAINERship just for ruby-tw, but currently www/ruby-html-poofer still requires this. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/misc/ruby-rainbow/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1691264307130200 Content-Disposition: inline Content-Length: 671 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/misc/ruby-rainbow/Makefile diff -u pkgsrc/misc/ruby-rainbow/Makefile:1.10 pkgsrc/misc/ruby-rainbow/Makefile:1.11 --- pkgsrc/misc/ruby-rainbow/Makefile:1.10 Tue May 2 00:13:04 2023 +++ pkgsrc/misc/ruby-rainbow/Makefile Sat Aug 5 19:38:27 2023 @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.10 2023/05/02 00:13:04 taca Exp $ +# $NetBSD: Makefile,v 1.11 2023/08/05 19:38:27 tsutsui Exp $ # DISTNAME= rainbow-3.1.1 CATEGORIES= misc -MAINTAINER= tsutsui@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://github.com/sickill/rainbow COMMENT= Extends ruby String class enabling coloring text on ANSI terminals LICENSE= mit --_----------=_1691264307130200--