From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Apr 3 18:00:48 2014 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AE22F961; Thu, 3 Apr 2014 18:00:48 +0000 (UTC) Received: from secure.thrallingpenguin.com (secure.thrallingpenguin.com [198.101.52.11]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6F9CAB9C; Thu, 3 Apr 2014 18:00:42 +0000 (UTC) Received: from Josephs-MacBook-Pro.local (ip98-167-165-178.ph.ph.cox.net [98.167.165.178]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: joeb) by secure.thrallingpenguin.com (Postfix) with ESMTPSA id E704C39A; Thu, 3 Apr 2014 14:00:32 -0400 (EDT) Message-ID: <533DA1A6.5060902@thrallingpenguin.com> Date: Thu, 03 Apr 2014 11:00:06 -0700 From: Joseph Benden User-Agent: Postbox 3.0.9 (Macintosh/20140129) MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/188235: [patch] Updated Vagrant port to 1.5.2 References: <201404031720.s33HK0TY094892@freefall.freebsd.org> In-Reply-To: <201404031720.s33HK0TY094892@freefall.freebsd.org> X-Enigmail-Version: 1.2.3 Content-Type: multipart/mixed; boundary="------------080707040400060203070700" X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Apr 2014 18:00:48 -0000 This is a multi-part message in MIME format. --------------080707040400060203070700 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I missed a few orphan files. Patch attached. (Lesson learned, use Poudriere.) > FreeBSD-gnats-submit@FreeBSD.org > April 3, 2014 at 10:20 AM > Thank you very much for your problem report. > It has the internal identification `ports/188235'. > The individual assigned to look at your > report is: freebsd-ports-bugs. > > You can access the state of your problem report at any time > via this link: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=188235 > > --------------080707040400060203070700 Content-Type: text/plain; name="vagrant-1.5.2.patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="vagrant-1.5.2.patch.txt" Index: Makefile =================================================================== --- Makefile (revision 349476) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.5.1 +PORTVERSION= 1.5.2 PORTREVISION= 1 CATEGORIES= sysutils rubygems devel MASTER_SITES= LOCAL/swills https://codeload.github.com/mitchellh/vagrant/legacy.tar.gz/v${PORTVERSION}?dummy=/ @@ -31,9 +31,9 @@ rubygem-rb-kqueue>=0.2.2:${PORTSDIR}/devel/rubygem-rb-kqueue \ rubygem-wdm>=0.1.0:${PORTSDIR}/devel/rubygem-wdm -WRKSRC= ${WRKDIR}/mitchellh-vagrant-6977e93 +WRKSRC= ${WRKDIR}/mitchellh-vagrant-d190479 USE_RUBY= yes -GEMFILES= vagrant-1.5.1.gem +GEMFILES= vagrant-${PORTVERSION}.gem RUBYGEMBIN= gem${RUBY_SUFFIX} PLIST_SUB+= GEMS_DIR="lib/ruby/gems/${RUBY_VER}/" \ GEM_BASE_DIR="lib/ruby/gems/${RUBY_VER}/gems" \ Index: distinfo =================================================================== --- distinfo (revision 349476) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (vagrant-1.5.1.tar.gz) = e57257297ffae19135befeda9825ef3020e7ec73bcfceec82fc9c812787e4b9a -SIZE (vagrant-1.5.1.tar.gz) = 2667387 +SHA256 (vagrant-1.5.2.tar.gz) = 33ac74310a54909abd625bd38d384139391a38c1c674d9d35b645dd539aa75da +SIZE (vagrant-1.5.2.tar.gz) = 2671807 Index: pkg-plist =================================================================== --- pkg-plist (revision 349476) +++ pkg-plist (working copy) @@ -721,6 +721,26 @@ %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.travis.yml %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.vimrc %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/.yardopts +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/omnios/cap/mount_nfs_folder.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/config.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/guest.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/plugin.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/change_host_name.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/configure_networks.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/halt.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/mount_nfs.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap/rsync.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/suse/cap/halt.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/synced_folders/smb/scripts/ps_version.ps1 +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/change_host_name_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/configure_networks_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/halt_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/mount_nfs_test.rb +%%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap/rsync_test.rb @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/util @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/plugin/v2 @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/vagrant/plugin/v1 @@ -755,6 +775,10 @@ @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/kernel_v2 @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/ubuntu/cap @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/ubuntu +@dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos/cap +@dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/plugins/guests/smartos +@dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos/cap +@dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/smartos @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/support/shared @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/support @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/test/unit/plugins/guests/redhat/cap @@ -969,3 +993,10 @@ @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/contrib @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%%/bin @dirrm %%GEM_BASE_DIR%%/vagrant-%%PORTVERSION%% +@unexec rmdir %D/%%GEMS_DIR%%/doc 2>/dev/null || true +@unexec rmdir %D/%%GEMS_DIR%%/specifications 2>/dev/null || true +@unexec rmdir %D/%%GEMS_DIR%%/gems 2>/dev/null || true +@unexec rmdir %D/%%GEMS_DIR%%/cache 2>/dev/null || true +@unexec rmdir %D/lib/ruby/gems/%%RUBY_VER%% 2>/dev/null || true +@unexec rmdir %D/lib/ruby/gems 2>/dev/null || true +@unexec rmdir %D/lib/ruby 2>/dev/null || true --------------080707040400060203070700--