aboutsummaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:00:58 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-06-18 04:00:58 +0000
commit4df72f410efd039ef7561852956201ecadbf853e (patch)
treecb9bc7c5fe0255d407d69063a349f18ea5870be0 /databases
parenta89611ae2e1579b304acc4f4e344224559de6e03 (diff)
downloadports-4df72f410efd039ef7561852956201ecadbf853e.tar.gz
ports-4df72f410efd039ef7561852956201ecadbf853e.zip
databases/rubygem-activerecord5: Update WWW and clean up pkg-descr
Diffstat (limited to 'databases')
-rw-r--r--databases/rubygem-activerecord5/Makefile3
-rw-r--r--databases/rubygem-activerecord5/pkg-descr2
2 files changed, 2 insertions, 3 deletions
diff --git a/databases/rubygem-activerecord5/Makefile b/databases/rubygem-activerecord5/Makefile
index e8c87824be7a..4b2a8feccef5 100644
--- a/databases/rubygem-activerecord5/Makefile
+++ b/databases/rubygem-activerecord5/Makefile
@@ -6,7 +6,8 @@ PKGNAMESUFFIX= 5
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
-WWW= https://github.com/rails/rails/tree/main/activerecord
+WWW= https://rubyonrails.org/ \
+ https://github.com/rails/rails/tree/main/activerecord
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
diff --git a/databases/rubygem-activerecord5/pkg-descr b/databases/rubygem-activerecord5/pkg-descr
index afdce63dcd89..2ec976f87967 100644
--- a/databases/rubygem-activerecord5/pkg-descr
+++ b/databases/rubygem-activerecord5/pkg-descr
@@ -9,5 +9,3 @@ Active Record relies heavily on naming in that it uses class and association
names to establish mappings between respective database tables and foreign key
columns. Although these mappings can be defined explicitly, it's recommended to
follow naming conventions, especially when getting started with the library.
-
-See also: https://rubyonrails.org/