Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Sep 2018 22:22:29 +0000 (UTC)
From:      Christoph Moench-Tegeder <cmt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r479747 - in head/sysutils/vagrant: . files
Message-ID:  <201809132222.w8DMMT8f001645@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: cmt
Date: Thu Sep 13 22:22:29 2018
New Revision: 479747
URL: https://svnweb.freebsd.org/changeset/ports/479747

Log:
  sysutils/vagrant: update to 2.1.5
  
  https://github.com/hashicorp/vagrant/releases
  
  PR:		231350
  Approved by:	joe at thrallingpenguin.com (maintainer)

Modified:
  head/sysutils/vagrant/Makefile
  head/sysutils/vagrant/distinfo
  head/sysutils/vagrant/files/patch-gemspec
  head/sysutils/vagrant/pkg-plist

Modified: head/sysutils/vagrant/Makefile
==============================================================================
--- head/sysutils/vagrant/Makefile	Thu Sep 13 22:13:24 2018	(r479746)
+++ head/sysutils/vagrant/Makefile	Thu Sep 13 22:22:29 2018	(r479747)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	vagrant
-PORTVERSION=	2.1.2
+PORTVERSION=	2.1.5
 DISTVERSIONPREFIX=	v
 CATEGORIES=	sysutils rubygems devel
 
@@ -24,7 +24,7 @@ RUN_DEPENDS=	rubygem-bundler>=1.12.5:sysutils/rubygem-
 		rubygem-log4r>=1.1.9:sysutils/rubygem-log4r \
 		rubygem-net-scp>=1.2.0:security/rubygem-net-scp \
 		rubygem-net-sftp>=2.1:security/rubygem-net-sftp \
-		rubygem-net-ssh4>=4.2.0:security/rubygem-net-ssh4 \
+		rubygem-net-ssh>=5.0.0:security/rubygem-net-ssh \
 		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 \

Modified: head/sysutils/vagrant/distinfo
==============================================================================
--- head/sysutils/vagrant/distinfo	Thu Sep 13 22:13:24 2018	(r479746)
+++ head/sysutils/vagrant/distinfo	Thu Sep 13 22:22:29 2018	(r479747)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1530274090
-SHA256 (hashicorp-vagrant-v2.1.2_GH0.tar.gz) = 610d704e737cbc0ccb9d27fd1b40be8bb1917cad693d2a3d841c8c36c8066939
-SIZE (hashicorp-vagrant-v2.1.2_GH0.tar.gz) = 1218801
+TIMESTAMP = 1536865463
+SHA256 (hashicorp-vagrant-v2.1.5_GH0.tar.gz) = 347179564f5a8a56e2d6dcb82470e04d92a60ed0b3265efc07f9ff37cd5c7f5f
+SIZE (hashicorp-vagrant-v2.1.5_GH0.tar.gz) = 1238788

Modified: head/sysutils/vagrant/files/patch-gemspec
==============================================================================
--- head/sysutils/vagrant/files/patch-gemspec	Thu Sep 13 22:13:24 2018	(r479746)
+++ head/sysutils/vagrant/files/patch-gemspec	Thu Sep 13 22:22:29 2018	(r479747)
@@ -12,8 +12,7 @@
    s.add_dependency "listen", "~> 3.1.5"
    s.add_dependency "hashicorp-checkpoint", "~> 0.1.5"
    s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
--  s.add_dependency "net-ssh", "~> 4.2.0"
-+  s.add_dependency "net-ssh", ">= 4.2.0"
+   s.add_dependency "net-ssh", "~> 5.0.0"
    s.add_dependency "net-sftp", "~> 2.1"
 -  s.add_dependency "net-scp", "~> 1.2.0"
 +  s.add_dependency "net-scp", ">= 1.2.0"

Modified: head/sysutils/vagrant/pkg-plist
==============================================================================
--- head/sysutils/vagrant/pkg-plist	Thu Sep 13 22:13:24 2018	(r479746)
+++ head/sysutils/vagrant/pkg-plist	Thu Sep 13 22:22:29 2018	(r479747)
@@ -255,6 +255,7 @@ bin/vagrant
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/suspend/command.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/suspend/plugin.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/command.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/middleware/store_box_metadata.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/plugin.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/up/start_mixins.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/validate/command.rb
@@ -817,6 +818,7 @@ bin/vagrant
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/atlas/push.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/adapter.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/config.rb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/errors.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/locales/en.yml
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/plugin.rb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/pushes/ftp/push.rb
@@ -886,6 +888,7 @@ bin/vagrant
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/nixos/network.erb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/openbsd/network_dhcp.erb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/openbsd/network_static.erb
+%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/openbsd/network_static6.erb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_dhcp.erb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_static.erb
 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/templates/guests/redhat/network_static6.erb



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