aboutsummaryrefslogtreecommitdiffstats
path: root/www/redmine
diff options
context:
space:
mode:
authorswills <swills@FreeBSD.org>2013-06-02 06:30:17 +0800
committerswills <swills@FreeBSD.org>2013-06-02 06:30:17 +0800
commita44f9aa626d003718d09722d4184b0629146c8b0 (patch)
treec30ed42a0c7eecf62e409e6993acbb1fde21c9bf /www/redmine
parent28fc1c0aadcea62c182f3d41f7aefc839d79f509 (diff)
downloadfreebsd-ports-gnome-a44f9aa626d003718d09722d4184b0629146c8b0.tar.gz
freebsd-ports-gnome-a44f9aa626d003718d09722d4184b0629146c8b0.tar.zst
freebsd-ports-gnome-a44f9aa626d003718d09722d4184b0629146c8b0.zip
- Patch to work with new jquery-rails
Diffstat (limited to 'www/redmine')
-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]