mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
- Chase upstream (GitHub) repository rename [1]
- Update pkg-descr [1] - Add comment about RUN_DEPENDS [2] - Move options delcaration to proper place PR: 211537 [1] Submitted by: Jose Luis Duran [1] Approved by: Koichiro IWAO (maintainer) [2]
This commit is contained in:
parent
e875c88a01
commit
f518dc45f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420860
@ -3,6 +3,7 @@
|
||||
PORTNAME= ruby-build
|
||||
PORTVERSION= 20160602
|
||||
DISTVERSIONPREFIX= v
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel ruby
|
||||
|
||||
MAINTAINER= meta+ports@vmeta.jp
|
||||
@ -11,17 +12,14 @@ COMMENT= Compile and install different ruby versions
|
||||
LICENSE= MIT
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
# ruby-build builds Ruby so these are needed at run-time.
|
||||
# warnings by portlint are not correct. keep this.
|
||||
RUN_DEPENDS= autoconf>0:devel/autoconf \
|
||||
curl:ftp/curl \
|
||||
gmake:devel/gmake
|
||||
|
||||
OPTIONS_DEFINE= RBENV
|
||||
RBENV_DESC= Install rbenv for installation support
|
||||
OPTIONS_DEFAULT= RBENV
|
||||
RBENV_RUN_DEPENDS= rbenv:devel/rbenv
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= sstephenson
|
||||
GH_ACCOUNT= rbenv
|
||||
|
||||
NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
@ -31,6 +29,11 @@ PLIST_FILES= bin/ruby-build \
|
||||
libexec/rbenv-uninstall
|
||||
PORTDATA= *
|
||||
|
||||
OPTIONS_DEFINE= RBENV
|
||||
RBENV_DESC= Install rbenv for installation support
|
||||
OPTIONS_DEFAULT= RBENV
|
||||
RBENV_RUN_DEPENDS= rbenv:devel/rbenv
|
||||
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/ruby-build ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/bin/rbenv-install ${STAGEDIR}${PREFIX}/libexec
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1465262938
|
||||
SHA256 (sstephenson-ruby-build-v20160602_GH0.tar.gz) = 4a3d702a9b86876be38c832ba65bce9da451fa9ca8dbee2022e55e72dc3cdd62
|
||||
SIZE (sstephenson-ruby-build-v20160602_GH0.tar.gz) = 50283
|
||||
TIMESTAMP = 1470185519
|
||||
SHA256 (rbenv-ruby-build-v20160602_GH0.tar.gz) = 4a3d702a9b86876be38c832ba65bce9da451fa9ca8dbee2022e55e72dc3cdd62
|
||||
SIZE (rbenv-ruby-build-v20160602_GH0.tar.gz) = 50283
|
||||
|
@ -1,6 +1,7 @@
|
||||
ruby-build is a rbenv plugin that provides a rbenv install command to compile
|
||||
and install different versions of Ruby on UNIX-like systems. You can also use
|
||||
ruby-build without rbenv in environments where you need precise control over
|
||||
Ruby version installation.
|
||||
ruby-build is an rbenv plugin that provides an rbenv install command to compile
|
||||
and install different versions of Ruby on UNIX-like systems.
|
||||
|
||||
WWW: https://github.com/sstephenson/ruby-build
|
||||
You can also use ruby-build without rbenv in environments where you need
|
||||
precise control over Ruby version installation.
|
||||
|
||||
WWW: https://github.com/rbenv/ruby-build
|
||||
|
Loading…
Reference in New Issue
Block a user