rbenv: update to 1.3.2

Closes: https://trac.macports.org/ticket/73337
This commit is contained in:
trustbyte
2026-03-16 01:14:57 +01:00
committed by GitHub
parent 9bb3bebc3d
commit b7ae920c1c
+5 -9
View File
@@ -3,9 +3,8 @@
PortSystem 1.0
PortGroup github 1.0
github.setup rbenv rbenv 1.2.0 v
# Change github.tarball_from to 'releases' or 'archive' next update
github.tarball_from tarball
github.setup rbenv rbenv 1.3.2 v
github.tarball_from archive
revision 0
license MIT
categories ruby
@@ -17,9 +16,9 @@ maintainers nomaintainer
description Simple Ruby Version Management
long_description {*}${description}
checksums rmd160 84cfcec8002c4b8d2383d0336ce1b4b44f53eaee \
sha256 4b3e8f6a9c3e89dfc2930d2bb6c6ac025f883b62dcfd7518ea4babb4e2a2e205 \
size 33015
checksums rmd160 03198a84fbb27ea664bd680c12e26bc6f9a6684f \
sha256 e2104f6472d7a8477409c46d4de39562b4d01899148a3dbed73c1d99a0b4bb2a \
size 31736
use_configure no
build {}
@@ -29,9 +28,6 @@ destroot {
xinstall -d ${destroot}${prefix}/etc/bash_completion.d
xinstall ${worksrcpath}/completions/rbenv.bash \
${destroot}${prefix}/etc/bash_completion.d/rbenv
xinstall -d ${destroot}${prefix}/share/zsh/site-functions
xinstall ${worksrcpath}/completions/rbenv.zsh \
${destroot}${prefix}/share/zsh/site-functions/rbenv.zsh_completion
}
notes {