aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:03:09 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:03:09 +0000
commit7af02b8ba07fc2de5b6ed7dac6f1b469e2660714 (patch)
treef404a6a43def6594677a1193366a30079eba5b1e
parentab92bd86092a4bee548b6e148f608bf41819f995 (diff)
downloadports-7af02b8ba07fc2de5b6ed7dac6f1b469e2660714.tar.gz
ports-7af02b8ba07fc2de5b6ed7dac6f1b469e2660714.zip
www/rubygem-actionpack52: Update WWW and clean up pkg-descr
-rw-r--r--www/rubygem-actionpack52/Makefile3
-rw-r--r--www/rubygem-actionpack52/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/www/rubygem-actionpack52/Makefile b/www/rubygem-actionpack52/Makefile
index 4d089b7daf71..d8ce6021999d 100644
--- a/www/rubygem-actionpack52/Makefile
+++ b/www/rubygem-actionpack52/Makefile
@@ -7,7 +7,8 @@ PKGNAMESUFFIX= 52
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-actionpack52/pkg-descr b/www/rubygem-actionpack52/pkg-descr
index efef1aca62fa..6aaa673d1002 100644
--- a/www/rubygem-actionpack52/pkg-descr
+++ b/www/rubygem-actionpack52/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/