summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2013-06-19 13:08:57 +0000
committerobache <obache@pkgsrc.org>2013-06-19 13:08:57 +0000
commitcd472091920943b3f325ceb06753b01a62734dfb (patch)
treede758d8efca94f56cc6129f4ff4ce62e3cf06c2b
parent80ea5ec0a85ae01647a100750a666b7abc39745f (diff)
downloadpkgsrc-cd472091920943b3f325ceb06753b01a62734dfb.tar.gz
Good-bye Ruby-1.8, not supported.
-rw-r--r--graphics/rabbit/Makefile4
-rw-r--r--mail/milter-manager/Makefile4
-rw-r--r--meta-pkgs/ruby-gnome2/Makefile.common4
3 files changed, 9 insertions, 3 deletions
diff --git a/graphics/rabbit/Makefile b/graphics/rabbit/Makefile
index 96ab4ad6ea4..4907021fdde 100644
--- a/graphics/rabbit/Makefile
+++ b/graphics/rabbit/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2013/06/16 08:39:43 obache Exp $
+# $NetBSD: Makefile,v 1.42 2013/06/19 13:08:57 obache Exp $
#
DISTNAME= rabbit-2.0.9
@@ -22,6 +22,8 @@ DEPENDS+= ${RUBY_PKGPREFIX}-kramdown-[0-9]*:../../textproc/ruby-kramdown
DEPENDS+= ${RUBY_PKGPREFIX}-gettext-[0-9]*:../../devel/ruby-gettext
DEPENDS+= ${RUBY_PKGPREFIX}-faraday-[0-9]*:../../www/ruby-faraday
+RUBY_VERSION_SUPPORTED= 193
+
USE_RUBY_SETUP= yes
USE_RUBY_SETUP_PKG= yes
diff --git a/mail/milter-manager/Makefile b/mail/milter-manager/Makefile
index 379f5b6d0d6..4a61e479428 100644
--- a/mail/milter-manager/Makefile
+++ b/mail/milter-manager/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2013/03/14 12:30:41 obache Exp $
+# $NetBSD: Makefile,v 1.28 2013/06/19 13:08:57 obache Exp $
#
DISTNAME= milter-manager-1.8.6
@@ -9,6 +9,8 @@ MAINTAINER= obache@NetBSD.org
HOMEPAGE= http://milter-manager.sourceforge.net/
COMMENT= Milter to use milters effectively
+RUBY_VERSION_SUPPORTED= 193
+
GNU_CONFIGURE= yes
USE_TOOLS+= pkg-config intltool msgfmt
USE_LIBTOOL= yes
diff --git a/meta-pkgs/ruby-gnome2/Makefile.common b/meta-pkgs/ruby-gnome2/Makefile.common
index 239a9abe259..50577a7b02a 100644
--- a/meta-pkgs/ruby-gnome2/Makefile.common
+++ b/meta-pkgs/ruby-gnome2/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2013/06/15 09:39:33 obache Exp $
+# $NetBSD: Makefile.common,v 1.34 2013/06/19 13:08:57 obache Exp $
#
# used by devel/ruby-gnome2-atk/Makefile
# used by devel/ruby-gnome2-gio/Makefile
@@ -31,6 +31,8 @@ MAINTAINER= dieter.NetBSD@pandora.be
HOMEPAGE= http://ruby-gnome2.sourceforge.jp/
LICENSE= gnu-lgpl-v2.1
+RUBY_VERSION_SUPPORTED= 193
+
VERSION= 2.0.2
USE_RUBY_EXTCONF?= yes
CONFIGURE_ENV+= RUBYOPT="-Ku"