From owner-svn-ports-all@FreeBSD.ORG Mon Apr 14 02:42:40 2014 Return-Path: Delivered-To: svn-ports-all@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 10958863; Mon, 14 Apr 2014 02:42:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::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 E5CDF1302; Mon, 14 Apr 2014 02:42:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3E2gd1O081358; Mon, 14 Apr 2014 02:42:39 GMT (envelope-from swills@svn.freebsd.org) Received: (from swills@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3E2gdkW081354; Mon, 14 Apr 2014 02:42:39 GMT (envelope-from swills@svn.freebsd.org) Message-Id: <201404140242.s3E2gdkW081354@svn.freebsd.org> From: Steve Wills Date: Mon, 14 Apr 2014 02:42:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351247 - 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-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Apr 2014 02:42:40 -0000 Author: swills Date: Mon Apr 14 02:42:39 2014 New Revision: 351247 URL: http://svnweb.freebsd.org/changeset/ports/351247 QAT: https://qat.redports.org/buildarchive/r351247/ Log: - Update to 1.5.2 PR: ports/188235 Submitted by: Joseph Benden (maintainer) Modified: head/sysutils/vagrant/Makefile head/sysutils/vagrant/distinfo (contents, props changed) head/sysutils/vagrant/pkg-plist (contents, props changed) Modified: head/sysutils/vagrant/Makefile ============================================================================== --- head/sysutils/vagrant/Makefile Mon Apr 14 02:29:55 2014 (r351246) +++ head/sysutils/vagrant/Makefile Mon Apr 14 02:42:39 2014 (r351247) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= vagrant -PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTVERSION= 1.5.2 CATEGORIES= sysutils rubygems devel MASTER_SITES= LOCAL/swills https://codeload.github.com/mitchellh/vagrant/legacy.tar.gz/v${PORTVERSION}?dummy=/ @@ -31,9 +30,9 @@ RUN_DEPENDS= rubygem-main>=1.0:${PORTSDI 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-5b360d0 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" \ Modified: head/sysutils/vagrant/distinfo ============================================================================== --- head/sysutils/vagrant/distinfo Mon Apr 14 02:29:55 2014 (r351246) +++ head/sysutils/vagrant/distinfo Mon Apr 14 02:42:39 2014 (r351247) @@ -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) = 6fd52cec74253e7bcbc4a847a9f5524b27f29dcca9bf6e5c2736b9cfc9c617f7 +SIZE (vagrant-1.5.2.tar.gz) = 2671799 Modified: head/sysutils/vagrant/pkg-plist ============================================================================== --- head/sysutils/vagrant/pkg-plist Mon Apr 14 02:29:55 2014 (r351246) +++ head/sysutils/vagrant/pkg-plist Mon Apr 14 02:42:39 2014 (r351247) @@ -721,6 +721,22 @@ bin/vagrant %%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/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/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/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 +771,10 @@ bin/vagrant @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 +989,10 @@ bin/vagrant @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