Date: Fri, 30 Nov 2018 23:58:20 +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: r486306 - head/sysutils/vagrant Message-ID: <201811302358.wAUNwKB2019862@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cmt Date: Fri Nov 30 23:58:19 2018 New Revision: 486306 URL: https://svnweb.freebsd.org/changeset/ports/486306 Log: sysutils/vagrant: update to 2.2.2 https://github.com/hashicorp/vagrant/blob/v2.2.2/CHANGELOG.md Fixes regressins in the default NIC type handling. Watch for regressions in the regression fix. PR: 233677 Approved by: joe at thrallingpengion dot com (maintainer) Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Fri Nov 30 22:19:52 2018 (r486305) +++ head/sysutils/vagrant/Makefile Fri Nov 30 23:58:19 2018 (r486306) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Fri Nov 30 22:19:52 2018 (r486305) +++ head/sysutils/vagrant/distinfo Fri Nov 30 23:58:19 2018 (r486306) @@ -1,3 +1,3 @@ -TIMESTAMP = 1542392676 -SHA256 (hashicorp-vagrant-v2.2.1_GH0.tar.gz) = 50ecee4e9362fa99115bdbc66d15e80f2440d6479204ac7abf7fb8e77c0fbc03 -SIZE (hashicorp-vagrant-v2.2.1_GH0.tar.gz) = 1222292 +TIMESTAMP = 1543619144 +SHA256 (hashicorp-vagrant-v2.2.2_GH0.tar.gz) = 4f1233a753933025da8735df5c0c77762350094468df1692bb041e1991195e0b +SIZE (hashicorp-vagrant-v2.2.2_GH0.tar.gz) = 1223645 Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Fri Nov 30 22:19:52 2018 (r486305) +++ head/sysutils/vagrant/pkg-plist Fri Nov 30 23:58:19 2018 (r486306) @@ -749,6 +749,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/prepare_nfs_valid_ids.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/resume.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/sane_defaults.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/set_default_nic_type.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/set_name.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/setup_package_files.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/providers/virtualbox/action/snapshot_delete.rb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811302358.wAUNwKB2019862>