diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2021-11-17 22:03:06 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2021-11-17 22:03:06 +0000 |
commit | 5dc453d458a5b8362a973dd8393ab32b8c83ef0a (patch) | |
tree | 8b4e8650b50b9cdde9e5dd42f7391775191c4966 /sysutils | |
parent | bdfaa870b3567067ad32ea2211f25c70b5859560 (diff) | |
download | ports-5dc453d458a5b8362a973dd8393ab32b8c83ef0a.tar.gz ports-5dc453d458a5b8362a973dd8393ab32b8c83ef0a.zip |
sysutils/vagrant: update to 2.2.19
Changelog: https://github.com/hashicorp/vagrant/blob/v2.2.19/CHANGELOG.md
PR: 259903
Approved by: joe at thrallingpenguin dot com (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/vagrant/Makefile | 4 | ||||
-rw-r--r-- | sysutils/vagrant/distinfo | 6 | ||||
-rw-r--r-- | sysutils/vagrant/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/vagrant/Makefile b/sysutils/vagrant/Makefile index 62f7191e6828..96945a3e2234 100644 --- a/sysutils/vagrant/Makefile +++ b/sysutils/vagrant/Makefile @@ -1,7 +1,7 @@ # Created by: Joseph Benden <joe@thrallingpenguin.com> PORTNAME= vagrant -PORTVERSION= 2.2.18 +PORTVERSION= 2.2.19 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel @@ -24,7 +24,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \ rubygem-excon>=0.73<1.0:devel/rubygem-excon \ rubygem-hashicorp-checkpoint>=0.1.5<0.2:www/rubygem-hashicorp-checkpoint \ rubygem-i18n>=1.8,2<2,2:devel/rubygem-i18n \ - rubygem-listen>=3.5:devel/rubygem-listen \ + rubygem-listen>=3.6:devel/rubygem-listen \ rubygem-log4r>=1.1.9<1.1.11:sysutils/rubygem-log4r \ rubygem-net-scp>=3.0.0:security/rubygem-net-scp \ rubygem-net-sftp>=3.0:security/rubygem-net-sftp \ diff --git a/sysutils/vagrant/distinfo b/sysutils/vagrant/distinfo index fbdf446e906f..62d6809dba69 100644 --- a/sysutils/vagrant/distinfo +++ b/sysutils/vagrant/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1635811607 -SHA256 (hashicorp-vagrant-v2.2.18_GH0.tar.gz) = 3508b0906b832d7317c8d36220798ec274b721e7ef63d0cf991c68f19d9dae90 -SIZE (hashicorp-vagrant-v2.2.18_GH0.tar.gz) = 1620261 +TIMESTAMP = 1637069301 +SHA256 (hashicorp-vagrant-v2.2.19_GH0.tar.gz) = 4f0e6b1d466e26dead682c4d4843e8f64a012eba4be91506ae6c6d34d3d9c8f9 +SIZE (hashicorp-vagrant-v2.2.19_GH0.tar.gz) = 1838272 diff --git a/sysutils/vagrant/pkg-plist b/sysutils/vagrant/pkg-plist index 93d545a8311c..c187c202709b 100644 --- a/sysutils/vagrant/pkg-plist +++ b/sysutils/vagrant/pkg-plist @@ -598,6 +598,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/provider_install_virtualbox.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/rdp.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/smb.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/cap/version.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/host.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/plugin.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/hosts/darwin/scripts/install_virtualbox.sh |