git: b5b449a12efd - main - www/rubygem-railties70: Update version requirement of RUN_DEPENDS

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

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

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

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

diff --git a/www/rubygem-railties70/Makefile b/www/rubygem-railties70/Makefile
index 83faef2511d1..6d4433342907 100644
--- a/www/rubygem-railties70/Makefile
+++ b/www/rubygem-railties70/Makefile
@@ -6,13 +6,14 @@ PKGNAMESUFFIX=	70
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Rails internals: application bootup, plugins, generators, and rake tasks
-WWW=		https://github.com/rails/rails/tree/master/railties
+WWW=		https://github.com/rails/rails/tree/master/railties \
+		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-method_source>=0:devel/rubygem-method_source \
 		rubygem-rake>=12.2:devel/rubygem-rake \
 		rubygem-thor>=1.0<2:devel/rubygem-thor \
diff --git a/www/rubygem-railties70/pkg-descr b/www/rubygem-railties70/pkg-descr
index a7a4fafb58d9..fbc0144b3be4 100644
--- a/www/rubygem-railties70/pkg-descr
+++ b/www/rubygem-railties70/pkg-descr
@@ -2,5 +2,3 @@ Railties is responsible for gluing all frameworks together. Overall, it:
 - handles the bootstrapping process for a Rails application;
 - manages the rails command line interface;
 - and provides the Rails generators core.
-
-See also: https://rubyonrails.org/