Date: Wed, 26 Jun 2019 17:27:11 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505171 - head/devel/ruby-gems Message-ID: <201906261727.x5QHRBwQ078479@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed Jun 26 17:27:11 2019 New Revision: 505171 URL: https://svnweb.freebsd.org/changeset/ports/505171 Log: 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 Modified: head/devel/ruby-gems/Makefile head/devel/ruby-gems/distinfo Modified: head/devel/ruby-gems/Makefile ============================================================================== --- head/devel/ruby-gems/Makefile Wed Jun 26 17:27:06 2019 (r505170) +++ head/devel/ruby-gems/Makefile Wed Jun 26 17:27:11 2019 (r505171) @@ -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 Modified: head/devel/ruby-gems/distinfo ============================================================================== --- head/devel/ruby-gems/distinfo Wed Jun 26 17:27:06 2019 (r505170) +++ head/devel/ruby-gems/distinfo Wed Jun 26 17:27:11 2019 (r505171) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906261727.x5QHRBwQ078479>