mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
databases/rubygem-activerecord70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user