Index: head/mail/rubygem-actionmailer4/Makefile =================================================================== --- head/mail/rubygem-actionmailer4/Makefile (revision 473812) +++ head/mail/rubygem-actionmailer4/Makefile (revision 473813) @@ -1,26 +1,26 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= actionmailer PORTVERSION= 4.2.10 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \ rubygem-actionview4>=${PORTVERSION}:devel/rubygem-actionview4 \ rubygem-activejob4>=${PORTVERSION}:devel/rubygem-activejob4 \ rubygem-mail>=2.6.1:mail/rubygem-mail \ rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 +USES= gem NO_ARCH= yes USE_RUBY= yes -USES= gem .include Index: head/mail/rubygem-actionmailer4/pkg-descr =================================================================== --- head/mail/rubygem-actionmailer4/pkg-descr (revision 473812) +++ head/mail/rubygem-actionmailer4/pkg-descr (revision 473813) @@ -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/