svn commit: r556102 - head/sysutils/vagrant
Matthias Fechner
mfechner at FreeBSD.org
Mon Nov 23 11:35:12 UTC 2020
Author: mfechner
Date: Mon Nov 23 11:35:11 2020
New Revision: 556102
URL: https://svnweb.freebsd.org/changeset/ports/556102
Log:
Mark current version broken for ruby 2.7.
Modified:
head/sysutils/vagrant/Makefile
Modified: head/sysutils/vagrant/Makefile
==============================================================================
--- head/sysutils/vagrant/Makefile Mon Nov 23 11:10:42 2020 (r556101)
+++ head/sysutils/vagrant/Makefile Mon Nov 23 11:35:11 2020 (r556102)
@@ -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
More information about the svn-ports-all
mailing list