Date: Mon, 21 Mar 2022 00:25:29 GMT From: Yasuhiro Kimura <yasu@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 40add0e179bb - main - www/redmine{4,42}: Mark BROKEN with Ruby 3.x Message-ID: <202203210025.22L0PTog066685@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yasu: URL: https://cgit.FreeBSD.org/ports/commit/?id=40add0e179bb7b1eb38c378fa8e7d078630e1865 commit 40add0e179bb7b1eb38c378fa8e7d078630e1865 Author: Yasuhiro Kimura <yasu@FreeBSD.org> AuthorDate: 2022-03-19 06:34:12 +0000 Commit: Yasuhiro Kimura <yasu@FreeBSD.org> CommitDate: 2022-03-21 00:23:51 +0000 www/redmine{4,42}: Mark BROKEN with Ruby 3.x Reference: https://redmine.org/projects/redmine/wiki/RedmineInstall#Ruby-interpreter PR: 262538 Approved by: maintainer --- www/redmine4/Makefile | 2 ++ www/redmine42/Makefile | 2 ++ 2 files changed, 4 insertions(+) diff --git a/www/redmine4/Makefile b/www/redmine4/Makefile index 63f0b66002f9..6e92962b25e2 100644 --- a/www/redmine4/Makefile +++ b/www/redmine4/Makefile @@ -31,6 +31,8 @@ RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ USES= cpe USE_RUBY= yes +BROKEN_RUBY30= yes +BROKEN_RUBY31= yes CONFLICTS_INSTALL= redmine42 diff --git a/www/redmine42/Makefile b/www/redmine42/Makefile index b9635eaf496a..70da89c44f9a 100644 --- a/www/redmine42/Makefile +++ b/www/redmine42/Makefile @@ -31,6 +31,8 @@ RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \ USES= cpe USE_RUBY= yes +BROKEN_RUBY30= yes +BROKEN_RUBY31= yes CONFLICTS_INSTALL= redmine4
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203210025.22L0PTog066685>