Summary: | lang/ruby30: Update pkg-message | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Yasuhiro Kimura <yasu> | ||||
Component: | Individual Port(s) | Assignee: | Yasuhiro Kimura <yasu> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | ruby | ||||
Priority: | --- | Flags: | yasu:
maintainer-feedback-
|
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Maintainer timeout (> 3 weeks) Take. A commit in branch main references this bug: 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(-) Committed. |
Created attachment 229409 [details] Patch file 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.