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