diff options
Diffstat (limited to 'databases/rubygem-activemodel61/Makefile')
-rw-r--r-- | databases/rubygem-activemodel61/Makefile | 7 |
1 files changed, 4 insertions, 3 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 |