svn commit: r497410 - head/devel/rbenv

Koichiro Iwao meta at FreeBSD.org
Sun Mar 31 13:40:04 UTC 2019


Author: meta
Date: Sun Mar 31 13:40:03 2019
New Revision: 497410
URL: https://svnweb.freebsd.org/changeset/ports/497410

Log:
  devel/rbenv: devel/rbenv: Update to 1.1.2
  
  - Fix rehash mechanism for versions of bash that complain about clobbering /dev/null
  - Enforce absolute RBENV_DIR to avoid having to unset CDPATH
  - rbenv-version-file: ensure that the version file is a file
  - rbenv init -: fix output to work without args and set -u
  - rbenv shell: better error message when shell integration wasn't enabled
  - Enable freezing rbenv version via rbenv version-name > .ruby-version in the shell
  - rbenv-which: avoid changing PATH unless necessary
  - rbenv-prefix: do not silence rbenv-which errors for system version
  
  PR:		236859
  Submitted by:	Jose Luis Duran <jlduran at gmail.com>
  Relnotes:	https://github.com/rbenv/rbenv/releases/tag/v1.1.2

Modified:
  head/devel/rbenv/Makefile
  head/devel/rbenv/distinfo

Modified: head/devel/rbenv/Makefile
==============================================================================
--- head/devel/rbenv/Makefile	Sun Mar 31 13:15:58 2019	(r497409)
+++ head/devel/rbenv/Makefile	Sun Mar 31 13:40:03 2019	(r497410)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rbenv
-PORTVERSION=	1.1.1
+PORTVERSION=	1.1.2
 DISTVERSIONPREFIX=	v
 CATEGORIES=	devel ruby
 

Modified: head/devel/rbenv/distinfo
==============================================================================
--- head/devel/rbenv/distinfo	Sun Mar 31 13:15:58 2019	(r497409)
+++ head/devel/rbenv/distinfo	Sun Mar 31 13:40:03 2019	(r497410)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1498314623
-SHA256 (rbenv-rbenv-v1.1.1_GH0.tar.gz) = 41f1a60714c55eceb21d692a469aee1ec4f46bba351d0dfcb0c660ff9cf1a1c9
-SIZE (rbenv-rbenv-v1.1.1_GH0.tar.gz) = 31721
+TIMESTAMP = 1553522439
+SHA256 (rbenv-rbenv-v1.1.2_GH0.tar.gz) = 80ad89ffe04c0b481503bd375f05c212bbc7d44ef5f5e649e0acdf25eba86736
+SIZE (rbenv-rbenv-v1.1.2_GH0.tar.gz) = 32188


More information about the svn-ports-all mailing list