Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 04 Nov 2017 22:34:32 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 223438] [PATCH] www/redmine fix i18n gem version, otherwise does not start
Message-ID:  <bug-223438-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D223438

            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@FreeBSD.org
          Reporter: 000.fbsd@quip.cz
             Flags: maintainer-feedback?(ruby@FreeBSD.org)
          Keywords: patch
          Assignee: ruby@FreeBSD.org

Created attachment 187743
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D187743&action=
=3Dedit
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 aft=
er
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 ">=3D"

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-223438-13>