aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 08:51:05 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-12-30 09:05:53 +0000
commit405237d6dc95d3d0e15e073772ec6d5a179bf64f (patch)
treef9f9fb80a2977b0f5a886f2d54ebc754d616db9d
parent03a97d34513f0931a59856df0194e81fd0bd7c8b (diff)
downloadports-405237d6dc95d3d0e15e073772ec6d5a179bf64f.tar.gz
ports-405237d6dc95d3d0e15e073772ec6d5a179bf64f.zip
databases/rubygem-activerecord70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
-rw-r--r--databases/rubygem-activerecord70/Makefile7
-rw-r--r--databases/rubygem-activerecord70/pkg-descr2
2 files changed, 4 insertions, 5 deletions
diff --git a/databases/rubygem-activerecord70/Makefile b/databases/rubygem-activerecord70/Makefile
index f8511de0ae31..6ae4e866456b 100644
--- a/databases/rubygem-activerecord70/Makefile
+++ b/databases/rubygem-activerecord70/Makefile
@@ -6,13 +6,14 @@ PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Object-relational mapping layer for Rails MVC Framework
-WWW= https://github.com/rails/rails/tree/main/activerecord
+WWW= https://github.com/rails/rails/tree/main/activerecord \
+ https://rubyonrails.org/
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/MIT-LICENSE
-RUN_DEPENDS= rubygem-activemodel70>=${PORTVERSION}:databases/rubygem-activemodel70 \
- rubygem-activesupport70>=${PORTVERSION}:devel/rubygem-activesupport70
+RUN_DEPENDS= rubygem-activemodel70>=${PORTVERSION}<${PORTVERSION}_99:databases/rubygem-activemodel70 \
+ rubygem-activesupport70>=${PORTVERSION}<${PORTVERSION}_99:devel/rubygem-activesupport70
USES= gem
USE_RUBY= yes
diff --git a/databases/rubygem-activerecord70/pkg-descr b/databases/rubygem-activerecord70/pkg-descr
index afdce63dcd89..2ec976f87967 100644
--- a/databases/rubygem-activerecord70/pkg-descr
+++ b/databases/rubygem-activerecord70/pkg-descr
@@ -9,5 +9,3 @@ Active Record relies heavily on naming in that it uses class and association
names to establish mappings between respective database tables and foreign key
columns. Although these mappings can be defined explicitly, it's recommended to
follow naming conventions, especially when getting started with the library.
-
-See also: https://rubyonrails.org/