git: 04dc51723c3b - main - www/rubygem-actionpack70: Update version requirement of RUN_DEPENDS

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=04dc51723c3b2a3423988f38da85164767827d01

commit 04dc51723c3b2a3423988f38da85164767827d01
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:51:20 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:55 +0000

    www/rubygem-actionpack70: Update version requirement of RUN_DEPENDS
    
    - Update WWW and clean up pkg-descr
---
 www/rubygem-actionpack70/Makefile  | 8 ++++----
 www/rubygem-actionpack70/pkg-descr | 2 --
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/www/rubygem-actionpack70/Makefile b/www/rubygem-actionpack70/Makefile
index 1a74f8db2177..487256026c4d 100644
--- a/www/rubygem-actionpack70/Makefile
+++ b/www/rubygem-actionpack70/Makefile
@@ -1,19 +1,19 @@
 PORTNAME=	actionpack
 PORTVERSION=	7.0.3.1
-PORTREVISION=	1
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	70
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Action Controller and Action View of Rails MVC Framework
-WWW=		https://github.com/rails/rails/tree/main/actionpack
+WWW=		https://github.com/rails/rails/tree/main/actionpack \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionview70>=${PORTVERSION}:devel/rubygem-actionview70 \
-		rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
+RUN_DEPENDS=	rubygem-actionview70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-actionview70 \
+		rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
 		rubygem-rack22>=2.2.0,3<3,3:www/rubygem-rack22 \
 		rubygem-rack-test>=0.6.3:www/rubygem-rack-test \
 		rubygem-rails-dom-testing-rails70>=2.0<3:textproc/rubygem-rails-dom-testing-rails70 \
diff --git a/www/rubygem-actionpack70/pkg-descr b/www/rubygem-actionpack70/pkg-descr
index adfeb3113c52..2f8df748c74a 100644
--- a/www/rubygem-actionpack70/pkg-descr
+++ b/www/rubygem-actionpack70/pkg-descr
@@ -17,5 +17,3 @@ Controller module. Necessary Action Dispatch functionality is activated by
 default and Action View rendering is implicitly triggered by Action Controller.
 However, these modules are designed to function on their own and can be used
 outside of Rails.
-
-See also: https://rubyonrails.org/