mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
update vagrant to 2.2.4
https://github.com/hashicorp/vagrant/blob/v2.2.4/CHANGELOG.md PR: 236106 Approved by: Joseph Benden (maintainer)
This commit is contained in:
parent
6196f28609
commit
509b34eb8d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=494158
@ -2,9 +2,8 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= vagrant
|
||||
PORTVERSION= 2.2.3
|
||||
PORTVERSION= 2.2.4
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils rubygems devel
|
||||
|
||||
MAINTAINER= joe@thrallingpenguin.com
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1547211908
|
||||
SHA256 (hashicorp-vagrant-v2.2.3_GH0.tar.gz) = 7a2f15b58549080562168f6bcab6d1461540b42ad35bf1f0d33f2c64317d00c8
|
||||
SIZE (hashicorp-vagrant-v2.2.3_GH0.tar.gz) = 1236158
|
||||
TIMESTAMP = 1551304532
|
||||
SHA256 (hashicorp-vagrant-v2.2.4_GH0.tar.gz) = 4f8ce6ede5d47a2be1ce46a29d22d41d1f4ba9d99fe9496b2424f98ae4dab2d6
|
||||
SIZE (hashicorp-vagrant-v2.2.4_GH0.tar.gz) = 1244111
|
||||
|
@ -27,6 +27,8 @@ bin/vagrant
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builder.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/after_trigger.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/before_trigger.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/box_add.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/box_check_outdated.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/lib/vagrant/action/builtin/box_remove.rb
|
||||
@ -178,6 +180,7 @@ bin/vagrant
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cap/plugin.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cloud/auth/login.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cloud/auth/logout.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cloud/auth/middleware/add_authentication.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cloud/auth/plugin.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cloud/auth/root.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/cloud/auth/whoami.rb
|
||||
@ -225,7 +228,6 @@ bin/vagrant
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/command.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/errors.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/locales/en.yml
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/middleware/add_authentication.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/login/plugin.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/command.rb
|
||||
%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/commands/package/plugin.rb
|
||||
|
Loading…
Reference in New Issue
Block a user