Bug 223438

Summary: [PATCH] www/redmine fix i18n gem version, otherwise does not start
Product: Ports & Packages Reporter: Miroslav Lachman <000.fbsd>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People Keywords: patch
Priority: --- Flags: bugzilla: maintainer-feedback? (ruby)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch for Makefile (PORTREVISION) and files/patch-Gemfile i18n gem version
none
this can be placed directly in to files subfolder none

Description Miroslav Lachman 2017-11-04 22:34:32 UTC
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 ">="
Comment 1 Miroslav Lachman 2017-11-04 22:35:50 UTC
Created attachment 187744 [details]
this can be placed directly in to files subfolder
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2017-11-05 03:44:32 UTC
Committed. Thanks!
Comment 3 commit-hook freebsd_committer freebsd_triage 2017-11-05 03:44:39 UTC
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