Date: Tue, 18 Jun 2024 04:09:09 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: 5adfc719854a - main - devel/rubygem-activejob50: Update WWW and clean up pkg-descr Message-ID: <202406180409.45I499Dk079405@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=5adfc719854ae547b366711c04fa13ca37e88a02 commit 5adfc719854ae547b366711c04fa13ca37e88a02 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-activejob50: Update WWW and clean up pkg-descr --- devel/rubygem-activejob50/Makefile | 3 ++- devel/rubygem-activejob50/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/devel/rubygem-activejob50/Makefile b/devel/rubygem-activejob50/Makefile index 09c824d93f48..f3cc26141815 100644 --- a/devel/rubygem-activejob50/Makefile +++ b/devel/rubygem-activejob50/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 50 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-activejob50/pkg-descr b/devel/rubygem-activejob50/pkg-descr index dabb0b743759..9087f346d128 100644 --- a/devel/rubygem-activejob50/pkg-descr +++ b/devel/rubygem-activejob50/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.45I499Dk079405>