Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Oct 2021 16:05:30 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 42ae844674fd - main - databases/rubygem-puppetdb_cli: Update version requirement of RUN_DEPENDS
Message-ID:  <202110251605.19PG5UxS083009@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=42ae844674fdf39549063dcee417f78729ae06a6

commit 42ae844674fdf39549063dcee417f78729ae06a6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:16:14 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 15:58:12 +0000

    databases/rubygem-puppetdb_cli: Update version requirement of RUN_DEPENDS
    
    With hat:       ruby
---
 databases/rubygem-puppetdb_cli/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/databases/rubygem-puppetdb_cli/Makefile b/databases/rubygem-puppetdb_cli/Makefile
index 21356d7eca37..6933019a4bf9 100644
--- a/databases/rubygem-puppetdb_cli/Makefile
+++ b/databases/rubygem-puppetdb_cli/Makefile
@@ -9,8 +9,8 @@ COMMENT=	PuppetDB CLI Tooling
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	rubygem-cri>0:devel/rubygem-cri \
-		rubygem-pl-puppetdb-ruby>0:databases/rubygem-pl-puppetdb-ruby
+RUN_DEPENDS=	rubygem-cri>=2.15<3:devel/rubygem-cri \
+		rubygem-pl-puppetdb-ruby>=2.0.3<2.1:databases/rubygem-pl-puppetdb-ruby
 
 USES=		gem
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251605.19PG5UxS083009>