diff --git a/databases/rubygem-activemodel70/Makefile b/databases/rubygem-activemodel70/Makefile index 0747f1f72dfc..11f162f94d87 100644 --- a/databases/rubygem-activemodel70/Makefile +++ b/databases/rubygem-activemodel70/Makefile @@ -1,23 +1,24 @@ PORTNAME= activemodel PORTVERSION= 7.0.3.1 CATEGORIES= databases rubygems MASTER_SITES= RG PKGNAMESUFFIX= 70 MAINTAINER= sunpoet@FreeBSD.org COMMENT= Toolkit for building modeling frameworks like Active Record -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-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70 +RUN_DEPENDS= rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70 USES= gem USE_RUBY= yes NO_ARCH= yes PORTSCOUT= limit:^7\.0\. .include diff --git a/databases/rubygem-activemodel70/pkg-descr b/databases/rubygem-activemodel70/pkg-descr index 80a1531ac758..9e0e982e3352 100644 --- a/databases/rubygem-activemodel70/pkg-descr +++ b/databases/rubygem-activemodel70/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::API. - -See also: https://rubyonrails.org/