aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/redmine/Makefile1
-rw-r--r--www/redmine/files/patch-Gemfile2
2 files changed, 2 insertions, 1 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
index 1f2b34a2073e..0705f10acc60 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= redmine
PORTVERSION= 2.3.1
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_RUBYFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
index fa42962932d3..0aef44f5c660 100644
--- a/www/redmine/files/patch-Gemfile
+++ b/www/redmine/files/patch-Gemfile
@@ -5,7 +5,7 @@
gem "rails", "3.2.13"
-gem "jquery-rails", "~> 2.0.2"
-+gem "jquery-rails", "~> 2.0"
++gem "jquery-rails", "~> 3.0"
gem "i18n", "~> 0.6.0"
gem "coderay", "~> 1.0.6"
gem "fastercsv", "~> 1.5.0", :platforms => [:mri_18, :mingw_18, :jruby]