git: b78ccf002fc7 - main - sysutils/rubygem-choria-mcorpc-support: Update version requirement of RUN_DEPENDS

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 25 Oct 2021 16:05:45 UTC
The branch main has been updated by sunpoet:

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

commit b78ccf002fc7a7ddb2f06e283594468c4894cc7b
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-10-25 15:16:37 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-10-25 16:00:07 +0000

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

diff --git a/sysutils/rubygem-choria-mcorpc-support/Makefile b/sysutils/rubygem-choria-mcorpc-support/Makefile
index 4412a092796e..d9a3aab03b9f 100644
--- a/sysutils/rubygem-choria-mcorpc-support/Makefile
+++ b/sysutils/rubygem-choria-mcorpc-support/Makefile
@@ -12,8 +12,8 @@ USES=		gem
 USE_RUBY=	yes
 
 RUN_DEPENDS=	choria>=0.20.1:sysutils/choria \
-		rubygem-nats-pure>=0.6:net/rubygem-nats-pure \
-		rubygem-systemu>=2.6.4:devel/rubygem-systemu
+		rubygem-nats-pure>=0.6<0.8.0:net/rubygem-nats-pure \
+		rubygem-systemu>=2.6.4<3:devel/rubygem-systemu
 
 NO_ARCH=	yes