git: 348702e61c58 - main - devel/rubygem-activejob61: Update to 6.1.7

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

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

commit 348702e61c58f9eddd75eb647f8072eb1176e0f8
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:44 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:50 +0000

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

diff --git a/devel/rubygem-activejob61/Makefile b/devel/rubygem-activejob61/Makefile
index 6422562beaaf..43d078c9a7c9 100644
--- a/devel/rubygem-activejob61/Makefile
+++ b/devel/rubygem-activejob61/Makefile
@@ -1,17 +1,18 @@
 PORTNAME=	activejob
-PORTVERSION=	6.1.6.1
+PORTVERSION=	6.1.7
 CATEGORIES=	devel rubygems
 MASTER_SITES=	RG
 PKGNAMESUFFIX=	61
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Job class declarations for a variety of queueing backends
-WWW=		https://github.com/rails/rails/tree/main/activejob
+WWW=		https://github.com/rails/rails/tree/main/activejob \
+		https://rubyonrails.org/
 
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
 
-RUN_DEPENDS=	rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 \
+RUN_DEPENDS=	rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 \
 		rubygem-globalid-rails61>=0.3.6:databases/rubygem-globalid-rails61
 
 USES=		cpe gem
diff --git a/devel/rubygem-activejob61/distinfo b/devel/rubygem-activejob61/distinfo
index c18d5d806946..81f6d5415d22 100644
--- a/devel/rubygem-activejob61/distinfo
+++ b/devel/rubygem-activejob61/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835561
-SHA256 (rubygem/activejob-6.1.6.1.gem) = 9efee4499d31aaaab73b843a09564d4a2aabcd51c2088361a92e08766ab0db65
-SIZE (rubygem/activejob-6.1.6.1.gem) = 32768
+TIMESTAMP = 1669058239
+SHA256 (rubygem/activejob-6.1.7.gem) = e5d2ac525b6be5ccf242534af504ea2c7b406fb5f7880495ce3c1407e749c415
+SIZE (rubygem/activejob-6.1.7.gem) = 32768
diff --git a/devel/rubygem-activejob61/pkg-descr b/devel/rubygem-activejob61/pkg-descr
index dabb0b743759..9087f346d128 100644
--- a/devel/rubygem-activejob61/pkg-descr
+++ b/devel/rubygem-activejob61/pkg-descr
@@ -14,5 +14,3 @@ framework features and other gems build on top of that, without having to worry
 about API differences between Delayed Job and Resque. Picking your queuing
 backend becomes more of an operational concern, then. And you'll be able to
 switch between them without having to rewrite your jobs.
-
-See also: https://rubyonrails.org/