Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F149403176
D2632.id5695.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
2 KB
Referenced Files
None
Subscribers
None
D2632.id5695.diff
View Options
Index: www/redmine/Makefile
===================================================================
--- www/redmine/Makefile
+++ www/redmine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= redmine
PORTVERSION= 2.6.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.redmine.org/releases/
Index: www/redmine/files/extra-patch-thin-Gemfile
===================================================================
--- www/redmine/files/extra-patch-thin-Gemfile
+++ www/redmine/files/extra-patch-thin-Gemfile
@@ -1,12 +1,12 @@
--- Gemfile.orig 2015-04-02 19:40:25.929698000 +0000
+++ Gemfile 2015-04-02 19:41:11.539003000 +0000
-@@ -16,6 +16,9 @@
- gem "net-ldap", "~> 0.3.1"
+@@ -44,6 +44,9 @@
+ gem "activerecord-jdbc-adapter", "~> 1.3.2"
end
+# Thin webserver
+gem "thin", "~> 1.6.2"
+
- # Optional gem for OpenID authentication
- group :openid do
- gem "ruby-openid", "~> 2.3.0", :require => "openid"
+ # Include database gems for the adapters found in the database
+ # configuration file
+ require 'erb'
Index: www/redmine/files/patch-Gemfile
===================================================================
--- www/redmine/files/patch-Gemfile
+++ www/redmine/files/patch-Gemfile
@@ -1,6 +1,6 @@
--- Gemfile.orig 2015-05-25 16:10:44 UTC
+++ Gemfile
-@@ -1,15 +1,15 @@
+@@ -1,24 +1,24 @@
source 'https://rubygems.org'
-gem "rails", "3.2.21"
@@ -19,7 +19,9 @@
# Optional gem for LDAP authentication
group :ldap do
-@@ -21,7 +21,7 @@ gem "thin", "~> 1.6.2"
+- gem "net-ldap", "~> 0.3.1"
++ gem "net-ldap", ">= 0.3.1"
+ end
# Optional gem for OpenID authentication
group :openid do
@@ -28,7 +30,7 @@
gem "rack-openid"
end
-@@ -37,7 +37,7 @@ platforms :mri, :mingw do
+@@ -34,7 +34,7 @@ platforms :mri, :mingw do
# Optional Markdown support, not for JRuby
group :markdown do
# TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
@@ -37,7 +39,7 @@
end
end
-@@ -84,23 +84,6 @@ else
+@@ -81,23 +81,6 @@ else
warn("Please configure your config/database.yml first")
end
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Mar 25, 5:48 AM (14 h, 4 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30302993
Default Alt Text
D2632.id5695.diff (2 KB)
Attached To
Mode
D2632: www/redmine: allow newer net-ldap versions
Attached
Detach File
Event Timeline
Log In to Comment