FreeBSD Bugzilla – Attachment 187743 Details for
Bug 223438
[PATCH] www/redmine fix i18n gem version, otherwise does not start
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for Makefile (PORTREVISION) and files/patch-Gemfile i18n gem version
redmine-3.2.7_1_Gemfile.patch (text/plain), 852 bytes, created by
Miroslav Lachman
on 2017-11-04 22:34:32 UTC
(
hide
)
Description:
patch for Makefile (PORTREVISION) and files/patch-Gemfile i18n gem version
Filename:
MIME Type:
Creator:
Miroslav Lachman
Created:
2017-11-04 22:34:32 UTC
Size:
852 bytes
patch
obsolete
>diff -r -u redmine.orig/Makefile redmine/Makefile >--- redmine.orig/Makefile 2017-09-22 16:00:05.000000000 +0000 >+++ redmine/Makefile 2017-11-04 22:22:01.213820000 +0000 >@@ -3,6 +3,7 @@ > > PORTNAME= redmine > PORTVERSION= 3.2.7 >+PORTREVISION= 1 > CATEGORIES= www > MASTER_SITES= http://www.redmine.org/releases/ > >diff -r -u redmine.orig/files/patch-Gemfile redmine/files/patch-Gemfile >--- redmine.orig/files/patch-Gemfile 2017-09-22 16:00:05.000000000 +0000 >+++ redmine/files/patch-Gemfile 2017-11-04 22:20:38.000000000 +0000 >@@ -25,7 +25,7 @@ > -gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.7.2" : "~> 1.6.8") > -gem "i18n", "~> 0.7.0" > +gem "nokogiri" >-+gem "i18n", "~> 0.8.5" >++gem "i18n", "~> 0.9" > gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0" > > # Request at least rails-html-sanitizer 1.0.3 because of security advisories
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 223438
: 187743 |
187744