Date: Mon, 25 Oct 2021 16:05:19 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: e0d0d0c3957b - main - net/rubygem-fog-azure: Update version requirement of RUN_DEPENDS Message-ID: <202110251605.19PG5JDG082757@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=e0d0d0c3957b79c4b32710a8afc9f1bc47ef579d commit e0d0d0c3957b79c4b32710a8afc9f1bc47ef579d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 15:15:27 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:58:09 +0000 net/rubygem-fog-azure: Update version requirement of RUN_DEPENDS --- net/rubygem-fog-azure/Makefile | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/net/rubygem-fog-azure/Makefile b/net/rubygem-fog-azure/Makefile index b13124c9c0c2..ddae0cbff2f6 100644 --- a/net/rubygem-fog-azure/Makefile +++ b/net/rubygem-fog-azure/Makefile @@ -12,13 +12,14 @@ COMMENT= Module for the 'fog' gem to support Microsoft Azure LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.md -RUN_DEPENDS= rubygem-azure>=0.6:net/rubygem-azure \ - rubygem-fog-core1>=1.27:devel/rubygem-fog-core1 \ - rubygem-fog-json>=1.0:devel/rubygem-fog-json \ - rubygem-fog-xml>=0.1:textproc/rubygem-fog-xml +RUN_DEPENDS= rubygem-azure>=0.6<1:net/rubygem-azure \ + rubygem-fog-core1>=1.27<2:devel/rubygem-fog-core1 \ + rubygem-fog-json>=1.0<2:devel/rubygem-fog-json \ + rubygem-fog-xml>=0.1<1:textproc/rubygem-fog-xml -NO_ARCH= yes -USE_RUBY= yes USES= gem +USE_RUBY= yes + +NO_ARCH= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251605.19PG5JDG082757>