summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authortaca <taca>2012-09-16 15:30:44 +0000
committertaca <taca>2012-09-16 15:30:44 +0000
commitfcf56a1cbc636541e987fde1aec30db31d118e15 (patch)
tree9f2e8c63cc008d643e9689b6b7c695c24a5a4cba /textproc
parentb30c31afbdc54644ac923b9698bae8dcb9dd3483 (diff)
downloadpkgsrc-fcf56a1cbc636541e987fde1aec30db31d118e15.tar.gz
Remove support of ruby19 (Ruby 1.9.2).
Diffstat (limited to 'textproc')
-rw-r--r--textproc/groonga/Makefile4
-rw-r--r--textproc/migemo/Makefile.common4
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/groonga/Makefile b/textproc/groonga/Makefile
index 4230868189f..383fd2e6960 100644
--- a/textproc/groonga/Makefile
+++ b/textproc/groonga/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2012/09/15 10:06:36 obache Exp $
+# $NetBSD: Makefile,v 1.22 2012/09/16 15:30:45 taca Exp $
#
DISTNAME= groonga-2.0.3
@@ -13,7 +13,7 @@ LICENSE= gnu-lgpl-v2.1
PKG_DESTDIR_SUPPORT= user-destdir
-RUBY_VERSION_SUPPORTED= 192 193
+RUBY_VERSION_SUPPORTED= 193
.include "../../lang/ruby/rubyversion.mk"
DEPENDS+= ${RUBY_BASE}>=${RUBY_VERSION}:../../lang/${RUBY_BASE}
diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common
index 44d8b903689..e2589fb8fad 100644
--- a/textproc/migemo/Makefile.common
+++ b/textproc/migemo/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2012/08/12 11:52:26 obache Exp $
+# $NetBSD: Makefile.common,v 1.4 2012/09/16 15:30:45 taca Exp $
#
# used by textproc/migemo/Makefile
# used by textproc/migemo-elisp/Makefile
@@ -12,4 +12,4 @@ MASTER_SITES= http://0xcc.net/migemo/
MAINTAINER= yamajun@ofug.net
HOMEPAGE= http://0xcc.net/migemo/
-RUBY_VERSION_SUPPORTED= 192 193
+RUBY_VERSION_SUPPORTED= 193