Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 3 Apr 2014 17:16:27 GMT
From:      Joseph Benden <joe@thrallingpenguin.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/188235: [patch] Updated Vagrant port to 1.5.2
Message-ID:  <201404031716.s33HGRps036642@cgiserv.freebsd.org>
Resent-Message-ID: <201404031720.s33HK0ts094897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         188235
>Category:       ports
>Synopsis:       [patch] Updated Vagrant port to 1.5.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Apr 03 17:20:00 UTC 2014
>Closed-Date:
>Last-Modified:
>Originator:     Joseph Benden
>Release:        FreeBSD 11
>Organization:
>Environment:
FreeBSD freebsd-11 11.0-CURRENT FreeBSD 11.0-CURRENT #2 r263915: Sat Mar 29 16:29:15 MST 2014     root@freebsd-11:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Updated port to latest version. This also includes a patch that closes PR 187982. Additionally, swills would need to include this version of Vagrant on the FreeBSD mirrors.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

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)
@@ -969,3 +969,11 @@
 @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
+


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404031716.s33HGRps036642>