lang/ruby30: Update pkg-message

In Ruby 3.0 following standard libraries are distributed as bundled
gems.

- minitest
- power_assert
- test-unit
- typeprof
- rexml
- rss

But this port doesn't include bundled gems in its package. So add
message to pkg-message that they are provided as separate ports.

PR:		259757
Approved by:	maintainer timeout (> 3 weeks)
This commit is contained in:
Yasuhiro Kimura 2021-11-11 00:40:30 +09:00
parent 57c50ac376
commit 31e95ed232

View file

@ -1,16 +1,22 @@
[ [
{ type: install { type: install
message: <<EOM message: <<EOM
Some of the standard commands are provided as separate ports for ease Some of the standard commands and libraries are provided as separate
of upgrading: ports for ease of upgrading:
devel/ruby-gems: gem - RubyGems package manager devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-erb: erb - Templating system for Ruby devel/rubygem-erb: erb - Templating system for Ruby
devel/rubygem-irb: irb - Interactive Ruby devel/rubygem-irb: irb - Interactive Ruby
devel/rubygem-minitest: minitest - Complete suite of testing facilities
devel/rubygem-power_assert: power_assert - Power Assert for Ruby
devel/rubygem-rake: rake - Ruby Make devel/rubygem-rake: rake - Ruby Make
devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions devel/rubygem-rbs: rbs - Language for type signatures for Ruby and standard library definitions
devel/rubygem-rdoc: rdoc - Ruby Documentation System devel/rubygem-rdoc: rdoc - Ruby Documentation System
devel/rubygem-test-unit: test-unit - Unit testing framework for Ruby
devel/rubygem-typeprof: typeprof - Type analysis tool for Ruby code
sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications sysutils/rubygem-bundler: bundler - Tool that manages gem dependencies for ruby applications
textproc/rubygem-rexml: rexml - XML toolkit for Ruby
www/rubygem-rss: rss - Family of libraries that support various formats of XML "feeds"
And some of the standard libraries are provided as separate ports And some of the standard libraries are provided as separate ports
since they require extra dependencies: since they require extra dependencies: