summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn>2016-03-14 00:59:05 +0000
committertnn <tnn>2016-03-14 00:59:05 +0000
commit315e44178ffa867dfe3d0dfd872e4c22c903667b (patch)
tree772402e786294100fd0e6f16f857d3caa2cf0b6e /devel
parentdbeaf5ff61394cc272cd03cfd4397e90f8b5dc27 (diff)
downloadpkgsrc-315e44178ffa867dfe3d0dfd872e4c22c903667b.tar.gz
remove references to ruby200
Diffstat (limited to 'devel')
-rw-r--r--devel/ruby-curses/Makefile4
-rw-r--r--devel/ruby-power_assert/Makefile4
-rw-r--r--devel/ruby-rake/Makefile4
-rw-r--r--devel/ruby-rdoc/Makefile4
-rw-r--r--devel/ruby-readline/Makefile4
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/ruby-curses/Makefile b/devel/ruby-curses/Makefile
index e5f744c9a78..e5bec817546 100644
--- a/devel/ruby-curses/Makefile
+++ b/devel/ruby-curses/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2015/11/23 15:46:58 taca Exp $
+# $NetBSD: Makefile,v 1.21 2016/03/14 00:59:05 tnn Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -20,7 +20,7 @@ CURSES_EXAMPLES= hello.rb rain.rb view.rb view2.rb
REPLACE_RUBY= ${CURSES_EXAMPLES}
INSTALLATION_DIRS= ${RUBY_EG}/curses
-RUBY_VERSION_SUPPORTED= 200 18
+RUBY_VERSION_SUPPORTED= 18
post-install:
.for f in ${CURSES_EXAMPLES}
diff --git a/devel/ruby-power_assert/Makefile b/devel/ruby-power_assert/Makefile
index f79a0269a85..5d509cc6bda 100644
--- a/devel/ruby-power_assert/Makefile
+++ b/devel/ruby-power_assert/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/02/16 15:20:40 taca Exp $
+# $NetBSD: Makefile,v 1.10 2016/03/14 00:59:06 tnn Exp $
DISTNAME= power_assert-0.2.7
CATEGORIES= devel
@@ -8,7 +8,7 @@ HOMEPAGE= https://github.com/k-tsj/power_assert
COMMENT= Power Assert for Ruby
LICENSE= 2-clause-bsd
-#RUBY_VERSION_SUPPORTED?= 200 21 22
+#RUBY_VERSION_SUPPORTED?= 21 22
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/ruby-rake/Makefile b/devel/ruby-rake/Makefile
index c799b56c438..8586b23c510 100644
--- a/devel/ruby-rake/Makefile
+++ b/devel/ruby-rake/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2015/11/23 15:46:58 taca Exp $
+# $NetBSD: Makefile,v 1.15 2016/03/14 00:59:06 tnn Exp $
DISTNAME= rake-${VERS}
CATEGORIES= devel
@@ -14,7 +14,7 @@ USE_TOOLS+= gzip
FIX_PERM= doc/release_notes/rake-0.7.3.rdoc
VERS= 10.4.2
-RUBY_VERSION_SUPPORTED= 200 18 21 22
+RUBY_VERSION_SUPPORTED= 18 21 22
FILES_SUBST+= GEM_NAME=${GEM_NAME} RAKE_HACK=${RAKE_HACK} RAKEBIN=${RAKEBIN}
PLIST_SUBST+= RAKE_HACK=${RAKE_HACK} RAKEBIN=${RAKEBIN}
diff --git a/devel/ruby-rdoc/Makefile b/devel/ruby-rdoc/Makefile
index 46162a28894..cf438cf9689 100644
--- a/devel/ruby-rdoc/Makefile
+++ b/devel/ruby-rdoc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2016/02/06 10:59:55 taca Exp $
+# $NetBSD: Makefile,v 1.14 2016/03/14 00:59:06 tnn Exp $
DISTNAME= rdoc-${RUBY_RDOC_PKGSRC_VERS}
CATEGORIES= devel
@@ -9,7 +9,7 @@ COMMENT= Produces HTML and command-line documentation for Ruby projects
LICENSE= gnu-gpl-v2 OR ruby-license
# ruby23 has 4.2.1 in tree.
-RUBY_VERSION_SUPPORTED= 22 200 18 21
+RUBY_VERSION_SUPPORTED= 22 18 21
RUBY_JSON_REQD= 1.4
GEM_PATH= ${RUBYGEM_INSTALL_ROOT}${PREFIX}/${GEM_LIBDIR}:${PREFIX}/${GEM_HOME}
diff --git a/devel/ruby-readline/Makefile b/devel/ruby-readline/Makefile
index b0b051f338e..345cf5a9a1f 100644
--- a/devel/ruby-readline/Makefile
+++ b/devel/ruby-readline/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2015/12/30 15:03:13 taca Exp $
+# $NetBSD: Makefile,v 1.42 2016/03/14 00:59:06 tnn Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -12,7 +12,7 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to readline library
-RUBY_VERSION_SUPPORTED= 23 22 21 200 18
+RUBY_VERSION_SUPPORTED= 23 22 21 18
USE_RUBY_EXTCONF= yes
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/readline
WRKSRC= ${RUBY_WRKSRC}/ext/readline