Sat Aug 5 19:38:27 2023 UTC ()
ruby-rainbow: relinquish MAINTAINERship.

I took MAINTAINERship just for ruby-tw, but currently
www/ruby-html-poofer still requires this.


(tsutsui)
diff -r1.10 -r1.11 pkgsrc/misc/ruby-rainbow/Makefile

cvs diff -r1.10 -r1.11 pkgsrc/misc/ruby-rainbow/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-rainbow/Makefile 2023/05/02 00:13:04 1.10
+++ pkgsrc/misc/ruby-rainbow/Makefile 2023/08/05 19:38:27 1.11
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1# $NetBSD: Makefile,v 1.10 2023/05/02 00:13:04 taca Exp $ 1# $NetBSD: Makefile,v 1.11 2023/08/05 19:38:27 tsutsui Exp $
2# 2#
3 3
4DISTNAME= rainbow-3.1.1 4DISTNAME= rainbow-3.1.1
5CATEGORIES= misc 5CATEGORIES= misc
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/sickill/rainbow 8HOMEPAGE= https://github.com/sickill/rainbow
9COMMENT= Extends ruby String class enabling coloring text on ANSI terminals 9COMMENT= Extends ruby String class enabling coloring text on ANSI terminals
10LICENSE= mit 10LICENSE= mit
11 11
12USE_LANGUAGES= # none 12USE_LANGUAGES= # none
13 13
14.include "../../lang/ruby/gem.mk" 14.include "../../lang/ruby/gem.mk"
15.include "../../mk/bsd.pkg.mk" 15.include "../../mk/bsd.pkg.mk"