git: 801d5791249e - main - devel/rubygem-activejob70: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 30 Dec 2022 09:16:04 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=801d5791249e0510357c7729916b2da0be074819
commit 801d5791249e0510357c7729916b2da0be074819
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-12-30 08:51:06 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-12-30 09:05:54 +0000
devel/rubygem-activejob70: Update version requirement of RUN_DEPENDS
- Update WWW and clean up pkg-descr
---
devel/rubygem-activejob70/Makefile | 5 +++--
devel/rubygem-activejob70/pkg-descr | 2 --
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/devel/rubygem-activejob70/Makefile b/devel/rubygem-activejob70/Makefile
index 698565c439e5..b16223af2706 100644
--- a/devel/rubygem-activejob70/Makefile
+++ b/devel/rubygem-activejob70/Makefile
@@ -6,12 +6,13 @@ PKGNAMESUFFIX= 70
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Declare job classes that can be run by a variety of queuing backends
-WWW= https://github.com/rails/rails/tree/main/activejob
+WWW= https://github.com/rails/rails/tree/main/activejob \
+ 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 \
rubygem-globalid-rails70>=0.3.6:databases/rubygem-globalid-rails70
USES= cpe gem
diff --git a/devel/rubygem-activejob70/pkg-descr b/devel/rubygem-activejob70/pkg-descr
index 61cb4267ad4c..d618ca834e3c 100644
--- a/devel/rubygem-activejob70/pkg-descr
+++ b/devel/rubygem-activejob70/pkg-descr
@@ -14,5 +14,3 @@ framework features and other gems build on top of that, without having to worry
about API differences between Delayed Job and Resque. Picking your queuing
backend becomes more of an operational concern, then. And you'll be able to
switch between them without having to rewrite your jobs.
-
-See also: https://rubyonrails.org/