git: de380bdf900c - main - www/rubygem-actioncable70: Update version requirement of RUN_DEPENDS

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

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

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

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

diff --git a/www/rubygem-actioncable70/Makefile b/www/rubygem-actioncable70/Makefile
index fd56eb2685b3..03c839cb8843 100644
--- a/www/rubygem-actioncable70/Makefile
+++ b/www/rubygem-actioncable70/Makefile
@@ -6,13 +6,14 @@ PKGNAMESUFFIX=	70
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Structure many real-time application concerns into channels over a single WebSocket connection
-WWW=		https://github.com/rails/rails/tree/main/actioncable
+WWW=		https://github.com/rails/rails/tree/main/actioncable \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-actionpack70>=${PORTVERSION}:www/rubygem-actionpack70 \
-		rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 \
+RUN_DEPENDS=	rubygem-actionpack70>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack70 \
+		rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 \
 		rubygem-nio4r>=2.0<3:devel/rubygem-nio4r \
 		rubygem-websocket-driver>=0.6.1:www/rubygem-websocket-driver
 
diff --git a/www/rubygem-actioncable70/pkg-descr b/www/rubygem-actioncable70/pkg-descr
index 78d2bc4f700d..5d7feb3ca8cf 100644
--- a/www/rubygem-actioncable70/pkg-descr
+++ b/www/rubygem-actioncable70/pkg-descr
@@ -5,5 +5,3 @@ performant and scalable. It's a full-stack offering that provides both a
 client-side JavaScript framework and a server-side Ruby framework. You have
 access to your full domain model written with Active Record or your ORM of
 choice.
-
-See also: https://rubyonrails.org/