Date: Tue, 18 Jun 2024 04:09:10 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 48f9051474c5 - main - devel/rubygem-activejob52: Update WWW and clean up pkg-descr Message-ID: <202406180409.45I49AMG079455@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=48f9051474c5b2da4eec8bec5dbeddcb42caa665 commit 48f9051474c5b2da4eec8bec5dbeddcb42caa665 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-06-18 04:01:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-06-18 04:01:05 +0000 devel/rubygem-activejob52: Update WWW and clean up pkg-descr --- devel/rubygem-activejob52/Makefile | 3 ++- devel/rubygem-activejob52/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-activejob52/Makefile b/devel/rubygem-activejob52/Makefile index a1c926cd92b3..36bb72dcac98 100644 --- a/devel/rubygem-activejob52/Makefile +++ b/devel/rubygem-activejob52/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 52 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-activejob52/pkg-descr b/devel/rubygem-activejob52/pkg-descr index dabb0b743759..9087f346d128 100644 --- a/devel/rubygem-activejob52/pkg-descr +++ b/devel/rubygem-activejob52/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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202406180409.45I49AMG079455>