Bug 223438 - [PATCH] www/redmine fix i18n gem version, otherwise does not start
Summary: [PATCH] www/redmine fix i18n gem version, otherwise does not start
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: Po-Chuan Hsieh
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-11-04 22:34 UTC by Miroslav Lachman
Modified: 2017-11-05 03:44 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ruby)


Attachments
patch for Makefile (PORTREVISION) and files/patch-Gemfile i18n gem version (852 bytes, patch)
2017-11-04 22:34 UTC, Miroslav Lachman
no flags Details | Diff
this can be placed directly in to files subfolder (2.60 KB, text/plain)
2017-11-04 22:35 UTC, Miroslav Lachman
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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