aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2014-09-14 22:00:23 +0800
committerswills <swills@FreeBSD.org>2014-09-14 22:00:23 +0800
commit33cb20c65a04dc67ea7c5ef06236a15ec268c178 (patch)
treed7d99e1fec2a25074225e526f3c1d76e35b6d30d /mail
parentf2a496b838150825d30ade5e5dc541cc02616c70 (diff)
downloadfreebsd-ports-gnome-33cb20c65a04dc67ea7c5ef06236a15ec268c178.tar.gz
freebsd-ports-gnome-33cb20c65a04dc67ea7c5ef06236a15ec268c178.tar.zst
freebsd-ports-gnome-33cb20c65a04dc67ea7c5ef06236a15ec268c178.zip
mail/rubygem-actionmailer4: correct mail dependency
Oops, this wants the newer rubygem-mail. (It's rails 3.x that wants the older one)
Diffstat (limited to 'mail')
-rw-r--r--mail/rubygem-actionmailer4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile
index 864c3c03f402..392595836bb3 100644
--- a/mail/rubygem-actionmailer4/Makefile
+++ b/mail/rubygem-actionmailer4/Makefile
@@ -3,7 +3,7 @@
PORTNAME= actionmailer
PORTVERSION= 4.1.6
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= mail rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 4
@@ -15,7 +15,7 @@ LICENSE= MIT
RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack4 \
rubygem-actionview>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-actionview \
- rubygem-mail25>=2.5.4:${PORTSDIR}/mail/rubygem-mail25
+ rubygem-mail>=2.6.1:${PORTSDIR}/mail/rubygem-mail
USE_RUBY= yes
USE_RUBYGEMS= yes