git: 42ae844674fd - main - databases/rubygem-puppetdb_cli: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:05:30 UTC
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