Created attachment 166150 [details] update sysutils/vagrant to 1.8.1 Current sysutils/vagrant 1.7.4 is unusable because of a dependency problem - vagrant does not like current rubygem-net-ssh: $ vagrant up /usr/local/lib/ruby/site_ruby/2.1/rubygems/dependency.rb:318:in `to_specs': Could not find 'net-ssh' (< 2.10.0, >= 2.6.6) - did find: [net-ssh-3.0.2] (Gem::LoadError) (fat backtrace skipped) Instead of mucking about with the gemspec file, I updated the port to 1.8.1 - see relase at github: https://github.com/mitchellh/vagrant/releases Poudriere and basic functionality test passed (that's an improvement over the current situation :))
Created attachment 166151 [details] poudriere testport log
Thank you very much for this. Just ran into the same problem and updating to 1.8.1 fixes it for me as well :-)
*** Bug 206849 has been marked as a duplicate of this bug. ***
The patch and build log look OK; however, I am unable to test full functionality at this time. Based on the patch and build log, it is approved for commit.
testbuilds@work
Testbuilds are fine.
A commit references this bug: Author: pi Date: Sun Feb 7 04:35:30 UTC 2016 New revision: 408343 URL: https://svnweb.freebsd.org/changeset/ports/408343 Log: sysutils/vagrant: 1.7.4 -> 1.8.1 - patches now generated by makepatch - upgrade fixes problem with rubygem-net-ssh - Changelog: https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md PR: 206646 Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net> Reviewed by: Tobias Kortkamp <t@tobik.me> Approved by: joe@thrallingpenguin.com (maintainer) Changes: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/files/patch-bin_vagrant head/sysutils/vagrant/files/patch-vagrant-is-vagrant-installer.patch head/sysutils/vagrant/files/patch-vagrant.gemspec head/sysutils/vagrant/pkg-plist
Committed, thanks.