diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-02-15 20:47:33 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-02-15 20:47:33 +0800 |
commit | f6d56a1c28485642c384cbd54d4b1381419239c9 (patch) | |
tree | 84df67594d4b2280f65e1bbcd33b9d714b43c17d /www | |
parent | e45b987841f2aa1648c67a75fc66005eaf817fe9 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | www/redmine/files/patch-Gemfile | 2 |
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 |