git: 71089fca377c - main - databases/rubygem-activemodel60: Update to 6.0.6
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:15:30 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=71089fca377c46b2c56abf6ae70a75369888e771
commit 71089fca377c46b2c56abf6ae70a75369888e771
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:50:20 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:46 +0000
databases/rubygem-activemodel60: Update to 6.0.6
- Update WWW and clean up pkg-descr
Changes: https://github.com/rails/rails/releases
---
databases/rubygem-activemodel60/Makefile | 7 ++++---
databases/rubygem-activemodel60/distinfo | 6 +++---
databases/rubygem-activemodel60/pkg-descr | 2 --
3 files changed, 7 insertions(+), 8 deletions(-)
diff --git a/databases/rubygem-activemodel60/Makefile b/databases/rubygem-activemodel60/Makefile
index 845e0f72a33b..7016a42e708a 100644
--- a/databases/rubygem-activemodel60/Makefile
+++ b/databases/rubygem-activemodel60/Makefile
@@ -1,17 +1,18 @@
PORTNAME= activemodel
-PORTVERSION= 6.0.5.1
+PORTVERSION= 6.0.6
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 60
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Toolkit for building modeling frameworks
-WWW= https://github.com/rails/rails/tree/main/activemodel
+WWW= https://github.com/rails/rails/tree/main/activemodel \
+ https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}:devel/rubygem-activesupport60
+RUN_DEPENDS= rubygem-activesupport60>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport60
USES= gem
USE_RUBY= yes
diff --git a/databases/rubygem-activemodel60/distinfo b/databases/rubygem-activemodel60/distinfo
index 629f70759e24..9eff4adb6411 100644
--- a/databases/rubygem-activemodel60/distinfo
+++ b/databases/rubygem-activemodel60/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835529
-SHA256 (rubygem/activemodel-6.0.5.1.gem) = bd52230b9bf87b855c198cbb778820b4c72f2b860a07712ceb07a4693da064f3
-SIZE (rubygem/activemodel-6.0.5.1.gem) = 58880
+TIMESTAMP = 1669058207
+SHA256 (rubygem/activemodel-6.0.6.gem) = 42c7968c3f9552dfb57d12993803e9ba2efea5ffe79f3152cd5d7b95b9ed97db
+SIZE (rubygem/activemodel-6.0.6.gem) = 58880
diff --git a/databases/rubygem-activemodel60/pkg-descr b/databases/rubygem-activemodel60/pkg-descr
index 2fbd12e1479d..32d2e965b6a6 100644
--- a/databases/rubygem-activemodel60/pkg-descr
+++ b/databases/rubygem-activemodel60/pkg-descr
@@ -5,5 +5,3 @@ the Rails framework.
Active Model provides a default module that implements the basic API required to
integrate with Action Pack out of the box: ActiveModel::Model.
-
-See also: https://rubyonrails.org/