summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2016-09-08 15:19:16 +0000
committerjoerg <joerg@pkgsrc.org>2016-09-08 15:19:16 +0000
commite75a446f2a5f52bb4e7a67bc2f22ec13a42d3287 (patch)
treea49d70a18801d0228d7d0914a0af73c9fc359476 /sysutils
parentd06eaaffc87e3b0c0267382b88a56d184c3146ce (diff)
downloadpkgsrc-e75a446f2a5f52bb4e7a67bc2f22ec13a42d3287.tar.gz
Rename RUBY_VERSION_SUPPORTED into _RUBY_VERSIONS_ACCEPTED to follow the
naming scheme of the other multi-version packages. Add support for the coorresponding RUBY_VERSIONS_INCOMPATIBLE list.
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 e9b302ac13d..db1a72690e3 100644
--- a/sysutils/puppet/Makefile
+++ b/sysutils/puppet/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2016/09/01 10:27:24 fhajny Exp $
+# $NetBSD: Makefile,v 1.28 2016/09/08 15:19:18 joerg Exp $
DISTNAME= puppet-3.8.7
CATEGORIES= sysutils
@@ -12,7 +12,7 @@ LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-facter>=1.7.0<3:../../sysutils/ruby-facter
DEPENDS+= ${RUBY_PKGPREFIX}-hiera>=1.0.0<3:../../databases/ruby-hiera
-RUBY_VERSION_SUPPORTED= 21
+RUBY_VERSIONS_ACCEPTED= 21
RUBY_JSON_REQD= 0
OVERRIDE_GEMSPEC= json_pure:json>0
diff --git a/sysutils/ruby-chef/Makefile b/sysutils/ruby-chef/Makefile
index 4d16dda4640..53e9c6c1826 100644
--- a/sysutils/ruby-chef/Makefile
+++ b/sysutils/ruby-chef/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/03/14 00:59:06 tnn Exp $
+# $NetBSD: Makefile,v 1.4 2016/09/08 15:19:19 joerg 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= 21
+RUBY_VERSIONS_ACCEPTED= 21
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"