aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2018-02-15 20:47:33 +0800
committersunpoet <sunpoet@FreeBSD.org>2018-02-15 20:47:33 +0800
commitf6d56a1c28485642c384cbd54d4b1381419239c9 (patch)
tree84df67594d4b2280f65e1bbcd33b9d714b43c17d /www
parente45b987841f2aa1648c67a75fc66005eaf817fe9 (diff)
downloadfreebsd-ports-gnome-f6d56a1c28485642c384cbd54d4b1381419239c9.tar.gz
freebsd-ports-gnome-f6d56a1c28485642c384cbd54d4b1381419239c9.tar.zst
freebsd-ports-gnome-f6d56a1c28485642c384cbd54d4b1381419239c9.zip
Fix Gemfile for rubygem-i18n 1.0.0 update
- Bump PORTREVISION for package change
Diffstat (limited to 'www')
-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