diff --git a/databases/rubygem-activerecord61/Makefile b/databases/rubygem-activerecord61/Makefile index d79af239344e..da53a521e589 100644 --- a/databases/rubygem-activerecord61/Makefile +++ b/databases/rubygem-activerecord61/Makefile @@ -1,25 +1,25 @@ # Created by: Johannes Meixner PORTNAME= activerecord -PORTVERSION= 6.1.4.1 +PORTVERSION= 6.1.4.4 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 61 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Object-relational mapping layer for Rails MVC Framework LICENSE= MIT LICENSE_FILE= ${WRKSRC}/MIT-LICENSE RUN_DEPENDS= rubygem-activemodel61>=${PORTVERSION}:databases/rubygem-activemodel61 \ rubygem-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61 USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^6\.1\. .include diff --git a/databases/rubygem-activerecord61/distinfo b/databases/rubygem-activerecord61/distinfo index e481082e0e6e..620ae70cce51 100644 --- a/databases/rubygem-activerecord61/distinfo +++ b/databases/rubygem-activerecord61/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1632664504 -SHA256 (rubygem/activerecord-6.1.4.1.gem) = 4a22709593cf8e164939286bc1635efcd87378244ad17e87becb1f7324dd8fb1 -SIZE (rubygem/activerecord-6.1.4.1.gem) = 430592 +TIMESTAMP = 1641046814 +SHA256 (rubygem/activerecord-6.1.4.4.gem) = 33fe47b6ad729e248ee8d20d0db92b04a26a4b0593dd156baa06e01b28270d24 +SIZE (rubygem/activerecord-6.1.4.4.gem) = 430592 diff --git a/databases/rubygem-activerecord61/pkg-descr b/databases/rubygem-activerecord61/pkg-descr index 29c7987b2296..0688737cb23f 100644 --- a/databases/rubygem-activerecord61/pkg-descr +++ b/databases/rubygem-activerecord61/pkg-descr @@ -1,14 +1,14 @@ Active Record connects classes to relational database tables to establish an almost zero-configuration persistence layer for applications. The library provides a base class that, when subclassed, sets up a mapping between the new class and an existing table in the database. In the context of an application, these classes are commonly referred to as models. Models can also be connected to other models; this is done by defining associations. 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. WWW: https://rubyonrails.org/ -WWW: https://github.com/rails/rails/tree/master/activerecord +WWW: https://github.com/rails/rails/tree/main/activerecord