Index: head/mail/rubygem-actionmailer50/Makefile =================================================================== --- head/mail/rubygem-actionmailer50/Makefile (revision 473492) +++ head/mail/rubygem-actionmailer50/Makefile (revision 473493) @@ -1,28 +1,28 @@ # Created by: Johannes Meixner # $FreeBSD$ PORTNAME= actionmailer PORTVERSION= 5.0.7 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 50 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-actionpack50>=${PORTVERSION}:www/rubygem-actionpack50 \ rubygem-actionview50>=${PORTVERSION}:devel/rubygem-actionview50 \ rubygem-activejob50>=${PORTVERSION}:devel/rubygem-activejob50 \ rubygem-mail>=2.5.4:mail/rubygem-mail \ rubygem-rails-dom-testing-rails50>=2.0:textproc/rubygem-rails-dom-testing-rails50 PORTSCOUT= limit:^5\.0\. +USES= gem NO_ARCH= yes USE_RUBY= yes -USES= gem .include Index: head/mail/rubygem-actionmailer50/pkg-descr =================================================================== --- head/mail/rubygem-actionmailer50/pkg-descr (revision 473492) +++ head/mail/rubygem-actionmailer50/pkg-descr (revision 473493) @@ -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/