databases/rubygem-activerecord60: Update to 6.0.6

- Update WWW and clean up pkg-descr

Changes:	https://github.com/rails/rails/releases
This commit is contained in:
Po-Chuan Hsieh 2022-12-30 16:50:21 +08:00
parent 71089fca37
commit 56892e1749
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
3 changed files with 8 additions and 9 deletions

View File

@ -1,18 +1,19 @@
PORTNAME= activerecord
PORTVERSION= 6.0.5.1
PORTVERSION= 6.0.6
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
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-activemodel60>=${PORTVERSION}:databases/rubygem-activemodel60 \
rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60
RUN_DEPENDS= rubygem-activemodel60>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel60 \
rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60
USES= gem
USE_RUBY= yes

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1657835531
SHA256 (rubygem/activerecord-6.0.5.1.gem) = 0b8ba870bf23f931b38bb299ec16a7f56073c2498e131086eee7227e2f046d15
SIZE (rubygem/activerecord-6.0.5.1.gem) = 411136
TIMESTAMP = 1669058209
SHA256 (rubygem/activerecord-6.0.6.gem) = fbb4df5e6fbbc69ef9fc7fe92d476b7367354df132e3a6d3e6e2c973d9a49320
SIZE (rubygem/activerecord-6.0.6.gem) = 411136

View File

@ -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/