From 831731c5db337ca9b0eb6371eaab4359bbe2b033 Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Fri, 30 Dec 2022 16:50:43 +0800 Subject: [PATCH] databases/rubygem-activerecord61: Update to 6.1.7 - Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases --- databases/rubygem-activerecord61/Makefile | 9 +++++---- databases/rubygem-activerecord61/distinfo | 6 +++--- databases/rubygem-activerecord61/pkg-descr | 2 -- 3 files changed, 8 insertions(+), 9 deletions(-) diff --git a/databases/rubygem-activerecord61/Makefile b/databases/rubygem-activerecord61/Makefile index f7a3f065c4d6..8e683d219202 100644 --- a/databases/rubygem-activerecord61/Makefile +++ b/databases/rubygem-activerecord61/Makefile @@ -1,18 +1,19 @@ PORTNAME= activerecord -PORTVERSION= 6.1.6.1 +PORTVERSION= 6.1.7 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework -WWW= https://github.com/rails/rails/tree/main/activerecord +WWW= https://github.com/rails/rails/tree/main/activerecord \ + https://rubyonrails.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE -RUN_DEPENDS= rubygem-activemodel61>=${PORTVERSION}:databases/rubygem-activemodel61 \ - rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 +RUN_DEPENDS= rubygem-activemodel61>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel61 \ + rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61 USES= gem USE_RUBY= yes diff --git a/databases/rubygem-activerecord61/distinfo b/databases/rubygem-activerecord61/distinfo index 79dbf3e051cc..f3039486c469 100644 --- a/databases/rubygem-activerecord61/distinfo +++ b/databases/rubygem-activerecord61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1657835557 -SHA256 (rubygem/activerecord-6.1.6.1.gem) = 82f74804ab34ea549fd593e5ced68c32426564786127d2de9b933ba78467d0b0 -SIZE (rubygem/activerecord-6.1.6.1.gem) = 432640 +TIMESTAMP = 1669058235 +SHA256 (rubygem/activerecord-6.1.7.gem) = 52e4a2601bb41b87db2be68c3f62add64c4614b580f9b540131d7a3e028a5db7 +SIZE (rubygem/activerecord-6.1.7.gem) = 433152 diff --git a/databases/rubygem-activerecord61/pkg-descr b/databases/rubygem-activerecord61/pkg-descr index afdce63dcd89..2ec976f87967 100644 --- a/databases/rubygem-activerecord61/pkg-descr +++ b/databases/rubygem-activerecord61/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/