aboutsummaryrefslogtreecommitdiff
path: root/www/redmine
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2010-05-26 12:36:32 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2010-05-26 12:36:32 +0000
commita83544281b35b5f14e1eeda9af7f14115cdc86d4 (patch)
tree2de9dbe2db01cac4545828c060ba90b5eccc1cde /www/redmine
parent887137aa53dd26360188ce1f6204823fd5fc752b (diff)
downloadports-a83544281b35b5f14e1eeda9af7f14115cdc86d4.tar.gz
ports-a83544281b35b5f14e1eeda9af7f14115cdc86d4.zip
Notes
Diffstat (limited to 'www/redmine')
-rw-r--r--www/redmine/Makefile1
-rw-r--r--www/redmine/files/patch-vendor-rails-actionpack-lib-action_controller.rb11
2 files changed, 12 insertions, 0 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
index 7fd67bf1a7fc..337cabc083c1 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -7,6 +7,7 @@
PORTNAME= redmine
PORTVERSION= 0.9.4
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/redmine/files/patch-vendor-rails-actionpack-lib-action_controller.rb b/www/redmine/files/patch-vendor-rails-actionpack-lib-action_controller.rb
new file mode 100644
index 000000000000..29a1a140dc60
--- /dev/null
+++ b/www/redmine/files/patch-vendor-rails-actionpack-lib-action_controller.rb
@@ -0,0 +1,11 @@
+--- vendor/rails/actionpack/lib/action_controller.rb.orig 2010-01-09 12:56:23.000000000 +0100
++++ vendor/rails/actionpack/lib/action_controller.rb 2010-05-26 11:17:16.000000000 +0200
+@@ -31,7 +31,7 @@
+ end
+ end
+
+-gem 'rack', '~> 1.0.1'
++gem 'rack', '>= 1.0.1'
+ require 'rack'
+ require 'action_controller/cgi_ext'
+