aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activerecord60
diff options
context:
space:
mode:
Diffstat (limited to 'databases/rubygem-activerecord60')
-rw-r--r--databases/rubygem-activerecord60/Makefile11
-rw-r--r--databases/rubygem-activerecord60/distinfo6
-rw-r--r--databases/rubygem-activerecord60/pkg-descr3
3 files changed, 8 insertions, 12 deletions
diff --git a/databases/rubygem-activerecord60/Makefile b/databases/rubygem-activerecord60/Makefile
index c25fa9a6c3ee..a8e2d36d5807 100644
--- a/databases/rubygem-activerecord60/Makefile
+++ b/databases/rubygem-activerecord60/Makefile
@@ -1,22 +1,21 @@
-# Created by: Johannes Meixner <johannes@perceivon.net>
-
PORTNAME= activerecord
-PORTVERSION= 6.0.4.1
+PORTVERSION= 6.0.6.1
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 \
+ 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
NO_ARCH= yes
diff --git a/databases/rubygem-activerecord60/distinfo b/databases/rubygem-activerecord60/distinfo
index f85006911a20..3eb93a49cd2a 100644
--- a/databases/rubygem-activerecord60/distinfo
+++ b/databases/rubygem-activerecord60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1632664478
-SHA256 (rubygem/activerecord-6.0.4.1.gem) = f4ab8468fd51f50bccb394425be757c8541fb26fe22a68381939d33dbb6e88e0
-SIZE (rubygem/activerecord-6.0.4.1.gem) = 410624
+TIMESTAMP = 1675191911
+SHA256 (rubygem/activerecord-6.0.6.1.gem) = be387b7c8997ea5373d42bf56d2789914a742b67357701677d769ce8a31ba139
+SIZE (rubygem/activerecord-6.0.6.1.gem) = 412160
diff --git a/databases/rubygem-activerecord60/pkg-descr b/databases/rubygem-activerecord60/pkg-descr
index 29c7987b2296..2ec976f87967 100644
--- a/databases/rubygem-activerecord60/pkg-descr
+++ b/databases/rubygem-activerecord60/pkg-descr
@@ -9,6 +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.
-
-WWW: https://rubyonrails.org/
-WWW: https://github.com/rails/rails/tree/master/activerecord