HomeFreeBSD

mail/rubygem-mail: Fix dependency with Ruby 3.1

Description

mail/rubygem-mail: Fix dependency with Ruby 3.1

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.

PR: 262088
Approved by: portmgr (blanket: dependency fix)
MFH: 2022Q1 (dependency fix)

Details

Provenance
yasuAuthored on Nov 10 2021, 5:59 PM
Parents
R11:fd2319539f54: lang/ruby31: Update to 3.1.1
Branches
Unknown
Tags
Unknown
Reverted By
R11:a250fafe9d80: mail/rubygem-mail: Add dependencies for Ruby 3.1+