Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Jan 2013 11:47:29 GMT
From:      "Fabian M. Borschel" <fmb@onibox.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/175256: Update devel/rbenv to 0.4.0
Message-ID:  <201301131147.r0DBlTX0069189@red.freebsd.org>
Resent-Message-ID: <201301131150.r0DBo0ER016712@freefall.freebsd.org>

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

>Number:         175256
>Category:       ports
>Synopsis:       Update devel/rbenv to 0.4.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 13 11:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Fabian M. Borschel
>Release:        9.0
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: pkg-descr
===================================================================
--- pkg-descr	(revision 310255)
+++ pkg-descr	(working copy)
@@ -1,5 +1,5 @@
-rbenv lets you easily switch between multiple versions of Ruby.
-It's simple, unobtrusive, and follows the UNIX tradition of
-single-purpose tools that do one thing well.
+Use rbenv to pick a Ruby version for your application and guarantee
+that your development environment matches production. Put rbenv to work
+with Bundler for painless Ruby upgrades and bulletproof deployments.
 
 WWW: https://github.com/sstephenson/rbenv
Index: distinfo
===================================================================
--- distinfo	(revision 310255)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (rbenv-0.3.0.tar.gz) = 445b8d742bbb72a4e65280e655122914d13954566fe7f46c7706f7730bbeaa35
-SIZE (rbenv-0.3.0.tar.gz) = 13703
+SHA256 (rbenv-0.4.0.tar.gz) = e9b54d2d3669e52aed439094fa92aab36d826573e1a4f8dd65241406204a3e23
+SIZE (rbenv-0.4.0.tar.gz) = 16029
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 310255)
+++ pkg-plist	(working copy)
@@ -1,6 +1,7 @@
 bin/rbenv
 bin/ruby-local-exec
 libexec/rbenv
+libexec/rbenv---version
 libexec/rbenv-commands
 libexec/rbenv-completions
 libexec/rbenv-exec
@@ -12,6 +13,7 @@
 libexec/rbenv-prefix
 libexec/rbenv-rehash
 libexec/rbenv-root
+libexec/rbenv-sh-rehash
 libexec/rbenv-sh-shell
 libexec/rbenv-shims
 libexec/rbenv-version
@@ -23,3 +25,4 @@
 libexec/rbenv-versions
 libexec/rbenv-whence
 libexec/rbenv-which
+@unexec rm -fr %D/share/rbenv
Index: Makefile
===================================================================
--- Makefile	(revision 310255)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rbenv
-PORTVERSION=	0.3.0
+PORTVERSION=	0.4.0
 CATEGORIES=	devel ruby
 MASTER_SITES=	GH
 
@@ -18,14 +18,16 @@
 USE_GITHUB=	yes
 GH_ACCOUNT=	sstephenson
 GH_PROJECT=	rbenv
-GH_COMMIT=	b10bdb1
+GH_COMMIT=	9375e99
 GH_TAGNAME=	v${PORTVERSION}
 
 NO_BUILD=	yes
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${PREFIX}/bin
-	( cd ${WRKSRC}/libexec && ${COPYTREE_BIN} \* ${PREFIX}/libexec )
+	@${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-local-exec ${PREFIX}/bin
+	@( cd ${WRKSRC}/libexec && ${COPYTREE_BIN} \* ${PREFIX}/libexec )
 	@${LN} -sf ${PREFIX}/libexec/rbenv ${PREFIX}/bin/rbenv
+	@${MKDIR} ${PREFIX}/share/rbenv/completions
+	@( cd ${WRKSRC}/completions && ${COPYTREE_BIN} \* ${PREFIX}/share/rbenv/completions )
 
 .include <bsd.port.mk>


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



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