git: 23ff924d4107 - main - www/rubygem-railties61: Update to 6.1.7

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

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

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

    www/rubygem-railties61: Update to 6.1.7
    
    - Update WWW and clean up pkg-descr
    
    Changes:        https://github.com/rails/rails/releases
---
 www/rubygem-railties61/Makefile  | 9 +++++----
 www/rubygem-railties61/distinfo  | 6 +++---
 www/rubygem-railties61/pkg-descr | 2 --
 3 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/www/rubygem-railties61/Makefile b/www/rubygem-railties61/Makefile
index 43b5304bf072..655e819c7308 100644
--- a/www/rubygem-railties61/Makefile
+++ b/www/rubygem-railties61/Makefile
@@ -1,18 +1,19 @@
 PORTNAME=	railties
-PORTVERSION=	6.1.6.1
+PORTVERSION=	6.1.7
 CATEGORIES=	www rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	61
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Rails internals 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-actionpack61>=${PORTVERSION}:www/rubygem-actionpack61 \
-		rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
+RUN_DEPENDS=	rubygem-actionpack61>=${PORTVERSION}<${PORTVERSION}_99:www/rubygem-actionpack61 \
+		rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
 		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-railties61/distinfo b/www/rubygem-railties61/distinfo
index 72e6f68363ec..e33f04448440 100644
--- a/www/rubygem-railties61/distinfo
+++ b/www/rubygem-railties61/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835579
-SHA256 (rubygem/railties-6.1.6.1.gem) = bafecdf2dcbe4ea44e1ab7081fd797aa87ae9bbcd0f3a4372b662a1b93949733
-SIZE (rubygem/railties-6.1.6.1.gem) = 457216
+TIMESTAMP = 1669058257
+SHA256 (rubygem/railties-6.1.7.gem) = 5df0960e55db0edd305de26f7a3cf7da695c035cd6cd5bf8c8c79df9338e9fc7
+SIZE (rubygem/railties-6.1.7.gem) = 457216
diff --git a/www/rubygem-railties61/pkg-descr b/www/rubygem-railties61/pkg-descr
index a7a4fafb58d9..fbc0144b3be4 100644
--- a/www/rubygem-railties61/pkg-descr
+++ b/www/rubygem-railties61/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/