git: 85b74cd46a28 - main - sysutils/rubygem-facter: Update version requirement of RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:05:46 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=85b74cd46a28941e6bc66f22ae08cadc064d1e19 commit 85b74cd46a28941e6bc66f22ae08cadc064d1e19 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:16:44 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 16:00:07 +0000 sysutils/rubygem-facter: Update version requirement of RUN_DEPENDS With hat: ruby --- sysutils/rubygem-facter/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/rubygem-facter/Makefile b/sysutils/rubygem-facter/Makefile index 2f68e51cd415..d01e0781da75 100644 --- a/sysutils/rubygem-facter/Makefile +++ b/sysutils/rubygem-facter/Makefile @@ -12,8 +12,8 @@ LICENSE= APACHE20 # rubygem-ffi is a soft dependency, but is used on FreeBSD to resolve some facts RUN_DEPENDS= rubygem-ffi>=1.0:devel/rubygem-ffi \ - rubygem-hocon>=1.3:devel/rubygem-hocon \ - rubygem-thor>=1.0.1:devel/rubygem-thor + rubygem-hocon>=1.3<2:devel/rubygem-hocon \ + rubygem-thor>=1.0.1<2.0:devel/rubygem-thor USES= cpe gem CPE_VENDOR= puppet