summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/ruby-ohai/Makefile4
-rw-r--r--sysutils/ruby-chef-config/Makefile4
-rw-r--r--sysutils/ruby-chef-telemetry/Makefile4
-rw-r--r--sysutils/ruby-chef-utils/Makefile5
-rw-r--r--sysutils/ruby-chef-zero/Makefile4
-rw-r--r--sysutils/ruby-chef/Makefile4
-rw-r--r--sysutils/ruby-inspec-core/Makefile4
7 files changed, 7 insertions, 22 deletions
diff --git a/misc/ruby-ohai/Makefile b/misc/ruby-ohai/Makefile
index 6ee9cb085d4..fed4fc92955 100644
--- a/misc/ruby-ohai/Makefile
+++ b/misc/ruby-ohai/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.32 2021/03/21 13:31:36 taca Exp $
+# $NetBSD: Makefile,v 1.33 2021/04/01 14:10:53 taca Exp $
DISTNAME= ohai-16.10.7
CATEGORIES= misc
@@ -26,7 +26,5 @@ USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-utils
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ruby-chef-config/Makefile b/sysutils/ruby-chef-config/Makefile
index 7c44becdf17..231c4871a99 100644
--- a/sysutils/ruby-chef-config/Makefile
+++ b/sysutils/ruby-chef-config/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2021/03/21 13:28:35 taca Exp $
+# $NetBSD: Makefile,v 1.14 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-config-16.11.7
CATEGORIES= sysutils
@@ -17,7 +17,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-tomlrb>=1.2<2:../../devel/ruby-tomlrb
USE_LANGUAGES= # none
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-utils
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ruby-chef-telemetry/Makefile b/sysutils/ruby-chef-telemetry/Makefile
index f2b383b8fb2..e77fec98f1b 100644
--- a/sysutils/ruby-chef-telemetry/Makefile
+++ b/sysutils/ruby-chef-telemetry/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2021/03/09 08:58:23 nia Exp $
+# $NetBSD: Makefile,v 1.4 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-telemetry-1.0.29
CATEGORIES= sysutils
@@ -15,7 +15,5 @@ RUBYGEM_OPTIONS+= --format-executable
USE_LANGUAGES= # none
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-utils
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ruby-chef-utils/Makefile b/sysutils/ruby-chef-utils/Makefile
index 39c9a83039e..d26bffc7e6a 100644
--- a/sysutils/ruby-chef-utils/Makefile
+++ b/sysutils/ruby-chef-utils/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2021/03/21 13:28:35 taca Exp $
+# $NetBSD: Makefile,v 1.9 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-utils-16.11.7
CATEGORIES= sysutils
@@ -10,8 +10,5 @@ LICENSE= apache-2.0
USE_LANGUAGES= # none
-# "chef-utils requires Ruby version >= 2.6.0."
-RUBY_VERSIONS_INCOMPATIBLE= 25
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/sysutils/ruby-chef-zero/Makefile b/sysutils/ruby-chef-zero/Makefile
index a2e41c9dc3f..e15e5aa7a54 100644
--- a/sysutils/ruby-chef-zero/Makefile
+++ b/sysutils/ruby-chef-zero/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2021/01/18 15:16:21 taca Exp $
+# $NetBSD: Makefile,v 1.16 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-zero-15.0.4
CATEGORIES= sysutils
@@ -17,8 +17,6 @@ DEPENDS+= ${RUBY_PKGPREFIX}-rack>=2.0.6<3:../../www/ruby-rack
USE_LANGUAGES= # none
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSIONS_INCOMPATIBLE= 25
-
pre-configure:
cd ${WRKSRC}/bin && ${CHMOD} ${BINMODE} chef-zero
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index a8581073754..7429e334e6f 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2021/03/21 13:28:35 taca Exp $
+# $NetBSD: Makefile,v 1.23 2021/04/01 14:10:53 taca Exp $
DISTNAME= chef-16.11.7
CATEGORIES= sysutils
@@ -50,8 +50,6 @@ USE_LANGUAGES= # none
OVERRIDE_GEMSPEC+= uuidtools>=2.1.5
RUBYGEM_OPTIONS+= --format-executable
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-zero
-
pre-configure:
cd ${WRKSRC}/bin && ${FIND} . -type f -exec ${CHMOD} ${BINMODE} {} \;
diff --git a/sysutils/ruby-inspec-core/Makefile b/sysutils/ruby-inspec-core/Makefile
index 18f86938dca..c228123c5f1 100644
--- a/sysutils/ruby-inspec-core/Makefile
+++ b/sysutils/ruby-inspec-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2021/03/21 13:33:31 taca Exp $
+# $NetBSD: Makefile,v 1.6 2021/04/01 14:10:53 taca Exp $
DISTNAME= inspec-core-4.28.0
CATEGORIES= sysutils
@@ -32,7 +32,5 @@ DEPENDS+= ${RUBY_PKGPREFIX}-train-core>=3.0<4:../../net/ruby-train-core
USE_LANGUAGES= # none
-RUBY_VERSIONS_INCOMPATIBLE= 25 # ruby-chef-utils
-
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"