git: 56892e1749e6 - main - databases/rubygem-activerecord60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:32 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=56892e1749e68508cceb5f963e91d74fb448504f
commit 56892e1749e68508cceb5f963e91d74fb448504f
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:46 +0000
databases/rubygem-activerecord60: Update to 6.0.6
- Update WWW and clean up pkg-descr
Changes: https://github.com/rails/rails/releases
---
databases/rubygem-activerecord60/Makefile | 9 +++++----
databases/rubygem-activerecord60/distinfo | 6 +++---
databases/rubygem-activerecord60/pkg-descr | 2 --
3 files changed, 8 insertions(+), 9 deletions(-)
diff --git a/databases/rubygem-activerecord60/Makefile b/databases/rubygem-activerecord60/Makefile
index 494ee8262f55..dcdbfd3be0c7 100644
--- a/databases/rubygem-activerecord60/Makefile
+++ b/databases/rubygem-activerecord60/Makefile
@@ -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
diff --git a/databases/rubygem-activerecord60/distinfo b/databases/rubygem-activerecord60/distinfo
index 394858681568..9aa01b14f707 100644
--- a/databases/rubygem-activerecord60/distinfo
+++ b/databases/rubygem-activerecord60/distinfo
@@ -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
diff --git a/databases/rubygem-activerecord60/pkg-descr b/databases/rubygem-activerecord60/pkg-descr
index afdce63dcd89..2ec976f87967 100644
--- a/databases/rubygem-activerecord60/pkg-descr
+++ b/databases/rubygem-activerecord60/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/