diff options
author | jrm <jrm@FreeBSD.org> | 2017-05-01 21:42:41 +0800 |
---|---|---|
committer | jrm <jrm@FreeBSD.org> | 2017-05-01 21:42:41 +0800 |
commit | 2fecb2d5c94f872c0b6674d60f0a8cfb0572748a (patch) | |
tree | 97f2b173dcd4e4cf46447cb978717f85ba5a0c64 /mail | |
parent | 2fc88002f210e0d35be0ea65d4e20cd114766030 (diff) | |
download | freebsd-ports-gnome-2fecb2d5c94f872c0b6674d60f0a8cfb0572748a.tar.gz freebsd-ports-gnome-2fecb2d5c94f872c0b6674d60f0a8cfb0572748a.tar.zst freebsd-ports-gnome-2fecb2d5c94f872c0b6674d60f0a8cfb0572748a.zip |
Create and update rails5 ports to prevent installation of the same ports
for rails4 and rails5
Approved by: swills (mentor, implicit)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rubygem-actionmailer5/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/rubygem-actionmailer5/Makefile b/mail/rubygem-actionmailer5/Makefile index 9d48cae0cf7f..f2e7a6235586 100644 --- a/mail/rubygem-actionmailer5/Makefile +++ b/mail/rubygem-actionmailer5/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= rubygem-actionpack5>=${PORTVERSION}:www/rubygem-actionpack5 \ rubygem-actionview5>=${PORTVERSION}:devel/rubygem-actionview5 \ rubygem-activejob5>=${PORTVERSION}:devel/rubygem-activejob5 \ rubygem-mail>=2.5.4:mail/rubygem-mail \ - rubygem-rails-dom-testing>=2.0:textproc/rubygem-rails-dom-testing + rubygem-rails-dom-testing-rails5>=2.0:textproc/rubygem-rails-dom-testing-rails5 NO_ARCH= yes USE_RUBY= yes |