Index: head/mail/rubygem-actionmailer5/Makefile =================================================================== --- head/mail/rubygem-actionmailer5/Makefile (revision 475159) +++ head/mail/rubygem-actionmailer5/Makefile (revision 475160) @@ -1,28 +1,28 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= actionmailer PORTVERSION= 5.1.6 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 5 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ rubygem-activejob5>=${PORTVERSION}:devel/rubygem-activejob5 \ rubygem-mail>=2.5.4:mail/rubygem-mail \ rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 PORTSCOUT= limit:^5\.1\. +USES= gem NO_ARCH= yes USE_RUBY= yes -USES= gem .include Index: head/mail/rubygem-actionmailer5/pkg-descr =================================================================== --- head/mail/rubygem-actionmailer5/pkg-descr (revision 475159) +++ head/mail/rubygem-actionmailer5/pkg-descr (revision 475160) @@ -1,10 +1,10 @@ Action Mailer is framework for designing email-service layers. These layers are used to consolidate code for sending out forgotten passwords, welcoming wishes on signup, invoices for billing, and any other use case that requires a written notification to either a person or another system. Additionally, an Action Mailer class can be used to process incoming email, such as allowing a weblog to accept new posts from an email (which could even have been sent from a phone) -WWW: http://rubyonrails.org/ +WWW: https://rubyonrails.org/