diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:27:13 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-12-06 04:27:13 +0800 |
commit | a4b7e661a740cc095b3bd8713e14bef8f7059655 (patch) | |
tree | 7eb8d68db8a0c523aa3108d897f154394003ec6f /mail | |
parent | b83e9694de8e5570da08748703117fe0e055b392 (diff) | |
download | freebsd-ports-gnome-a4b7e661a740cc095b3bd8713e14bef8f7059655.tar.gz freebsd-ports-gnome-a4b7e661a740cc095b3bd8713e14bef8f7059655.tar.zst freebsd-ports-gnome-a4b7e661a740cc095b3bd8713e14bef8f7059655.zip |
- Update to 3.2.16
- Add LICENSE
Changes: https://github.com/rails/rails/blob/v3.2.16/actionmailer/CHANGELOG.md
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-actionmailer/Makefile | 4 | ||||
-rw-r--r-- | mail/rubygem-actionmailer/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index f921da070a2e..dc9a218570c9 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -2,13 +2,15 @@ # $FreeBSD$ PORTNAME= actionmailer -PORTVERSION= 3.2.15 +PORTVERSION= 3.2.16 CATEGORIES= mail rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby +LICENSE= MIT + RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \ rubygem-mail>=2.5.4:${PORTSDIR}/mail/rubygem-mail diff --git a/mail/rubygem-actionmailer/distinfo b/mail/rubygem-actionmailer/distinfo index 85a19c9190ea..7894b1becc2d 100644 --- a/mail/rubygem-actionmailer/distinfo +++ b/mail/rubygem-actionmailer/distinfo @@ -1,2 +1,2 @@ -SHA256 (rubygem/actionmailer-3.2.15.gem) = d5048e070736970204f293f458cbfca1f16fb4c856476ca7b942d51f40d07cea -SIZE (rubygem/actionmailer-3.2.15.gem) = 22016 +SHA256 (rubygem/actionmailer-3.2.16.gem) = e3476b5bf1d189e3f08e9c907edaf4223337d3745fa541622c54bcf6e2e42189 +SIZE (rubygem/actionmailer-3.2.16.gem) = 22016 |