Bug 236859 - devel/rbenv: Update to 1.1.2
Summary: devel/rbenv: Update to 1.1.2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Koichiro Iwao
URL: https://github.com/rbenv/rbenv/releas...
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-28 19:50 UTC by Jose Luis Duran
Modified: 2019-03-31 13:41 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
devel/rbenv: Update to 1.1.2 (676 bytes, patch)
2019-03-28 19:50 UTC, Jose Luis Duran
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jose Luis Duran 2019-03-28 19:50:37 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-31 13:40:19 UTC
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
Comment 2 Koichiro Iwao freebsd_committer freebsd_triage 2019-03-31 13:41:08 UTC
Committed, thanks!