diff --git a/devel/rubygem-actionview70/Makefile b/devel/rubygem-actionview70/Makefile index befb9d358940..bb77804297e6 100644 --- a/devel/rubygem-actionview70/Makefile +++ b/devel/rubygem-actionview70/Makefile @@ -1,29 +1,30 @@ PORTNAME= actionview PORTVERSION= 7.0.3.1 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Simple, battle-tested conventions and helpers for building web pages -WWW= https://github.com/rails/rails/tree/main/actionview +WWW= https://github.com/rails/rails/tree/main/actionview \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \ +RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \ rubygem-builder>=3.1<4:devel/rubygem-builder \ rubygem-erubi>=1.4<2:www/rubygem-erubi \ rubygem-rails-dom-testing-rails70>=2.0<3:textproc/rubygem-rails-dom-testing-rails70 \ rubygem-rails-html-sanitizer>=1.2.0<2:textproc/rubygem-rails-html-sanitizer USES= cpe gem USE_RUBY= yes NO_ARCH= yes CPE_VENDOR= rubyonrails PORTSCOUT= limit:^7\.0\. .include diff --git a/devel/rubygem-actionview70/pkg-descr b/devel/rubygem-actionview70/pkg-descr index 0a377a8d6129..904615b292ae 100644 --- a/devel/rubygem-actionview70/pkg-descr +++ b/devel/rubygem-actionview70/pkg-descr @@ -1,6 +1,4 @@ Action View is a framework for handling view template lookup and rendering, and provides view helpers that assist when building HTML forms, Atom feeds and more. Template formats that Action View handles are ERB (embedded Ruby, typically used to inline short Ruby snippets inside HTML), and XML Builder. - -See also: https://rubyonrails.org/