FreeBSD Bugzilla – Attachment 202083 Details for
Bug 235795
devel/ruby-gems: Update to 3.0.2
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch file
devel_ruby-gems.patch (text/plain), 3.35 KB, created by
Yasuhiro Kimura
on 2019-02-17 05:57:48 UTC
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
Yasuhiro Kimura
Created:
2019-02-17 05:57:48 UTC
Size:
3.35 KB
patch
obsolete
>Index: Mk/Uses/gem.mk >=================================================================== >--- Mk/Uses/gem.mk (revision 493029) >+++ Mk/Uses/gem.mk (working copy) >@@ -74,9 +74,9 @@ > RUBYGEM_ARGS=-l --no-update-sources --install-dir ${STAGEDIR}${PREFIX}/lib/ruby/gems/${RUBY_VER} --ignore-dependencies --bindir=${STAGEDIR}${PREFIX}/bin > > .if ${PORT_OPTIONS:MDOCS} >-RUBYGEM_ARGS+= --rdoc --ri >+RUBYGEM_ARGS+= --document rdoc,ri > .else >-RUBYGEM_ARGS+= --no-rdoc --no-ri >+RUBYGEM_ARGS+= --no-document > .endif > > .if !target(do-extract) >Index: devel/ruby-gems/Makefile >=================================================================== >--- devel/ruby-gems/Makefile (revision 493029) >+++ devel/ruby-gems/Makefile (working copy) >@@ -5,9 +5,9 @@ > # Do not forget to check the following ports which contain gemspec patches: > # - security/rubygem-ezcrypto > # - www/rubygem-gitlab-grack >-PORTVERSION= 2.7.8 >+PORTVERSION= 3.0.2 > CATEGORIES= devel ruby >-MASTER_SITES= https://production.cf.rubygems.org/rubygems/ >+MASTER_SITES= https://rubygems.org/rubygems/ > PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} > DISTNAME= ruby${PORTNAME}-${PORTVERSION} > DIST_SUBDIR= ruby >@@ -20,11 +20,12 @@ > LICENSE_FILE_MIT= ${WRKSRC}/MIT.txt > LICENSE_FILE_RUBY= ${WRKSRC}/LICENSE.txt > >+USES= tar:tgz >+USE_RUBY= yes >+ > NO_ARCH= yes > NO_BUILD= yes >-USE_RUBY= yes > RUBY_SETUP= setup.rb >-USES= tar:tgz > > GEMS_BASE_DIR= lib/ruby/gems > GEMS_BASE_DIR_P= ${GEMS_BASE_DIR} >Index: devel/ruby-gems/distinfo >=================================================================== >--- devel/ruby-gems/distinfo (revision 493029) >+++ devel/ruby-gems/distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1541353342 >-SHA256 (ruby/rubygems-2.7.8.tgz) = f0d04b15a2dcf16c30895839366b0f0735651ade6cdaa424b15c0fe77e2fdf58 >-SIZE (ruby/rubygems-2.7.8.tgz) = 920781 >+TIMESTAMP = 1550380098 >+SHA256 (ruby/rubygems-3.0.2.tgz) = ad7433a46617d4d96e4c39c38602068c6a4715b3b3ef638600e4302c5bb84de0 >+SIZE (ruby/rubygems-3.0.2.tgz) = 937558 >Index: devel/ruby-gems/pkg-plist >=================================================================== >--- devel/ruby-gems/pkg-plist (revision 493029) >+++ devel/ruby-gems/pkg-plist (working copy) >@@ -16,6 +16,7 @@ > %%RUBY_SITELIBDIR%%/rubygems/commands/fetch_command.rb > %%RUBY_SITELIBDIR%%/rubygems/commands/generate_index_command.rb > %%RUBY_SITELIBDIR%%/rubygems/commands/help_command.rb >+%%RUBY_SITELIBDIR%%/rubygems/commands/info_command.rb > %%RUBY_SITELIBDIR%%/rubygems/commands/install_command.rb > %%RUBY_SITELIBDIR%%/rubygems/commands/list_command.rb > %%RUBY_SITELIBDIR%%/rubygems/commands/lock_command.rb >@@ -44,6 +45,7 @@ > %%RUBY_SITELIBDIR%%/rubygems/config_file.rb > %%RUBY_SITELIBDIR%%/rubygems/core_ext/kernel_gem.rb > %%RUBY_SITELIBDIR%%/rubygems/core_ext/kernel_require.rb >+%%RUBY_SITELIBDIR%%/rubygems/core_ext/kernel_warn.rb > %%RUBY_SITELIBDIR%%/rubygems/defaults.rb > %%RUBY_SITELIBDIR%%/rubygems/dependency.rb > %%RUBY_SITELIBDIR%%/rubygems/dependency_installer.rb >@@ -165,6 +167,7 @@ > %%RUBY_SITELIBDIR%%/rubygems/source_specific_file.rb > %%RUBY_SITELIBDIR%%/rubygems/spec_fetcher.rb > %%RUBY_SITELIBDIR%%/rubygems/specification.rb >+%%RUBY_SITELIBDIR%%/rubygems/specification_policy.rb > %%RUBY_SITELIBDIR%%/rubygems/ssl_certs/index.rubygems.org/GlobalSignRootCA.pem > %%RUBY_SITELIBDIR%%/rubygems/ssl_certs/rubygems.global.ssl.fastly.net/DigiCertHighAssuranceEVRootCA.pem > %%RUBY_SITELIBDIR%%/rubygems/ssl_certs/rubygems.org/AddTrustExternalCARoot.pem
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 235795
:
202083