summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2017-06-11 05:51:39 +0000
committertsutsui <tsutsui@pkgsrc.org>2017-06-11 05:51:39 +0000
commit0f179a9c0df1123414580ea5ae47d434caa02ab3 (patch)
tree65b79b0996c502a39f543cd9c069e2fe225d2a83
parent64259be786ef7d4e9deb499ac0eb2d9dfaebf00d (diff)
downloadpkgsrc-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.
-rw-r--r--devel/ruby-gnome2-atk/Makefile4
-rw-r--r--devel/ruby-gnome2-gio/Makefile4
-rw-r--r--devel/ruby-gnome2-glib/Makefile4
-rw-r--r--devel/ruby-gnome2-gobject-introspection/Makefile4
-rw-r--r--devel/ruby-gnome2-pango/Makefile4
-rw-r--r--graphics/ruby-gnome2-cairo-gobject/Makefile4
-rw-r--r--graphics/ruby-gnome2-clutter-gdk/Makefile4
-rw-r--r--graphics/ruby-gnome2-clutter-gtk/Makefile4
-rw-r--r--graphics/ruby-gnome2-clutter/Makefile4
-rw-r--r--graphics/ruby-gnome2-gdk3/Makefile4
-rw-r--r--graphics/ruby-gnome2-gdkpixbuf/Makefile4
-rw-r--r--graphics/ruby-gnome2-rsvg/Makefile4
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile4
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common3
-rw-r--r--multimedia/ruby-gnome2-clutter-gstreamer/Makefile4
-rw-r--r--multimedia/ruby-gnome2-gstreamer/Makefile4
-rw-r--r--print/ruby-gnome2-poppler/Makefile4
-rw-r--r--www/ruby-gnome2-webkit-gtk/Makefile4
-rw-r--r--www/ruby-gnome2-webkit-gtk2/Makefile4
-rw-r--r--x11/ruby-gnome2-gtk/Makefile4
-rw-r--r--x11/ruby-gnome2-gtk3/Makefile4
-rw-r--r--x11/ruby-gnome2-gtksourceview2/Makefile4
-rw-r--r--x11/ruby-gnome2-gtksourceview3/Makefile4
-rw-r--r--x11/ruby-gnome2-vte/Makefile4
24 files changed, 70 insertions, 25 deletions
diff --git a/devel/ruby-gnome2-atk/Makefile b/devel/ruby-gnome2-atk/Makefile
index 5f52a0772d9..140ad14a225 100644
--- a/devel/ruby-gnome2-atk/Makefile
+++ b/devel/ruby-gnome2-atk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2016/04/16 17:41:03 tsutsui Exp $
+# $NetBSD: Makefile,v 1.22 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= atk-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of ATK-1.0.x or later
CATEGORIES= devel
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby-gnome2-atk-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-atk-[0-9]*
diff --git a/devel/ruby-gnome2-gio/Makefile b/devel/ruby-gnome2-gio/Makefile
index 0efcebd0104..9a477399dca 100644
--- a/devel/ruby-gnome2-gio/Makefile
+++ b/devel/ruby-gnome2-gio/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2017/01/29 07:54:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.21 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= gio2-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gio-${VERSION}
COMMENT= Ruby binding of gio-2.0.x
CATEGORIES= devel
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-gio-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
diff --git a/devel/ruby-gnome2-glib/Makefile b/devel/ruby-gnome2-glib/Makefile
index cd3e3184e38..b216956ca59 100644
--- a/devel/ruby-gnome2-glib/Makefile
+++ b/devel/ruby-gnome2-glib/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2017/06/10 08:27:19 tsutsui Exp $
+# $NetBSD: Makefile,v 1.29 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= glib2-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-glib-${VERSION}
COMMENT= Ruby binding of GLib-2.x
CATEGORIES= devel
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby-gnome2-glib-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-glib-[0-9]*
diff --git a/devel/ruby-gnome2-gobject-introspection/Makefile b/devel/ruby-gnome2-gobject-introspection/Makefile
index c8e130ef310..a3a8a001f96 100644
--- a/devel/ruby-gnome2-gobject-introspection/Makefile
+++ b/devel/ruby-gnome2-gobject-introspection/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/04/16 17:41:03 tsutsui Exp $
+# $NetBSD: Makefile,v 1.6 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= gobject-introspection-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of Gobject Introspection
CATEGORIES= devel
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby-gnome2-gobject-introspection-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-gobject-introspection-[0-9]*
diff --git a/devel/ruby-gnome2-pango/Makefile b/devel/ruby-gnome2-pango/Makefile
index eefd50ae543..83ac552ce57 100644
--- a/devel/ruby-gnome2-pango/Makefile
+++ b/devel/ruby-gnome2-pango/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2017/06/10 10:45:49 tsutsui Exp $
+# $NetBSD: Makefile,v 1.55 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= pango-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of pango-1.x
CATEGORIES= devel fonts
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby-gnome2-pango-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-pango-[0-9]*
diff --git a/graphics/ruby-gnome2-cairo-gobject/Makefile b/graphics/ruby-gnome2-cairo-gobject/Makefile
index a60f643c94d..40fe34ec885 100644
--- a/graphics/ruby-gnome2-cairo-gobject/Makefile
+++ b/graphics/ruby-gnome2-cairo-gobject/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/04/16 17:41:03 tsutsui Exp $
+# $NetBSD: Makefile,v 1.13 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= cairo-gobject-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of cairo-gobject
CATEGORIES= graphics gnome
+MAINTAINER= tsutsui@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
DEPENDS+= ${RUBY_PKGPREFIX}-cairo>=1.14.3:../../graphics/ruby-cairo
diff --git a/graphics/ruby-gnome2-clutter-gdk/Makefile b/graphics/ruby-gnome2-clutter-gdk/Makefile
index f06dd5d1077..be1d5b0933b 100644
--- a/graphics/ruby-gnome2-clutter-gdk/Makefile
+++ b/graphics/ruby-gnome2-clutter-gdk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/10 08:27:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= clutter-gdk-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of GDK specific API of Clutter
CATEGORIES= graphics
+MAINTAINER= pkgsrc-users@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdk3>=${VERSION}:../../graphics/ruby-gnome2-gdk3
diff --git a/graphics/ruby-gnome2-clutter-gtk/Makefile b/graphics/ruby-gnome2-clutter-gtk/Makefile
index d2eded5164c..03eba0aecfc 100644
--- a/graphics/ruby-gnome2-clutter-gtk/Makefile
+++ b/graphics/ruby-gnome2-clutter-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/10 08:27:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= clutter-gtk-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of Clutter-GTK
CATEGORIES= graphics
+MAINTAINER= pkgsrc-users@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter-gdk>=${VERSION}:../../graphics/ruby-gnome2-clutter-gdk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3
diff --git a/graphics/ruby-gnome2-clutter/Makefile b/graphics/ruby-gnome2-clutter/Makefile
index 3fc00ea0df5..be304218cf8 100644
--- a/graphics/ruby-gnome2-clutter/Makefile
+++ b/graphics/ruby-gnome2-clutter/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2017/06/10 08:27:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= clutter-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of Clutter
CATEGORIES= graphics
+MAINTAINER= pkgsrc-users@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-pango>=${VERSION}:../../devel/ruby-gnome2-pango
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-cairo-gobject>=${VERSION}:../../graphics/ruby-gnome2-cairo-gobject
diff --git a/graphics/ruby-gnome2-gdk3/Makefile b/graphics/ruby-gnome2-gdk3/Makefile
index dbd3e334369..b257fa71490 100644
--- a/graphics/ruby-gnome2-gdk3/Makefile
+++ b/graphics/ruby-gnome2-gdk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/06/10 08:27:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= gdk3-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of GDK3
CATEGORIES= graphics
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-gdk3-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
diff --git a/graphics/ruby-gnome2-gdkpixbuf/Makefile b/graphics/ruby-gnome2-gdkpixbuf/Makefile
index ed11efdbfc1..2675dada4f2 100644
--- a/graphics/ruby-gnome2-gdkpixbuf/Makefile
+++ b/graphics/ruby-gnome2-gdkpixbuf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2017/01/29 07:54:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.43 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= gdk_pixbuf2-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf-${VERSION}
COMMENT= Ruby binding of GdkPixbuf-2.x
CATEGORIES= graphics devel
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby-gnome2-gdkpixbuf-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-gdkpixbuf-[0-9]*
diff --git a/graphics/ruby-gnome2-rsvg/Makefile b/graphics/ruby-gnome2-rsvg/Makefile
index 1ff3c91910b..ad1c8123faf 100644
--- a/graphics/ruby-gnome2-rsvg/Makefile
+++ b/graphics/ruby-gnome2-rsvg/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2017/06/10 11:10:42 tsutsui Exp $
+# $NetBSD: Makefile,v 1.64 2017/06/11 05:51:40 tsutsui Exp $
#
DISTNAME= rsvg2-${VERSION}
@@ -7,6 +7,8 @@ PKGREVISION= 1
COMMENT= Ruby binding of librsvg
CATEGORIES= graphics
+MAINTAINER= pkgsrc-users@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-rsvg-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
diff --git a/meta-pkgs/ruby-gnome2/Makefile b/meta-pkgs/ruby-gnome2/Makefile
index e2b47c33bb5..862bdbcdbb6 100644
--- a/meta-pkgs/ruby-gnome2/Makefile
+++ b/meta-pkgs/ruby-gnome2/Makefile
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile,v 1.26 2017/01/29 07:54:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.27 2017/06/11 05:51:39 tsutsui Exp $
#
PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${VERSION}
COMMENT= Set of Ruby language bindings for GNOME2
CATEGORIES= meta-pkgs gnome
+MAINTAINER= pkgsrc-users@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gio>=${VERSION}:../../devel/ruby-gnome2-gio
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index 073bd6b8f1a..29f74a1622e 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.54 2017/06/10 08:27:19 tsutsui Exp $
+# $NetBSD: Makefile.common,v 1.55 2017/06/11 05:51:39 tsutsui Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
@@ -25,7 +25,6 @@
CATEGORIES+= ruby
-MAINTAINER= tsutsui@NetBSD.org
HOMEPAGE= http://ruby-gnome2.osdn.jp/
LICENSE= gnu-lgpl-v2.1
diff --git a/multimedia/ruby-gnome2-clutter-gstreamer/Makefile b/multimedia/ruby-gnome2-clutter-gstreamer/Makefile
index 5deb9d27fe4..874bb5070ca 100644
--- a/multimedia/ruby-gnome2-clutter-gstreamer/Makefile
+++ b/multimedia/ruby-gnome2-clutter-gstreamer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/10 08:27:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= clutter-gstreamer-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of Clutter-GStreamer
CATEGORIES= graphics
+MAINTAINER= pkgsrc-users@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-clutter>=${VERSION}:../../graphics/ruby-gnome2-clutter
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gstreamer>=${VERSION}:../../multimedia/ruby-gnome2-gstreamer
diff --git a/multimedia/ruby-gnome2-gstreamer/Makefile b/multimedia/ruby-gnome2-gstreamer/Makefile
index 4c637781073..54dae20c778 100644
--- a/multimedia/ruby-gnome2-gstreamer/Makefile
+++ b/multimedia/ruby-gnome2-gstreamer/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2016/04/16 17:41:04 tsutsui Exp $
+# $NetBSD: Makefile,v 1.25 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= gstreamer-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of GStreamer 1.0.x or later
CATEGORIES= multimedia
+MAINTAINER= pkgsrc-users@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-gstreamer-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-glib>=${VERSION}:../../devel/ruby-gnome2-glib
diff --git a/print/ruby-gnome2-poppler/Makefile b/print/ruby-gnome2-poppler/Makefile
index 6687a2561a8..b867bd8633c 100644
--- a/print/ruby-gnome2-poppler/Makefile
+++ b/print/ruby-gnome2-poppler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2017/06/10 08:27:20 tsutsui Exp $
+# $NetBSD: Makefile,v 1.82 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= poppler-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of poppler-glib
CATEGORIES= print
+MAINTAINER= pkgsrc-users@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-poppler-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gdkpixbuf>=${VERSION}:../../graphics/ruby-gnome2-gdkpixbuf
diff --git a/www/ruby-gnome2-webkit-gtk/Makefile b/www/ruby-gnome2-webkit-gtk/Makefile
index 5107f2fb6f1..eac3de17e84 100644
--- a/www/ruby-gnome2-webkit-gtk/Makefile
+++ b/www/ruby-gnome2-webkit-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2016/04/16 17:41:04 tsutsui Exp $
+# $NetBSD: Makefile,v 1.9 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= webkit-gtk-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of WebKitGTK+
CATEGORIES= www
+MAINTAINER= tsutsui@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk3>=${VERSION}:../../x11/ruby-gnome2-gtk3
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
DEPENDS+= webkit24-gtk3>=1.10.2nb6:../../www/webkit24-gtk3
diff --git a/www/ruby-gnome2-webkit-gtk2/Makefile b/www/ruby-gnome2-webkit-gtk2/Makefile
index 5f33d776121..c6f47f1f25f 100644
--- a/www/ruby-gnome2-webkit-gtk2/Makefile
+++ b/www/ruby-gnome2-webkit-gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/04/16 17:41:05 tsutsui Exp $
+# $NetBSD: Makefile,v 1.10 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= webkit-gtk2-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of WebKitGTK+ for GTK2+
CATEGORIES= www
+MAINTAINER= tsutsui@NetBSD.org
+
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
DEPENDS+= webkit24-gtk>=1.10.2nb8:../../www/webkit24-gtk
diff --git a/x11/ruby-gnome2-gtk/Makefile b/x11/ruby-gnome2-gtk/Makefile
index 027601ad835..093fd2223de 100644
--- a/x11/ruby-gnome2-gtk/Makefile
+++ b/x11/ruby-gnome2-gtk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2017/06/10 08:27:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.63 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= gtk2-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gtk-${VERSION}
COMMENT= Ruby binding of GTK+-2.x
CATEGORIES= x11
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby-gnome2-gtk-[0-9]*
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtk-[0-9]*
diff --git a/x11/ruby-gnome2-gtk3/Makefile b/x11/ruby-gnome2-gtk3/Makefile
index cea880afe61..6e117b7f3ee 100644
--- a/x11/ruby-gnome2-gtk3/Makefile
+++ b/x11/ruby-gnome2-gtk3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2017/06/10 08:27:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.27 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= gtk3-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of GTK+-3.x
CATEGORIES= x11
+MAINTAINER= tsutsui@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtk3-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-atk>=${VERSION}:../../devel/ruby-gnome2-atk
diff --git a/x11/ruby-gnome2-gtksourceview2/Makefile b/x11/ruby-gnome2-gtksourceview2/Makefile
index f6ea8abf879..f01472e1596 100644
--- a/x11/ruby-gnome2-gtksourceview2/Makefile
+++ b/x11/ruby-gnome2-gtksourceview2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.51 2017/06/10 08:27:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.52 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= gtksourceview2-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of gtksourceview2
CATEGORIES= x11
+MAINTAINER= pkgsrc-users@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview2-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gtk>=${VERSION}:../../x11/ruby-gnome2-gtk
diff --git a/x11/ruby-gnome2-gtksourceview3/Makefile b/x11/ruby-gnome2-gtksourceview3/Makefile
index acbda1c103c..f48dc188fc1 100644
--- a/x11/ruby-gnome2-gtksourceview3/Makefile
+++ b/x11/ruby-gnome2-gtksourceview3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2017/06/10 08:27:21 tsutsui Exp $
+# $NetBSD: Makefile,v 1.28 2017/06/11 05:51:41 tsutsui Exp $
#
DISTNAME= gtksourceview3-${VERSION}
@@ -6,6 +6,8 @@ PKGNAME= ${RUBY_PKGPREFIX}-gnome2-${DISTNAME}
COMMENT= Ruby binding of gtksourceview3
CATEGORIES= x11
+MAINTAINER= pkgsrc-users@NetBSD.org
+
CONFLICTS+= ruby[0-9][0-9]-gnome2-gtksourceview3-[0-9]*
DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gobject-introspection>=${VERSION}:../../devel/ruby-gnome2-gobject-introspection
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