aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:51:04 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:05:53 +0000
commit03a97d34513f0931a59856df0194e81fd0bd7c8b (patch)
tree39d6110fbdb34a3a77cb0e3bc6f68f7d5800da17
parent23ff924d4107d0748f81cc553fa38f9e2bf5f2c5 (diff)
databases/rubygem-activemodel70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
-rw-r--r--databases/rubygem-activemodel70/Makefile5
-rw-r--r--databases/rubygem-activemodel70/pkg-descr2
2 files changed, 3 insertions, 4 deletions
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
@@ -6,12 +6,13 @@ 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
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
@@ -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::API.
-
-See also: https://rubyonrails.org/