diff options
author | tnn <tnn@pkgsrc.org> | 2016-03-14 00:59:05 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2016-03-14 00:59:05 +0000 |
commit | 744e6d6dc9a52926d87cf3800d0f80c76f546410 (patch) | |
tree | 772402e786294100fd0e6f16f857d3caa2cf0b6e /textproc | |
parent | 525fa3c546f9d39018d4b9acd2c77643cb5df4de (diff) | |
download | pkgsrc-744e6d6dc9a52926d87cf3800d0f80c76f546410.tar.gz |
remove references to ruby200
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/migemo/Makefile.common | 4 | ||||
-rw-r--r-- | textproc/ruby-diff-lcs/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-json/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-rdtool/Makefile | 4 | ||||
-rw-r--r-- | textproc/ruby-sary/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/textproc/migemo/Makefile.common b/textproc/migemo/Makefile.common index 8a4531cd1ed..26454322551 100644 --- a/textproc/migemo/Makefile.common +++ b/textproc/migemo/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile.common,v 1.9 2016/03/14 00:59:06 tnn 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= 200 21 22 23 +RUBY_VERSION_SUPPORTED= 21 22 23 diff --git a/textproc/ruby-diff-lcs/Makefile b/textproc/ruby-diff-lcs/Makefile index 5da1ffd97f1..68aae48dfd9 100644 --- a/textproc/ruby-diff-lcs/Makefile +++ b/textproc/ruby-diff-lcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile,v 1.17 2016/03/14 00:59:06 tnn Exp $ DISTNAME= diff-lcs-1.2.5 PKGREVISION= 2 @@ -11,7 +11,7 @@ LICENSE= gnu-gpl-v2 OR artistic OR ruby-license RUBYGEM_OPTIONS+= --format-executable -RUBY_VERSION_SUPPORTED= 18 200 21 22 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 .include "../../lang/ruby/gem.mk" .include "../../mk/bsd.pkg.mk" diff --git a/textproc/ruby-json/Makefile b/textproc/ruby-json/Makefile index c7985e3f7eb..4f9aac81896 100644 --- a/textproc/ruby-json/Makefile +++ b/textproc/ruby-json/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile,v 1.33 2016/03/14 00:59:06 tnn Exp $ DISTNAME= json-1.8.3 CATEGORIES= textproc @@ -10,7 +10,7 @@ LICENSE= ruby-license USE_GCC_RUNTIME= yes -RUBY_VERSION_SUPPORTED= 200 18 21 22 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 post-extract: cd ${WRKSRC}; ${FIND} . -xdev -type f -print | ${XARGS} ${CHMOD} g-w diff --git a/textproc/ruby-rdtool/Makefile b/textproc/ruby-rdtool/Makefile index 5a474cf2580..ae836026fd9 100644 --- a/textproc/ruby-rdtool/Makefile +++ b/textproc/ruby-rdtool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile,v 1.42 2016/03/14 00:59:06 tnn Exp $ DISTNAME= rdtool-0.6.38 PKGREVISION= 2 @@ -18,7 +18,7 @@ SUBST_SED.path= -e "s|@PKG_SYSCONFDIR@|${PKG_SYSCONFDIR}|" SUBST_MESSAGE.path= Fixing PKG_SYSCONFDIR paths. RUBYGEM_OPTIONS+= --format-executable -RUBY_VERSION_SUPPORTED= 18 200 21 22 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 .include "../../lang/ruby/gem.mk" .include "../../lang/ruby/modules.mk" diff --git a/textproc/ruby-sary/Makefile b/textproc/ruby-sary/Makefile index 85afb62142d..f0b258741e2 100644 --- a/textproc/ruby-sary/Makefile +++ b/textproc/ruby-sary/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2015/12/30 15:11:40 taca Exp $ +# $NetBSD: Makefile,v 1.18 2016/03/14 00:59:06 tnn Exp $ # DISTNAME= sary-ruby-1.2.0 @@ -12,7 +12,7 @@ HOMEPAGE= http://sary.sourceforge.net/ COMMENT= Ruby Binding of Sary LICENSE= gnu-lgpl-v2.1 -RUBY_VERSION_SUPPORTED= 200 18 21 22 23 +RUBY_VERSION_SUPPORTED= 18 21 22 23 USE_RUBY_EXTCONF= yes USE_TOOLS+= pkg-config |