svn commit: r556103 - head/www/redmine4

Matthias Fechner mfechner at FreeBSD.org
Mon Nov 23 11:42:15 UTC 2020


Author: mfechner
Date: Mon Nov 23 11:42:14 2020
New Revision: 556103
URL: https://svnweb.freebsd.org/changeset/ports/556103

Log:
  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

Modified:
  head/www/redmine4/Makefile

Modified: head/www/redmine4/Makefile
==============================================================================
--- head/www/redmine4/Makefile	Mon Nov 23 11:35:11 2020	(r556102)
+++ head/www/redmine4/Makefile	Mon Nov 23 11:42:14 2020	(r556103)
@@ -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 \


More information about the svn-ports-all mailing list