ports/184095: Update devel/ruby-build to 20131115

Fabian M. Borschel fmb at onibox.net
Tue Nov 19 21:30:00 UTC 2013


>Number:         184095
>Category:       ports
>Synopsis:       Update devel/ruby-build to 20131115
>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:   Tue Nov 19 21:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Fabian M. Borschel
>Release:        9.1
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 334022)
+++ Makefile	(working copy)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ruby-build
-PORTVERSION=	20130518
+PORTVERSION=	20131115
 CATEGORIES=	devel ruby
 MASTER_SITES=	${MASTER_SITE_LOCAL} \
 		http://people.freebsd.org/~swills/ \
@@ -32,7 +32,7 @@
 
 USE_GITHUB=	yes
 GH_ACCOUNT=	sstephenson
-GH_COMMIT=	1b170ee
+GH_COMMIT=	49c1070
 GH_TAGNAME=	v${PORTVERSION}
 
 NO_BUILD=	yes
Index: distinfo
===================================================================
--- distinfo	(revision 334022)
+++ distinfo	(working copy)
@@ -1,2 +1,2 @@
-SHA256 (ruby-build-20130518.tar.gz) = bd1f26d30a628fe4f0d775c29bd493b8cfd5d4f9029aa05093a19d7b82066a8f
-SIZE (ruby-build-20130518.tar.gz) = 21763
+SHA256 (ruby-build-20131115.tar.gz) = 3c6260264744ad543ad4943f741d13db00f5add785f2c0ae3d05c9388d81fb48
+SIZE (ruby-build-20131115.tar.gz) = 27491
Index: files/patch-bin__rbenv-install
===================================================================
--- files/patch-bin__rbenv-install	(revision 334022)
+++ files/patch-bin__rbenv-install	(working copy)
@@ -1,12 +0,0 @@
---- ./bin/rbenv-install.orig	2013-02-18 22:12:22.000000000 -0800
-+++ ./bin/rbenv-install	2013-02-18 22:16:04.000000000 -0800
-@@ -28,6 +28,10 @@
-   RBENV_ROOT="${HOME}/.rbenv"
- fi
- 
-+if [ `uname -s` = "FreeBSD" ]; then
-+  export MAKE="gmake"
-+fi
-+
- # Load shared library functions
- eval "$(ruby-build --lib)"


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


More information about the freebsd-ports-bugs mailing list