[Bug 262088] mail/rubygem-mail: Fix dependency with Ruby 3.1

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 21 Feb 2022 07:58:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=262088

            Bug ID: 262088
           Summary: mail/rubygem-mail: Fix dependency with Ruby 3.1
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: ruby@FreeBSD.org
          Reporter: yasu@freebsd.org
          Assignee: ruby@FreeBSD.org
             Flags: maintainer-feedback?(ruby@FreeBSD.org)

Created attachment 231982
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=231982&action=edit
Patch file

In Ruby 3.1 net/smtp is distributed as bundled gem. On the other hand, our ruby
ports (lang/rubyXY) don't include bundled gems in their packages and it also
applies to lang/ruby31. That means net/smtp isn't include in the package of
Ruby 3.1. So add mail/rubygem-net-smtp to RUN_DEPENDS so this port works fine
with Ruby 3.1.

-- 
You are receiving this mail because:
You are the assignee for the bug.