Update to 3.0.4
Changes: https://github.com/rubygems/rubygems/blob/master/History.txt https://github.com/rubygems/rubygems/blob/v3.0.4/History.txt PR: 238809 Exp-run by: antoine
This commit is contained in:
parent
ca6c7b2b74
commit
e87d462239
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505171
2 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= gems
|
||||
PORTVERSION= 3.0.3
|
||||
PORTVERSION= 3.0.4
|
||||
CATEGORIES= devel ruby
|
||||
MASTER_SITES= https://rubygems.org/rubygems/
|
||||
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
|
||||
|
@ -55,6 +55,7 @@ OPTIONS_DEFINE= DOCS
|
|||
DOCS_VARS_OFF= RUBY_SETUP_OPTIONS+="--no-ri --no-rdoc"
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/${GEMS_VER_DIR}
|
||||
cd ${WRKSRC}/ && ${SETENV} ${GEMS_ENV} ${RUBY} ${RUBY_SETUP} ${RUBY_SETUP_OPTIONS}
|
||||
${LN} -sf gem${RUBY_VER_SHORT} ${STAGEDIR}${PREFIX}/bin/gem
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1552063707
|
||||
SHA256 (ruby/rubygems-3.0.3.tgz) = be3a7abc31e91de667406e84cd15265b73fc502268a1dd09404214a49b4acb2c
|
||||
SIZE (ruby/rubygems-3.0.3.tgz) = 904175
|
||||
TIMESTAMP = 1560604477
|
||||
SHA256 (ruby/rubygems-3.0.4.tgz) = 8292d0fb2e4dc6e074bb053894eb41f2ef533adcb088b7081450ae3cf62fe277
|
||||
SIZE (ruby/rubygems-3.0.4.tgz) = 883664
|
||||
|
|
Loading…
Reference in a new issue