git: edc82a93912b - main - devel/rubygem-activejob5: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 18 Jun 2024 04:09:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=edc82a93912ba0c252f1eec152dbe7549bbc593d commit edc82a93912ba0c252f1eec152dbe7549bbc593d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:01:04 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:01:04 +0000 devel/rubygem-activejob5: Update WWW and clean up pkg-descr --- devel/rubygem-activejob5/Makefile | 3 ++- devel/rubygem-activejob5/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-activejob5/Makefile b/devel/rubygem-activejob5/Makefile index 16e1ae9afdb6..d45b2be323d3 100644 --- a/devel/rubygem-activejob5/Makefile +++ b/devel/rubygem-activejob5/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5 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://rubyonrails.org/ \ + https://github.com/rails/rails/tree/main/activejob LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE diff --git a/devel/rubygem-activejob5/pkg-descr b/devel/rubygem-activejob5/pkg-descr index dabb0b743759..9087f346d128 100644 --- a/devel/rubygem-activejob5/pkg-descr +++ b/devel/rubygem-activejob5/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/