git: 31e95ed2326a - main - lang/ruby30: Update pkg-message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 03 Dec 2021 07:56:27 UTC
The branch main has been updated by yasu:
URL: https://cgit.FreeBSD.org/ports/commit/?id=31e95ed2326aff88a1f3792ffef1919dd9c766f9
commit 31e95ed2326aff88a1f3792ffef1919dd9c766f9
Author: Yasuhiro Kimura <yasu@FreeBSD.org>
AuthorDate: 2021-11-10 15:40:30 +0000
Commit: Yasuhiro Kimura <yasu@FreeBSD.org>
CommitDate: 2021-12-03 07:54:53 +0000
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)
---
lang/ruby30/pkg-message | 10 ++++++++--
1 file 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: