aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:03:01 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:03:01 +0000
commitbced0f9203703813cb819cae8c2e12caa0c3914d (patch)
treeeb5277b12c6a4befa95a3761c780c32f46f9ddb2
parent7dbbb224d3edbafca0ced2be624a2bc65a3ba939 (diff)
downloadports-bced0f9203703813cb819cae8c2e12caa0c3914d.tar.gz
ports-bced0f9203703813cb819cae8c2e12caa0c3914d.zip
www/rubygem-actionpack4: Update WWW and clean up pkg-descr
-rw-r--r--www/rubygem-actionpack4/Makefile3
-rw-r--r--www/rubygem-actionpack4/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/www/rubygem-actionpack4/Makefile b/www/rubygem-actionpack4/Makefile
index 302e60a53d1a..00bb7e5f5331 100644
--- a/www/rubygem-actionpack4/Makefile
+++ b/www/rubygem-actionpack4/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 4
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Action Controller and Action View of Rails MVC Framework
-WWW= https://github.com/rails/rails/tree/main/actionpack
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/actionpack
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/www/rubygem-actionpack4/pkg-descr b/www/rubygem-actionpack4/pkg-descr
index efef1aca62fa..6aaa673d1002 100644
--- a/www/rubygem-actionpack4/pkg-descr
+++ b/www/rubygem-actionpack4/pkg-descr
@@ -18,5 +18,3 @@ Controller module. Necessary Action Dispatch functionality is activated by
default and Action View rendering is implicitly triggered by Action Controller.
However, these modules are designed to function on their own and can be used
outside of Rails.
-
-See also: https://rubyonrails.org/