FreeBSD Bugzilla – Attachment 203797 Details for
Bug 237384
www/redmine: Remove bundler dependency pin (Fails to start due to > 2.0.0)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch-redmine
patch-redmine (text/plain), 1.78 KB, created by
Koichiro Iwao
on 2019-04-19 11:28:29 UTC
(
hide
)
Description:
patch-redmine
Filename:
MIME Type:
Creator:
Koichiro Iwao
Created:
2019-04-19 11:28:29 UTC
Size:
1.78 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 499143) >+++ Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= redmine > PORTVERSION= 3.4.9 >-PORTREVISION= 1 >+PORTREVISION= 2 > CATEGORIES= www > MASTER_SITES= https://www.redmine.org/releases/ > >Index: files/patch-Gemfile >=================================================================== >--- files/patch-Gemfile (revision 499143) >+++ files/patch-Gemfile (working copy) >@@ -1,9 +1,11 @@ >---- Gemfile.orig 2018-06-10 06:36:07 UTC >-+++ Gemfile >-@@ -4,24 +4,24 @@ if Gem::Version.new(Bundler::VERSION) < >- abort "Redmine requires Bundler 1.5.0 or higher (you're using #{Bundler::VERSION}).\nPlease update with 'gem update bundler'." >- end >+--- Gemfile.orig 2019-04-19 20:09:58.067146000 +0900 >++++ Gemfile 2019-04-19 20:10:30.702127000 +0900 >+@@ -1,25 +1,25 @@ >+ source 'https://rubygems.org' > >+-gem "bundler", ">= 1.5.0", "< 2.0.0" >++gem "bundler", ">= 1.5.0" >+ > -gem "rails", "4.2.11" > +gem "rails", ">= 4.2.11" > gem "addressable", "2.4.0" if RUBY_VERSION < "2.0" >@@ -32,7 +34,7 @@ > gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0" > gem "xpath", "< 3.2.0" if RUBY_VERSION < "2.3" > >-@@ -33,76 +33,15 @@ gem "rbpdf", "~> 1.19.6" >+@@ -32,76 +32,15 @@ > > # Optional gem for LDAP authentication > group :ldap do >@@ -111,11 +113,12 @@ > local_gemfile = File.join(File.dirname(__FILE__), "Gemfile.local") > if File.exists?(local_gemfile) > eval_gemfile local_gemfile >-@@ -112,3 +51,7 @@ end >+@@ -110,4 +49,8 @@ >+ # Load plugins' Gemfiles > Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", __FILE__) do |file| > eval_gemfile file >- end >++end > + > +Dir["#{File.dirname(__FILE__)}/bundler.d/*.rb"].each do |bundle| > + self.instance_eval(Bundler.read_file(bundle)) >-+end >+ end
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 237384
: 203797