Mark current redmine version to not work with ruby2.7.

But support seems to have been added, but not released:
https://www.redmine.org/issues/31500
This commit is contained in:
Matthias Fechner 2020-11-23 11:42:14 +00:00
parent 2d20d52a13
commit d19ad19c33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556103

View File

@ -14,6 +14,10 @@ COMMENT= Flexible project management web application
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/doc/COPYING
# It seems that redmine should work with ruby 2.7 but they have not enable it in gemfile
# https://www.redmine.org/issues/31500
BROKEN_RUBY27= yes
RUN_DEPENDS= rubygem-bundler>=1.5.0:sysutils/rubygem-bundler \
rubygem-rails52>=5.2.4.4:www/rubygem-rails52 \
rubygem-rouge312>=3.12.0:textproc/rubygem-rouge312 \