summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2016-03-14 00:59:05 +0000
committertnn <tnn@pkgsrc.org>2016-03-14 00:59:05 +0000
commit744e6d6dc9a52926d87cf3800d0f80c76f546410 (patch)
tree772402e786294100fd0e6f16f857d3caa2cf0b6e /sysutils
parent525fa3c546f9d39018d4b9acd2c77643cb5df4de (diff)
downloadpkgsrc-744e6d6dc9a52926d87cf3800d0f80c76f546410.tar.gz
remove references to ruby200
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/puppet/Makefile4
-rw-r--r--sysutils/ruby-chef/Makefile4
2 files changed, 4 insertions, 4 deletions
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"