git: 18830e825555 - main - devel/rubygem-actionview70: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Fri, 30 Dec 2022 09:16:02 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=18830e82555596266f4eabe137815c680d580a23

commit 18830e82555596266f4eabe137815c680d580a23
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:51:05 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:53 +0000

    devel/rubygem-actionview70: Update version requirement of RUN_DEPENDS
    
    - Update WWW and clean up pkg-descr
---
 devel/rubygem-actionview70/Makefile  | 5 +++--
 devel/rubygem-actionview70/pkg-descr | 2 --
 2 files changed, 3 insertions(+), 4 deletions(-)

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
@@ -6,12 +6,13 @@ 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 \
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
@@ -2,5 +2,3 @@ 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/