From ddc9acaace861e89800b1157c92eb7f57c68e352 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Tue, 18 Jun 2024 12:01:00 +0800 Subject: [PATCH] databases/rubygem-activerecord52: Update WWW and clean up pkg-descr --- databases/rubygem-activerecord52/Makefile | 3 ++- databases/rubygem-activerecord52/pkg-descr | 2 -- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/databases/rubygem-activerecord52/Makefile b/databases/rubygem-activerecord52/Makefile index c2bd3064097e..a91ce2aaffd0 100644 --- a/databases/rubygem-activerecord52/Makefile +++ b/databases/rubygem-activerecord52/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= 52 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-activerecord52/pkg-descr b/databases/rubygem-activerecord52/pkg-descr index afdce63dcd89..2ec976f87967 100644 --- a/databases/rubygem-activerecord52/pkg-descr +++ b/databases/rubygem-activerecord52/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/