diff --git a/devel/rubygem-actionview/Makefile b/devel/rubygem-actionview/Makefile index e69ee073b504..d3889759c50e 100644 --- a/devel/rubygem-actionview/Makefile +++ b/devel/rubygem-actionview/Makefile @@ -1,25 +1,26 @@ # Created by: Steve Wills # $FreeBSD$ PORTNAME= actionview PORTVERSION= 4.2.7.1 +PORTREVISION= 1 CATEGORIES= devel rubygems MASTER_SITES= RG MAINTAINER= ruby@FreeBSD.org COMMENT= Rendering framework putting the V in MVC (part of Rails) LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activesupport4>=${PORTVERSION}:devel/rubygem-activesupport4 \ rubygem-builder32>=3.2:devel/rubygem-builder32 \ rubygem-erubis>=2.7.0:www/rubygem-erubis \ - rubygem-rails-dom-testing>=1.0.5:textproc/rubygem-rails-dom-testing \ + rubygem-rails-dom-testing1>=1.0.5:textproc/rubygem-rails-dom-testing1 \ rubygem-rails-html-sanitizer>=1.0.2:textproc/rubygem-rails-html-sanitizer NO_ARCH= yes USE_RUBY= yes USES= gem .include