summaryrefslogtreecommitdiff
path: root/sysutils/ruby-chef
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2018-09-27 23:16:39 +0000
committertnn <tnn@pkgsrc.org>2018-09-27 23:16:39 +0000
commitdab3d91110be2f756b790b30e074357d578b4fab (patch)
treecf08dc0c57a7d27bf22b5475a51a91a656ce8d15 /sysutils/ruby-chef
parentbd63dfa800ee507553612f9e5ace9f7f699a40c4 (diff)
downloadpkgsrc-dab3d91110be2f756b790b30e074357d578b4fab.tar.gz
ruby-chef: drop ruby23 because dropped in ruby-chef-zero
Diffstat (limited to 'sysutils/ruby-chef')
-rw-r--r--sysutils/ruby-chef/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index 5cc85ef880f..1665cfb5979 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/09/23 16:31:58 taca Exp $
+# $NetBSD: Makefile,v 1.10 2018/09/27 23:16:39 tnn Exp $
DISTNAME= chef-14.5.27
CATEGORIES= sysutils
@@ -40,7 +40,7 @@ DEPENDS+= ${RUBY_PKGPREFIX}-proxifier>=1.0<2:../../net/ruby-proxifier
DEPENDS+= ${RUBY_PKGPREFIX}-bundler>=1.10:../../misc/ruby-bundler
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSIONS_ACCEPTED= 23 24 25 # misc/ruby-ohai
+RUBY_VERSIONS_ACCEPTED= 24 25 # misc/ruby-ohai
pre-configure:
cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;