Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Nov 2020 11:35:11 +0000 (UTC)
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r556102 - head/sysutils/vagrant
Message-ID:  <202011231135.0ANBZBoV088122@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202011231135.0ANBZBoV088122>