diff --git a/mail/rubygem-actionmailer70/Makefile b/mail/rubygem-actionmailer70/Makefile index fa2bb6a83b29..e378db5f5802 100644 --- a/mail/rubygem-actionmailer70/Makefile +++ b/mail/rubygem-actionmailer70/Makefile @@ -1,31 +1,32 @@ PORTNAME= actionmailer PORTVERSION= 7.0.3.1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Compose, deliver, and test emails on Rails -WWW= https://github.com/rails/rails/tree/main/actionmailer +WWW= https://github.com/rails/rails/tree/main/actionmailer \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \ - rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \ - rubygem-activejob70>=${PORTVERSION}:devel/rubygem-activejob70 \ - rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \ + rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview70 \ + rubygem-activejob70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activejob70 \ + rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ rubygem-mail>=2.5.4,2<3,2:mail/rubygem-mail \ rubygem-net-imap>=0:mail/rubygem-net-imap \ rubygem-net-pop>=0:mail/rubygem-net-pop \ rubygem-net-smtp>=0:mail/rubygem-net-smtp \ rubygem-rails-dom-testing-rails70>=2.0<3:textproc/rubygem-rails-dom-testing-rails70 USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^7\.0\. .include diff --git a/mail/rubygem-actionmailer70/pkg-descr b/mail/rubygem-actionmailer70/pkg-descr index 771fc903149b..e757a32e32bf 100644 --- a/mail/rubygem-actionmailer70/pkg-descr +++ b/mail/rubygem-actionmailer70/pkg-descr @@ -1,14 +1,12 @@ Action Mailer is a framework for designing email service layers. These layers are used to consolidate code for sending out forgotten passwords, welcome wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Action Mailer is in essence a wrapper around Action Controller and the Mail gem. It provides a way to make emails using templates in the same way that Action Controller renders views using templates. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a blog to accept new posts from an email (which could even have been sent from a phone). - -See also: https://rubyonrails.org/