aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2021-11-10 15:40:30 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2021-12-03 07:54:53 +0000
commit31e95ed2326aff88a1f3792ffef1919dd9c766f9 (patch)
tree460a6bbd95bd8a6e8cd6e741c808d2da5ad4777a
parent57c50ac3760e5c07f08ae8bd808685a5ddee521f (diff)
downloadports-31e95ed2326aff88a1f3792ffef1919dd9c766f9.tar.gz
ports-31e95ed2326aff88a1f3792ffef1919dd9c766f9.zip
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)
-rw-r--r--lang/ruby30/pkg-message10
1 files changed, 8 insertions, 2 deletions
diff --git a/lang/ruby30/pkg-message b/lang/ruby30/pkg-message
index 7d55a95f7e5c..98780026ea3e 100644
--- a/lang/ruby30/pkg-message
+++ b/lang/ruby30/pkg-message
@@ -1,16 +1,22 @@
[
{ type: install
message: <<EOM
-Some of the standard commands are provided as separate ports for ease
-of upgrading:
+Some of the standard commands and libraries are provided as separate
+ports for ease of upgrading:
devel/ruby-gems: gem - RubyGems package manager
devel/rubygem-erb: erb - Templating system for 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-rbs: rbs - Language for type signatures for Ruby and standard library definitions
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
+ 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
since they require extra dependencies: