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,23 +1,24 @@ 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 NO_ARCH= yes PORTSCOUT= limit:^6\.0\. .include 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 @@ -1,9 +1,7 @@ Active Model provides a known set of interfaces for usage in model classes. They allow for Action Pack helpers to interact with non-Active Record models, for example. Active Model also helps with building custom ORMs for use outside of 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/