Created attachment 187743 [details] patch for Makefile (PORTREVISION) and files/patch-Gemfile i18n gem version As i18n version in ports tree was bumped to 0.9, Redmine does not start after ruby gem upgrade. It needs to be bumped in Gemfile too. This does not match version 0.9.0 gem "i18n", "~> 0.8.5" This does match gem "i18n", "~> 0.9" I am not sure if we should use strict versions checks with "~>" or any newer with ">="
Created attachment 187744 [details] this can be placed directly in to files subfolder
Committed. Thanks!
A commit references this bug: Author: sunpoet Date: Sun Nov 5 03:44:18 UTC 2017 New revision: 453511 URL: https://svnweb.freebsd.org/changeset/ports/453511 Log: Fix Gemfile for rubygem-i18n 0.9.0 update - Bump PORTREVISION for package change PR: 223438 Reported by: Miroslav Lachman <000.fbsd@quip.cz> Changes: head/www/redmine/Makefile head/www/redmine/files/patch-Gemfile