aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vagrant
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2020-11-23 11:35:11 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2020-11-23 11:35:11 +0000
commit2d20d52a138dd6bab6274bf77b98a847656ba173 (patch)
tree2a895866a016620e595149fa485c4adf491b3977 /sysutils/vagrant
parent867abf74f6dc13808515823920967cb8749378b5 (diff)
downloadports-2d20d52a138dd6bab6274bf77b98a847656ba173.tar.gz
ports-2d20d52a138dd6bab6274bf77b98a847656ba173.zip
Mark current version broken for ruby 2.7.
Notes
Notes: svn path=/head/; revision=556102
Diffstat (limited to 'sysutils/vagrant')
-rw-r--r--sysutils/vagrant/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile
index 4ebc5ca2913e..58cb445b912e 100644
--- a/sysutils/vagrant/Makefile
+++ b/sysutils/vagrant/Makefile
@@ -13,6 +13,11 @@ COMMENT= Vagrant Virtual Machine Manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+# an update to a current version should fix this
+# regarding this MR it should be ruby 2.7 compatible
+# https://github.com/hashicorp/vagrant/pull/11814
+BROKEN_RUBY27= yes
+
BUILD_DEPENDS= rubygem-builder>=2.1.2:devel/rubygem-builder \
rubygem-bundler>=1.12.5:sysutils/rubygem-bundler \
rubygem-main>=1.0:devel/rubygem-main