aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:01:08 +0000
commit3f0ddceb8ccadad8c70e4c11bb6e1bdf060e9ab1 (patch)
tree49ab9b7c38940e1cf97d9197efaf11dcb890762e
parent5d496f529b5974473a55018dbdcd9cb6c8d50540 (diff)
downloadports-3f0ddceb8ccadad8c70e4c11bb6e1bdf060e9ab1.tar.gz
ports-3f0ddceb8ccadad8c70e4c11bb6e1bdf060e9ab1.zip
devel/rubygem-activesupport50: Update WWW and clean up pkg-descr
-rw-r--r--devel/rubygem-activesupport50/Makefile3
-rw-r--r--devel/rubygem-activesupport50/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/devel/rubygem-activesupport50/Makefile b/devel/rubygem-activesupport50/Makefile
index d71d762f3a4e..8fbbdcefc30e 100644
--- a/devel/rubygem-activesupport50/Makefile
+++ b/devel/rubygem-activesupport50/Makefile
@@ -7,7 +7,8 @@ PKGNAMESUFFIX= 50
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-activesupport50/pkg-descr b/devel/rubygem-activesupport50/pkg-descr
index 1a383f69d9bb..67a1ee92e655 100644
--- a/devel/rubygem-activesupport50/pkg-descr
+++ b/devel/rubygem-activesupport50/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/