diff options
Diffstat (limited to 'devel/rubygem-actionview/Makefile')
-rw-r--r-- | devel/rubygem-actionview/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/rubygem-actionview/Makefile b/devel/rubygem-actionview/Makefile index 0a4fae486676..5424a083acda 100644 --- a/devel/rubygem-actionview/Makefile +++ b/devel/rubygem-actionview/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= actionview -PORTVERSION= 4.1.6 +PORTVERSION= 4.2.1 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -13,7 +13,9 @@ LICENSE= MIT RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:${PORTSDIR}/devel/rubygem-activesupport4 \ rubygem-builder32>=3.2:${PORTSDIR}/devel/rubygem-builder32 \ - rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis + rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ + rubygem-rails-html-sanitizer>=1.0:${PORTSDIR}/textproc/rubygem-rails-html-sanitizer \ + rubygem-rails-dom-testing>=2.7.0:${PORTSDIR}/textproc/rubygem-rails-dom-testing USE_RUBY= yes USE_RUBYGEMS= yes |