diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-11-17 04:44:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-11-17 04:44:03 +0800 |
commit | 402fa3cd11053c289da75028e465e9fba9817be4 (patch) | |
tree | d76aaf0281e8226b38247744e9dee0671a701541 /mail | |
parent | c15c4e042b27403baedc0a8afb1ce7ea223eacca (diff) | |
download | freebsd-ports-gnome-402fa3cd11053c289da75028e465e9fba9817be4.tar.gz freebsd-ports-gnome-402fa3cd11053c289da75028e465e9fba9817be4.tar.zst freebsd-ports-gnome-402fa3cd11053c289da75028e465e9fba9817be4.zip |
- Fix the min dependency of rubygem-actionmail
Reported by: QAT
With Hat: ruby@
Sponsored by: RideCharge Inc. / TaxiMagic
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-actionmailer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rubygem-actionmailer/Makefile b/mail/rubygem-actionmailer/Makefile index 74259f3330ed..38a42a304180 100644 --- a/mail/rubygem-actionmailer/Makefile +++ b/mail/rubygem-actionmailer/Makefile @@ -6,6 +6,7 @@ PORTNAME= actionmailer PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= mail rubygems MASTER_SITES= RG @@ -13,7 +14,7 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Easy email delivery and testing for Ruby RUN_DEPENDS= rubygem-actionpack>=${PORTVERSION}:${PORTSDIR}/www/rubygem-actionpack \ - rubygem-mail>=2.2.5:${PORTSDIR}/mail/rubygem-mail + rubygem-mail>=2.2.9:${PORTSDIR}/mail/rubygem-mail USE_RUBY= yes USE_RUBYGEMS= yes |