aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:00:56 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:00:56 +0000
commit7d87ce2df803776c5946a5e638e8d7f13c20f3a3 (patch)
tree964c2248a8276dea4319983cf13417c06fbcc8c4
parente9ca3b2fa55e41ffc9a7a912bc7a0479302d4273 (diff)
downloadports-7d87ce2df803776c5946a5e638e8d7f13c20f3a3.tar.gz
ports-7d87ce2df803776c5946a5e638e8d7f13c20f3a3.zip
databases/rubygem-activemodel50: Update WWW and clean up pkg-descr
-rw-r--r--databases/rubygem-activemodel50/Makefile3
-rw-r--r--databases/rubygem-activemodel50/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/rubygem-activemodel50/Makefile b/databases/rubygem-activemodel50/Makefile
index 5a9be52a37b6..346355cbb682 100644
--- a/databases/rubygem-activemodel50/Makefile
+++ b/databases/rubygem-activemodel50/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 50
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
-WWW= https://github.com/rails/rails/tree/main/activemodel
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/activemodel
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/databases/rubygem-activemodel50/pkg-descr b/databases/rubygem-activemodel50/pkg-descr
index 2fbd12e1479d..32d2e965b6a6 100644
--- a/databases/rubygem-activemodel50/pkg-descr
+++ b/databases/rubygem-activemodel50/pkg-descr
@@ -5,5 +5,3 @@ the Rails framework.
Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::Model.
-
-See also: https://rubyonrails.org/