aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vagrant
diff options
context:
space:
mode:
authorChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-06-29 19:44:12 +0000
committerChristoph Moench-Tegeder <cmt@FreeBSD.org>2018-06-29 19:44:12 +0000
commit53be1cc8c0dce85b39fa37b82ccf0e75bb406c81 (patch)
tree0b2b980b116249abbc5164d26ea0ef59ab49ff03 /sysutils/vagrant
parent3895eb76a6306e7a80692b8e4a0c9df302298e74 (diff)
downloadports-53be1cc8c0dce85b39fa37b82ccf0e75bb406c81.tar.gz
ports-53be1cc8c0dce85b39fa37b82ccf0e75bb406c81.zip
sysutils/vagrant: update to 2.1.2
Changelog: https://github.com/hashicorp/vagrant/blob/v2.1.2/CHANGELOG.md PR: 229416 Approved by: Joseph Benden (maintainer)
Notes
Notes: svn path=/head/; revision=473576
Diffstat (limited to 'sysutils/vagrant')
-rw-r--r--sysutils/vagrant/Makefile5
-rw-r--r--sysutils/vagrant/distinfo6
-rw-r--r--sysutils/vagrant/pkg-plist20
3 files changed, 18 insertions, 13 deletions
diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile
index c7f05bad5cf0..a141e07504f8 100644
--- a/sysutils/vagrant/Makefile
+++ b/sysutils/vagrant/Makefile
@@ -2,9 +2,8 @@
# $FreeBSD$
PORTNAME= vagrant
-PORTVERSION= 2.1.1
+PORTVERSION= 2.1.2
DISTVERSIONPREFIX= v
-PORTREVISION= 1
CATEGORIES= sysutils rubygems devel
MAINTAINER= joe@thrallingpenguin.com
@@ -29,8 +28,6 @@ RUN_DEPENDS= rubygem-bundler>=1.12.5:sysutils/rubygem-bundler \
rubygem-rb-kqueue>=0.2.0:devel/rubygem-rb-kqueue \
rubygem-rest-client>=1.6.0:www/rubygem-rest-client \
rubygem-wdm>=0.1.0:devel/rubygem-wdm \
- rubygem-win32-file>=0.8.1:sysutils/rubygem-win32-file \
- rubygem-win32-file-security>=1.0.10:sysutils/rubygem-win32-file-security \
rubygem-winrm>=2.1:sysutils/rubygem-winrm \
rubygem-winrm-elevated>=1.1:sysutils/rubygem-winrm-elevated \
rubygem-winrm-fs>=1.0:sysutils/rubygem-winrm-fs \
diff --git a/sysutils/vagrant/distinfo b/sysutils/vagrant/distinfo
index f9680e1492dd..9f9ef2f1cc93 100644
--- a/sysutils/vagrant/distinfo
+++ b/sysutils/vagrant/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1525803065
-SHA256 (hashicorp-vagrant-v2.1.1_GH0.tar.gz) = 8b54b39ad2bdfe038f5a6767a745f2139d6f62e6e4745008e906f2e1c658fa4d
-SIZE (hashicorp-vagrant-v2.1.1_GH0.tar.gz) = 1204711
+TIMESTAMP = 1530274090
+SHA256 (hashicorp-vagrant-v2.1.2_GH0.tar.gz) = 610d704e737cbc0ccb9d27fd1b40be8bb1917cad693d2a3d841c8c36c8066939
+SIZE (hashicorp-vagrant-v2.1.2_GH0.tar.gz) = 1218801
diff --git a/sysutils/vagrant/pkg-plist b/sysutils/vagrant/pkg-plist
index b882d8c21887..0144480b905a 100644
--- a/sysutils/vagrant/pkg-plist
+++ b/sysutils/vagrant/pkg-plist
@@ -495,6 +495,7 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/arch/host.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/arch/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/cap/nfs.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/cap/ssh.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/host.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/bsd/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/configured_ip_addresses.rb
@@ -512,6 +513,7 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/gentoo/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/cap/nfs.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/cap/rdp.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/cap/ssh.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/host.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/linux/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/null/host.rb
@@ -531,13 +533,16 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/ps.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/rdp.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/smb.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/cap/ssh.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/host.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/check_credentials.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/host_info.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/install_virtualbox.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/set_share.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/set_ssh_key_permissions.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/unset_share.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/windows/scripts/utils/VagrantSSH/VagrantSSH.psm1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/nfs.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/package.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/kernel_v1/config/ssh.rb
@@ -598,7 +603,9 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/provider.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/docker/synced_folder.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/check_access.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/check_enabled.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/configure.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/delete_vm.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/export.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/import.rb
@@ -614,6 +621,7 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_guest_ip.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/read_state.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/resume_vm.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/set_name.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/snapshot_delete.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/snapshot_restore.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/action/snapshot_save.rb
@@ -629,7 +637,9 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/provider.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/check_hyperv.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/check_hyperv_access.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/clone_vhd.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/configure_vm.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/create_snapshot.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/delete_snapshot.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/delete_vm.ps1
@@ -640,19 +650,19 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_switches.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/get_vm_status.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/has_vmcx_support.ps1
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm_vmcx.ps1
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm_xml.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/import_vm.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/list_snapshots.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/restore_snapshot.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/resume_vm.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/set_name.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/set_network_mac.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/set_network_vlan.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/set_vm_integration_services.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/start_vm.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/stop_vm.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/suspend_vm.ps1
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/utils/create_session.ps1
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/utils/write_messages.ps1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/utils/VagrantMessages/VagrantMessages.psm1
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/hyperv/scripts/utils/VagrantVM/VagrantVM.psm1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/boot.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/check_accessible.rb
@@ -836,8 +846,6 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/config.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/errors.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/plugin.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/mount_share.ps1
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/ps_version.ps1
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/synced_folder.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/unix_mount_helpers.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/scripts/sign.sh