git: 405237d6dc95 - main - databases/rubygem-activerecord70: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:01 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=405237d6dc95d3d0e15e073772ec6d5a179bf64f commit 405237d6dc95d3d0e15e073772ec6d5a179bf64f Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-12-30 08:51:05 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-12-30 09:05:53 +0000 databases/rubygem-activerecord70: Update version requirement of RUN_DEPENDS - Update WWW and clean up pkg-descr --- databases/rubygem-activerecord70/Makefile | 7 ++++--- databases/rubygem-activerecord70/pkg-descr | 2 -- 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/