git: 6b03c435f570 - main - devel/rubygem-activejob60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:34 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b03c435f570704d79388e6a39b24b8a28b8c7d6 commit 6b03c435f570704d79388e6a39b24b8a28b8c7d6 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:50:22 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:47 +0000 devel/rubygem-activejob60: Update to 6.0.6 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- devel/rubygem-activejob60/Makefile | 7 ++++--- devel/rubygem-activejob60/distinfo | 6 +++--- devel/rubygem-activejob60/pkg-descr | 2 -- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/devel/rubygem-activejob60/Makefile b/devel/rubygem-activejob60/Makefile index abafcc4861df..d0ec4f6193e2 100644 --- a/devel/rubygem-activejob60/Makefile +++ b/devel/rubygem-activejob60/Makefile @@ -1,17 +1,18 @@ PORTNAME= activejob -PORTVERSION= 6.0.5.1 +PORTVERSION= 6.0.6 CATEGORIES= devel rubygems MASTER_SITES= RG PKGNAMESUFFIX= 60 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-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60 \ +RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60 \ rubygem-globalid-rails60>=0.3.6:databases/rubygem-globalid-rails60 USES= cpe gem diff --git a/devel/rubygem-activejob60/distinfo b/devel/rubygem-activejob60/distinfo index 665bc15ad52a..b68b710ba3e4 100644 --- a/devel/rubygem-activejob60/distinfo +++ b/devel/rubygem-activejob60/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835535 -SHA256 (rubygem/activejob-6.0.5.1.gem) = 813584f2ff0bf4a4f31124244c9cabcc2a31e3d75879219f7c08b30d14e8a477 -SIZE (rubygem/activejob-6.0.5.1.gem) = 31744 +TIMESTAMP = 1669058213 +SHA256 (rubygem/activejob-6.0.6.gem) = 85c4ccb94f25465abad0c81edaa25b60ba24e9e5c868935375c621f9affbc530 +SIZE (rubygem/activejob-6.0.6.gem) = 31744 diff --git a/devel/rubygem-activejob60/pkg-descr b/devel/rubygem-activejob60/pkg-descr index dabb0b743759..9087f346d128 100644 --- a/devel/rubygem-activejob60/pkg-descr +++ b/devel/rubygem-activejob60/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/