diff options
author | tsutsui <tsutsui@pkgsrc.org> | 2017-06-11 05:51:39 +0000 |
---|---|---|
committer | tsutsui <tsutsui@pkgsrc.org> | 2017-06-11 05:51:39 +0000 |
commit | 0f179a9c0df1123414580ea5ae47d434caa02ab3 (patch) | |
tree | 65b79b0996c502a39f543cd9c069e2fe225d2a83 /x11/ruby-gnome2-vte | |
parent | 64259be786ef7d4e9deb499ac0eb2d9dfaebf00d (diff) | |
download | pkgsrc-0f179a9c0df1123414580ea5ae47d434caa02ab3.tar.gz |
Move MAINTAINER line to each gem package.
Also retire from maintainership of packages that I don't need and
have less motivation.
Diffstat (limited to 'x11/ruby-gnome2-vte')
-rw-r--r-- | x11/ruby-gnome2-vte/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/ruby-gnome2-vte/Makefile b/x11/ruby-gnome2-vte/Makefile index 85a33020138..c1806079c10 100644 --- a/x11/ruby-gnome2-vte/Makefile +++ b/x11/ruby-gnome2-vte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2017/06/10 08:27:21 tsutsui Exp $ +# $NetBSD: Makefile,v 1.54 2017/06/11 05:51:41 tsutsui Exp $ # DISTNAME= vte-${VERSION} @@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME} COMMENT= Ruby binding of vte CATEGORIES= x11 +MAINTAINER= pkgsrc-users@NetBSD.org + CONFLICTS+= ruby[0-9][0-9]-gnome2-vte-[0-9]* DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk |