diff options
author | swills <swills@FreeBSD.org> | 2017-01-03 07:38:18 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2017-01-03 07:38:18 +0800 |
commit | ae39ca83cb96fcd91553a9a5094a625f3fd5ae2d (patch) | |
tree | acee3422192b2585732bf5821ef6580b39a8f90d /mail | |
parent | d2f4e2d125de5ffed078ff262a641fb54f23ebd8 (diff) | |
download | freebsd-ports-gnome-ae39ca83cb96fcd91553a9a5094a625f3fd5ae2d.tar.gz freebsd-ports-gnome-ae39ca83cb96fcd91553a9a5094a625f3fd5ae2d.tar.zst freebsd-ports-gnome-ae39ca83cb96fcd91553a9a5094a625f3fd5ae2d.zip |
mail/rubygem-actionmailer4: switch to rubygem-rails-dom-testing 1.x dep
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-actionmailer4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/rubygem-actionmailer4/Makefile b/mail/rubygem-actionmailer4/Makefile index bc492a874596..ca24e0c6230d 100644 --- a/mail/rubygem-actionmailer4/Makefile +++ b/mail/rubygem-actionmailer4/Makefile @@ -3,6 +3,7 @@ PORTNAME= actionmailer PORTVERSION= 4.2.7.1 +PORTREVISION= 1 CATEGORIES= mail rubygems MASTER_SITES= RG PKGNAMESUFFIX= 4 @@ -17,7 +18,7 @@ RUN_DEPENDS= rubygem-actionpack4>=${PORTVERSION}:www/rubygem-actionpack4 \ rubygem-actionview>=${PORTVERSION}:devel/rubygem-actionview \ rubygem-activejob>=${PORTVERSION}:devel/rubygem-activejob \ rubygem-mail>=2.6.1:mail/rubygem-mail \ - rubygem-rails-dom-testing>=1.0.5:textproc/rubygem-rails-dom-testing + rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 NO_ARCH= yes USE_RUBY= yes |