databases/rubygem-activerecord70: Update version requirement of RUN_DEPENDS

- Update WWW and clean up pkg-descr
This commit is contained in:
Po-Chuan Hsieh
2022-12-30 17:05:53 +08:00
parent 03a97d3451
commit 405237d6dc
2 changed files with 4 additions and 5 deletions
+4 -3
View File
@@ -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
@@ -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/