summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--databases/ruby-gdbm/Makefile4
-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
-rw-r--r--lang/ruby/Makefile4
-rw-r--r--misc/ruby-progressbar/Makefile4
-rw-r--r--sysutils/puppet/Makefile4
-rw-r--r--sysutils/ruby-chef/Makefile4
-rw-r--r--textproc/migemo/Makefile.common4
-rw-r--r--textproc/ruby-diff-lcs/Makefile4
-rw-r--r--textproc/ruby-json/Makefile4
-rw-r--r--textproc/ruby-rdtool/Makefile4
-rw-r--r--textproc/ruby-sary/Makefile4
-rw-r--r--x11/ruby-tk/Makefile4
16 files changed, 32 insertions, 32 deletions
diff --git a/databases/ruby-gdbm/Makefile b/databases/ruby-gdbm/Makefile
index c06217a69c3..7e573e9be2d 100644
--- a/databases/ruby-gdbm/Makefile
+++ b/databases/ruby-gdbm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.28 2015/12/30 15:00:57 taca Exp $
+# $NetBSD: Makefile,v 1.29 2016/03/14 00:59:05 tnn Exp $
#
DISTNAME= ${RUBY_DISTNAME}
@@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby extension to GDBM library
-RUBY_VERSION_SUPPORTED= 23 22 21 200 18
+RUBY_VERSION_SUPPORTED= 23 22 21 18
USE_RUBY_EXTCONF= yes
DISTINFO_FILE= ${RUBY_DISTINFO_FILE}
EXTRACT_ELEMENTS= ${RUBY_DISTNAME}/ext/gdbm
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
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile
index 28ca7cf2de3..36c8c01b62c 100644
--- a/lang/ruby/Makefile
+++ b/lang/ruby/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2015/12/30 15:04:39 taca Exp $
+# $NetBSD: Makefile,v 1.59 2016/03/14 00:59:06 tnn Exp $
DISTNAME= # empty
PKGNAME= ruby-${RUBY_VERSION_FULL}
@@ -15,7 +15,7 @@ CONFLICTS= pkg_alternatives-[0-9]*
NO_CONFIGURE= yes
NO_BUILD= yes
-RUBY_VERSION_SUPPORTED= 23 22 21 200 18
+RUBY_VERSION_SUPPORTED= 23 22 21 18
.include "../../lang/ruby/rubyversion.mk"
diff --git a/misc/ruby-progressbar/Makefile b/misc/ruby-progressbar/Makefile
index a48a61214b7..b96d686683f 100644
--- a/misc/ruby-progressbar/Makefile
+++ b/misc/ruby-progressbar/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2016/01/24 08:17:45 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2016/03/14 00:59:06 tnn Exp $
DISTNAME= ruby-progressbar-1.7.5
PKGNAME= ${DISTNAME:S/ruby-/${RUBY_PKGPREFIX}-/}
@@ -9,7 +9,7 @@ HOMEPAGE= https://github.com/jfelchner/ruby-progressbar
COMMENT= Text Progress Bar Library for Ruby
LICENSE= mit
-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/sysutils/puppet/Makefile b/sysutils/puppet/Makefile
index fe54525000b..2a99e479863 100644
--- a/sysutils/puppet/Makefile
+++ b/sysutils/puppet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 2016/01/03 06:53:49 taca Exp $
+# $NetBSD: Makefile,v 1.24 2016/03/14 00:59:06 tnn Exp $
DISTNAME= puppet-3.8.4
PKGREVISION= 1
@@ -16,7 +16,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-minitest>=2.5.1:../../devel/ruby-minitest
DEPENDS+= ${RUBY_PKGPREFIX}-shadow>=2.0.0:../../security/ruby-shadow
# io-console gem is bundled in ruby base package.
-RUBY_VERSION_SUPPORTED= 200 21
+RUBY_VERSION_SUPPORTED= 21
RUBY_JSON_REQD= 1.7.0
RUBY_JSON_TYPE= pure
RUBYGEM_OPTIONS+= --format-executable
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index a2fe688f3bf..4d16dda4640 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2015/01/20 10:10:50 fhajny Exp $
+# $NetBSD: Makefile,v 1.3 2016/03/14 00:59:06 tnn Exp $
DISTNAME= chef-12.0.3
CATEGORIES= sysutils
@@ -25,7 +25,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-diff-lcs>=1.2.5<2.0:../../textproc/ruby-diff-lcs
DEPENDS+= ${RUBY_PKGPREFIX}-plist>=3.1.0:../../textproc/ruby-plist
DEPENDS+= ${RUBY_PKGPREFIX}-erubis>=2.7.0<3.0:../../www/ruby-erubis
-RUBY_VERSION_SUPPORTED= 200 21
+RUBY_VERSION_SUPPORTED= 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
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
diff --git a/x11/ruby-tk/Makefile b/x11/ruby-tk/Makefile
index 769cdca45eb..afb4e1f3afb 100644
--- a/x11/ruby-tk/Makefile
+++ b/x11/ruby-tk/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2015/12/30 15:03:49 taca Exp $
+# $NetBSD: Makefile,v 1.49 2016/03/14 00:59:07 tnn Exp $
DISTNAME= ${RUBY_DISTNAME}
PKGNAME= ${RUBY_PKGPREFIX}-${RUBY_EXTNAME}-${RUBY_VERSION_FULL}
@@ -11,7 +11,7 @@ MAINTAINER= taca@NetBSD.org
HOMEPAGE= ${RUBY_HOMEPAGE}
COMMENT= Ruby interface to the Tk widget set
-RUBY_VERSION_SUPPORTED= 23 22 21 200 18
+RUBY_VERSION_SUPPORTED= 23 22 21 18
USE_TOOLS+= pax
USE_RUBY_EXTCONF= yes
RUBY_EXTCONF_SUBDIRS= . tkutil