[Bug 223438] [PATCH] www/redmine fix i18n gem version, otherwise does not start
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Nov 4 22:34:32 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=223438
Bug ID: 223438
Summary: [PATCH] www/redmine fix i18n gem version, otherwise
does not start
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Keywords: patch
Severity: Affects Many People
Priority: ---
Component: Individual Port(s)
Assignee: ruby at FreeBSD.org
Reporter: 000.fbsd at quip.cz
Flags: maintainer-feedback?(ruby at FreeBSD.org)
Keywords: patch
Assignee: ruby at FreeBSD.org
Created attachment 187743
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=187743&action=edit
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 ">="
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list