Sun Dec 10 06:17:02 2017 UTC ()
ruby-hashie: retire from a maintainership.

I imported this gem (via PR) for net/ruby-userstream for net/ruby-tw,
but ruby-userstream is no longer required and has been removed.
sysutils/ruby-chef-zero and misc/ruby-powerbar still depend on
this hashie gem but they don't have a maintainer since initial imports.


(tsutsui)
diff -r1.7 -r1.8 pkgsrc/misc/ruby-hashie/Makefile

cvs diff -r1.7 -r1.8 pkgsrc/misc/ruby-hashie/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/ruby-hashie/Makefile 2017/09/10 14:40:05 1.7
+++ pkgsrc/misc/ruby-hashie/Makefile 2017/12/10 06:17:02 1.8
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.7 2017/09/10 14:40:05 taca Exp $ 1# $NetBSD: Makefile,v 1.8 2017/12/10 06:17:02 tsutsui Exp $
2# 2#
3 3
4DISTNAME= hashie-3.5.6 4DISTNAME= hashie-3.5.6
5CATEGORIES= misc 5CATEGORIES= misc
6 6
7MAINTAINER= tsutsui@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://github.com/intridea/hashie 8HOMEPAGE= https://github.com/intridea/hashie
9COMMENT= Small collection of tools that make hashes more powerful 9COMMENT= Small collection of tools that make hashes more powerful
10 10
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LANGUAGES= # none 13USE_LANGUAGES= # none
14 14
15.include "../../lang/ruby/gem.mk" 15.include "../../lang/ruby/gem.mk"
16.include "../../mk/bsd.pkg.mk" 16.include "../../mk/bsd.pkg.mk"