Created attachment 203220 [details] devel/rbenv: Update to 1.1.2 Update devel/rbenv to version 1.1.2 Changes: https://github.com/rbenv/rbenv/releases/tag/v1.1.2
A commit references this bug: Author: meta Date: Sun Mar 31 13:40:03 UTC 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@gmail.com> Relnotes: https://github.com/rbenv/rbenv/releases/tag/v1.1.2 Changes: head/devel/rbenv/Makefile head/devel/rbenv/distinfo
Committed, thanks!