aboutsummaryrefslogtreecommitdiff
path: root/www/redmine
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 12:47:33 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-02-15 12:47:33 +0000
commit15b736b26ba38f29269c346fd3976878f05bf988 (patch)
tree84df67594d4b2280f65e1bbcd33b9d714b43c17d /www/redmine
parent8c590a1ade90ce838ee985aaf4e9edac81f4c812 (diff)
Notes
Diffstat (limited to 'www/redmine')
-rw-r--r--www/redmine/Makefile2
-rw-r--r--www/redmine/files/patch-Gemfile2
2 files changed, 2 insertions, 2 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
index 3e1633ae2b9c..c13982633173 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= redmine
PORTVERSION= 3.4.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://www.redmine.org/releases/
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
index 2e40dbba455c..7f905cfe05f8 100644
--- a/www/redmine/files/patch-Gemfile
+++ b/www/redmine/files/patch-Gemfile
@@ -27,7 +27,7 @@
gem "nokogiri", (RUBY_VERSION >= "2.1" ? "~> 1.8.1" : "~> 1.6.8")
-gem "i18n", "~> 0.7.0"
-+gem "i18n", "~> 0.7"
++gem "i18n", ">= 0.7"
gem "ffi", "1.9.14", :platforms => :mingw if RUBY_VERSION < "2.0"
# Request at least rails-html-sanitizer 1.0.3 because of security advisories