Created attachment 191558 [details] update vagrant to 2.0.3 vagrant 2.0.3 has been released. Github account mitchellh now redicrects to hashicorp, so GH_ACCOUNT has been updated accordingly. Tests are not installed any longer, this shortens pkg-plist significantly. The "simple build script" .runner.sh has no value to the package and it's installation is probably a mistake, so let's just rm it. The new gemfiledeps check (ports r459673) fails as this port's Gemfile depends on an external repository (vagrant-spec) which we don't install. This check also fails on vagrant-2.0.2 but wasn't present at the time of the last update. Let's ignore this warning for the time being. Having written that: port passes "poudriere testport" and still "works for me".
Comment on attachment 191558 [details] update vagrant to 2.0.3 I've approved the patch; however, this version bump does not seem to change any of the actual source code to Vagrant. I won't why they actually published it, then. -Joe
(In reply to joe from comment #1) Uh, there have been changes: $ diff -Nru vagrant-2.0.2 vagrant-2.0.3 | wc -l 2039 And from the diff I think it's at least plausible that the items from the changelog are actually there.
committed ports r464729 - thanks
A commit references this bug: Author: cmt Date: Fri Mar 16 20:41:44 UTC 2018 New revision: 464729 URL: https://svnweb.freebsd.org/changeset/ports/464729 Log: update sysutils/vagrant to 2.0.3 The port's upstream github account was changed/renamed, this is reflected in the GH_ACCOUNT change. Tests are not installed anymore, so pkg-plist is a lot shorter now. The ".runner" "simple build script" is not required for the port and installed by accident, so just rm it. PR: 226662 Approved by: joe at thrallingpenguin com Changes: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/pkg-plist