From owner-svn-ports-head@freebsd.org Tue Nov 22 21:07:30 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8DAACC50C05; Tue, 22 Nov 2016 21:07:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 656BBE2D; Tue, 22 Nov 2016 21:07:30 +0000 (UTC) (envelope-from cmt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uAML7T7G048519; Tue, 22 Nov 2016 21:07:29 GMT (envelope-from cmt@FreeBSD.org) Received: (from cmt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uAML7Tal048516; Tue, 22 Nov 2016 21:07:29 GMT (envelope-from cmt@FreeBSD.org) Message-Id: <201611222107.uAML7Tal048516@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: cmt set sender to cmt@FreeBSD.org using -f From: Christoph Moench-Tegeder Date: Tue, 22 Nov 2016 21:07:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r426864 - head/sysutils/vagrant X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Nov 2016 21:07:30 -0000 Author: cmt Date: Tue Nov 22 21:07:29 2016 New Revision: 426864 URL: https://svnweb.freebsd.org/changeset/ports/426864 Log: vagrant 1.8.7 https://github.com/mitchellh/vagrant/blob/master/CHANGELOG.md PR: 214571 Approved by: joe()thrallingpenguin.com (maintainer), rene (mentor) Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo head/sysutils/vagrant/pkg-plist Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Tue Nov 22 21:03:51 2016 (r426863) +++ head/sysutils/vagrant/Makefile Tue Nov 22 21:07:29 2016 (r426864) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.8.6 +PORTVERSION= 1.8.7 DISTVERSIONPREFIX= v CATEGORIES= sysutils rubygems devel Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Tue Nov 22 21:03:51 2016 (r426863) +++ head/sysutils/vagrant/distinfo Tue Nov 22 21:07:29 2016 (r426864) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476708884 -SHA256 (mitchellh-vagrant-v1.8.6_GH0.tar.gz) = de1204c56feeeb327f542e58d39c9dd55fef78a9b753594a3b30e330d72d23e4 -SIZE (mitchellh-vagrant-v1.8.6_GH0.tar.gz) = 1749696 +TIMESTAMP = 1479304110 +SHA256 (mitchellh-vagrant-v1.8.7_GH0.tar.gz) = 5371d39679d40d4f6913728dd3d93c103e74c76ecc813710191a2c378b83a1e2 +SIZE (mitchellh-vagrant-v1.8.7_GH0.tar.gz) = 1756302 Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Tue Nov 22 21:03:51 2016 (r426863) +++ head/sysutils/vagrant/pkg-plist Tue Nov 22 21:07:29 2016 (r426864) @@ -911,6 +911,7 @@ bin/vagrant %%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/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/photon/cap/change_host_name_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/configure_networks_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/photon/cap/docker_test.rb @@ -948,6 +949,7 @@ bin/vagrant %%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 %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/hosts/darwin/cap/rdp_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/hosts/linux/cap/nfs_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/package_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/push_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2/config/ssh_test.rb @@ -1114,6 +1116,7 @@ bin/vagrant %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/shell_quote_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/ssh_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/string_block_editor_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/subprocess_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util/which_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/vagrantfile_test.rb %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant_test.rb