Date: Fri, 18 Mar 2022 23:33:33 GMT From: =?utf-8?Q?Romain Tarti=C3=A8re?= <romain@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d9e2869004d0 - main - sysutils/mcollective: Mark BROKEN with Ruby 3.x Message-ID: <202203182333.22INXXna025460@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by romain: URL: https://cgit.FreeBSD.org/ports/commit/?id=d9e2869004d09901a194a932d003fe3333eaf763 commit d9e2869004d09901a194a932d003fe3333eaf763 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-03-13 03:40:53 +0000 Commit: Romain Tartière <romain@FreeBSD.org> CommitDate: 2022-03-18 23:32:57 +0000 sysutils/mcollective: Mark BROKEN with Ruby 3.x PR: 262517 With hat: puppet --- sysutils/mcollective/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sysutils/mcollective/Makefile b/sysutils/mcollective/Makefile index 5f9464af970d..470ac0599877 100644 --- a/sysutils/mcollective/Makefile +++ b/sysutils/mcollective/Makefile @@ -11,6 +11,9 @@ COMMENT= Modern scalable datacenter orchestration framework LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/COPYING +BROKEN_RUBY30= yes +BROKEN_RUBY31= yes + RUN_DEPENDS= rubygem-stomp>=0:devel/rubygem-stomp USES= cpe shebangfix
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203182333.22INXXna025460>