aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:07 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:07 +0000
commit5d496f529b5974473a55018dbdcd9cb6c8d50540 (patch)
tree6b60d22842bfa1f7edd1f96dda826be964620067
parent7b5003402f1a6a3f43bee4b316ce102b8df964f4 (diff)
downloadports-5d496f529b5974473a55018dbdcd9cb6c8d50540.tar.gz
ports-5d496f529b5974473a55018dbdcd9cb6c8d50540.zip
devel/rubygem-activesupport5: Update WWW and clean up pkg-descr
-rw-r--r--devel/rubygem-activesupport5/Makefile3
-rw-r--r--devel/rubygem-activesupport5/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/rubygem-activesupport5/Makefile b/devel/rubygem-activesupport5/Makefile
index 69963bb4f511..d885cd5a6de9 100644
--- a/devel/rubygem-activesupport5/Makefile
+++ b/devel/rubygem-activesupport5/Makefile
@@ -7,7 +7,8 @@ PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Utility classes and extension that are required by Rails MVC Framework
-WWW= https://github.com/rails/rails/tree/main/activesupport
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/activesupport
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/devel/rubygem-activesupport5/pkg-descr b/devel/rubygem-activesupport5/pkg-descr
index 1a383f69d9bb..67a1ee92e655 100644
--- a/devel/rubygem-activesupport5/pkg-descr
+++ b/devel/rubygem-activesupport5/pkg-descr
@@ -2,5 +2,3 @@ Active Support is a collection of utility classes and standard library
extensions that were found useful for the Rails framework. These additions
reside in this package so they can be loaded as needed in Ruby projects outside
of Rails.
-
-See also: https://rubyonrails.org/