aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:04 +0000
commitedc82a93912ba0c252f1eec152dbe7549bbc593d (patch)
treec35793c6d37781f80072d48b504a4ccc440456f4
parent5328d66e961d50814603d6070a4860a5c312a82a (diff)
downloadports-edc82a93912ba0c252f1eec152dbe7549bbc593d.tar.gz
ports-edc82a93912ba0c252f1eec152dbe7549bbc593d.zip
devel/rubygem-activejob5: Update WWW and clean up pkg-descr
-rw-r--r--devel/rubygem-activejob5/Makefile3
-rw-r--r--devel/rubygem-activejob5/pkg-descr2
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/