aboutsummaryrefslogtreecommitdiff
path: root/sysutils/vagrant
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2017-12-14 20:05:31 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2017-12-14 20:05:31 +0000
commit7ae88ac6d55ad7ef408b765d5cb6c6ca337d1285 (patch)
tree7ae2a1575fa4f42c399ca373957e78579db4fc63 /sysutils/vagrant
parente4b5eef5dd963324d77c60d72e4ae1cec3f667ac (diff)
downloadports-7ae88ac6d55ad7ef408b765d5cb6c6ca337d1285.tar.gz
ports-7ae88ac6d55ad7ef408b765d5cb6c6ca337d1285.zip
sysutils/vagrant: Update to 2.0.1
- Fixes build with Ruby 2.4 PR: 224277 Approved by: joe@thrallingpenguin.com (maintainer)
Notes
Notes: svn path=/head/; revision=456347
Diffstat (limited to 'sysutils/vagrant')
-rw-r--r--sysutils/vagrant/Makefile3
-rw-r--r--sysutils/vagrant/distinfo6
-rw-r--r--sysutils/vagrant/files/patch-virtualbox5.258
-rw-r--r--sysutils/vagrant/pkg-plist17
4 files changed, 11 insertions, 73 deletions
diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile
index 62edeb5e1f0f..d9c0646c7644 100644
--- a/sysutils/vagrant/Makefile
+++ b/sysutils/vagrant/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= vagrant
-PORTVERSION= 2.0.0
-PORTREVISION= 1
+PORTVERSION= 2.0.1
DISTVERSIONPREFIX= v
CATEGORIES= sysutils rubygems devel
diff --git a/sysutils/vagrant/distinfo b/sysutils/vagrant/distinfo
index a5b66c5cbf66..8334c9c1a2bb 100644
--- a/sysutils/vagrant/distinfo
+++ b/sysutils/vagrant/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1505571389
-SHA256 (mitchellh-vagrant-v2.0.0_GH0.tar.gz) = c25d3a5f18abdf349047f4d80bb74e6cb526959536e4bef5aa771de9d39cb260
-SIZE (mitchellh-vagrant-v2.0.0_GH0.tar.gz) = 1142850
+TIMESTAMP = 1513187537
+SHA256 (mitchellh-vagrant-v2.0.1_GH0.tar.gz) = 212b91c45f60a825fcfc656424021e2550833778a6d4ebe13458676201a04eba
+SIZE (mitchellh-vagrant-v2.0.1_GH0.tar.gz) = 1153702
diff --git a/sysutils/vagrant/files/patch-virtualbox5.2 b/sysutils/vagrant/files/patch-virtualbox5.2
deleted file mode 100644
index c2b747226cd1..000000000000
--- a/sysutils/vagrant/files/patch-virtualbox5.2
+++ /dev/null
@@ -1,58 +0,0 @@
-From 7d73af5637de41f1e53b8f1ef2ea9baf76842dfb Mon Sep 17 00:00:00 2001
-From: Jehiah Czebotar <jehiah@gmail.com>
-Date: Fri, 8 Sep 2017 15:00:17 -0400
-Subject: [PATCH] Virtualbox 5.2 support
-
----
- plugins/providers/virtualbox/driver/meta.rb | 1 +
- plugins/providers/virtualbox/driver/version_5_2.rb | 16 ++++++++++++++++
- plugins/providers/virtualbox/plugin.rb | 1 +
- 3 files changed, 18 insertions(+)
- create mode 100644 plugins/providers/virtualbox/driver/version_5_2.rb
-
-diff --git a/plugins/providers/virtualbox/driver/meta.rb b/plugins/providers/virtualbox/driver/meta.rb
-index 0dd186d8c7..ec457a866a 100644
---- plugins/providers/virtualbox/driver/meta.rb
-+++ plugins/providers/virtualbox/driver/meta.rb
-@@ -62,6 +62,7 @@ def initialize(uuid=nil)
- "4.3" => Version_4_3,
- "5.0" => Version_5_0,
- "5.1" => Version_5_1,
-+ "5.2" => Version_5_2,
- }
-
- if @@version.start_with?("4.2.14")
-diff --git a/plugins/providers/virtualbox/driver/version_5_2.rb b/plugins/providers/virtualbox/driver/version_5_2.rb
-new file mode 100644
-index 0000000000..cd6c0b6c5c
---- /dev/null
-+++ plugins/providers/virtualbox/driver/version_5_2.rb
-@@ -0,0 +1,16 @@
-+require File.expand_path("../version_5_1", __FILE__)
-+
-+module VagrantPlugins
-+ module ProviderVirtualBox
-+ module Driver
-+ # Driver for VirtualBox 5.2.x
-+ class Version_5_2 < Version_5_1
-+ def initialize(uuid)
-+ super
-+
-+ @logger = Log4r::Logger.new("vagrant::provider::virtualbox_5_2")
-+ end
-+ end
-+ end
-+ end
-+end
-diff --git a/plugins/providers/virtualbox/plugin.rb b/plugins/providers/virtualbox/plugin.rb
-index 399747a6a2..090bc50616 100644
---- plugins/providers/virtualbox/plugin.rb
-+++ plugins/providers/virtualbox/plugin.rb
-@@ -57,6 +57,7 @@ module Driver
- autoload :Version_4_3, File.expand_path("../driver/version_4_3", __FILE__)
- autoload :Version_5_0, File.expand_path("../driver/version_5_0", __FILE__)
- autoload :Version_5_1, File.expand_path("../driver/version_5_1", __FILE__)
-+ autoload :Version_5_2, File.expand_path("../driver/version_5_2", __FILE__)
- end
-
- module Model
diff --git a/sysutils/vagrant/pkg-plist b/sysutils/vagrant/pkg-plist
index 200fa13738fa..1e92f7e8b207 100644
--- a/sysutils/vagrant/pkg-plist
+++ b/sysutils/vagrant/pkg-plist
@@ -439,11 +439,6 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris/plugin.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/change_host_name.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/configure_networks.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/halt.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/insert_public_key.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/mount_virtualbox_shared_folder.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/remove_public_key.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/cap/rsync.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/config.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/guest.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/solaris11/plugin.rb
@@ -901,6 +896,7 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/repackage_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/box/command/update_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/cap/command_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/destroy/command_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/global-status/command_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/init/command_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/commands/list-commands/command_test.rb
@@ -954,11 +950,11 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/change_host_name_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/choose_addressable_ip_addr_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/halt_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/shell_expand_guest_path_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/change_host_name_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/configure_networks_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/nfs_client_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/rsync_test.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/darwin/cap/shell_expand_guest_path_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/debian/cap/smb_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/esxi/cap/halt_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/esxi/cap/public_key_test.rb
@@ -979,10 +975,10 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/remove_public_key_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/rsync_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/linux/cap/shell_expand_guest_path_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/netbsd/cap/shell_expand_guest_path_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/change_host_name_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/mount_nfs_folder_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/omnios/cap/rsync_test.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/netbsd/cap/shell_expand_guest_path_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/openbsd/cap/halt_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/openbsd/cap/rsync_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/openbsd/cap/shell_expand_guest_path_test.rb
@@ -1008,7 +1004,8 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/remove_public_key_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/rsync_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/solaris/cap/halt_test.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/solaris11/cap/halt_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/solaris11/cap/change_host_name_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/solaris11/cap/configure_networks_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/change_host_name_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/configure_networks_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/suse/cap/halt_test.rb
@@ -1021,8 +1018,8 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/halt_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/insert_public_key_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/mount_shared_folder_test.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/remove_public_key_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/reboot_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/remove_public_key_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/cap/rsync_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/config_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/windows/guest_network_test.rb
@@ -1134,8 +1131,8 @@ bin/vagrant
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/lock_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/message_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/mixin_synced_folders_test.rb
-%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/provisioner_cleanup_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/provision_test.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/provisioner_cleanup_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/ssh_exec_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/ssh_run_test.rb
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/action/builtin/synced_folder_cleanup_test.rb