aboutsummaryrefslogtreecommitdiff
path: root/databases/rubygem-activemodel61
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:50:42 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:05:49 +0000
commit9d1c882714ecc3531d1902692ca8abcee59c1c48 (patch)
tree03a30c8a88a930b7f7fb914ae8b0f8053507b112 /databases/rubygem-activemodel61
parente91f8f5ffa315c8faebe65f89a71eab027926eeb (diff)
downloadports-9d1c882714ecc3531d1902692ca8abcee59c1c48.tar.gz
ports-9d1c882714ecc3531d1902692ca8abcee59c1c48.zip
databases/rubygem-activemodel61: Update to 6.1.7
- Update WWW and clean up pkg-descr Changes: https://github.com/rails/rails/releases
Diffstat (limited to 'databases/rubygem-activemodel61')
-rw-r--r--databases/rubygem-activemodel61/Makefile7
-rw-r--r--databases/rubygem-activemodel61/distinfo6
-rw-r--r--databases/rubygem-activemodel61/pkg-descr2
3 files changed, 7 insertions, 8 deletions
diff --git a/databases/rubygem-activemodel61/Makefile b/databases/rubygem-activemodel61/Makefile
index e843a2038290..c47bd3bd3419 100644
--- a/databases/rubygem-activemodel61/Makefile
+++ b/databases/rubygem-activemodel61/Makefile
@@ -1,17 +1,18 @@
PORTNAME= activemodel
-PORTVERSION= 6.1.6.1
+PORTVERSION= 6.1.7
CATEGORIES= databases rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 61
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-activesupport61>=${PORTVERSION}:devel/rubygem-activesupport61
+RUN_DEPENDS= rubygem-activesupport61>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport61
USES= gem
USE_RUBY= yes
diff --git a/databases/rubygem-activemodel61/distinfo b/databases/rubygem-activemodel61/distinfo
index 0a8d760959ad..43aba41a27c9 100644
--- a/databases/rubygem-activemodel61/distinfo
+++ b/databases/rubygem-activemodel61/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1657835555
-SHA256 (rubygem/activemodel-6.1.6.1.gem) = 239953365a7da4bcb9a3819b8ac2557a58a3ba89ddd36bee9bb3eca818e4a3e2
-SIZE (rubygem/activemodel-6.1.6.1.gem) = 62464
+TIMESTAMP = 1669058233
+SHA256 (rubygem/activemodel-6.1.7.gem) = 7ec2b54676e30b523b2af16f027d74304a49d3cba83e2c400b3cf3dd153d6da0
+SIZE (rubygem/activemodel-6.1.7.gem) = 62464
diff --git a/databases/rubygem-activemodel61/pkg-descr b/databases/rubygem-activemodel61/pkg-descr
index 2fbd12e1479d..32d2e965b6a6 100644
--- a/databases/rubygem-activemodel61/pkg-descr
+++ b/databases/rubygem-activemodel61/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/