aboutsummaryrefslogtreecommitdiff
path: root/www/redmine
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-25 09:56:05 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-02-25 09:56:05 +0000
commitb9d225045d44f9a1b8672c51e7e72bf55e45437d (patch)
tree7bfdf7421422e58d54633b9e9099fb8209e74403 /www/redmine
parentbcb674c81a2f53cf18dbb2567d1cdc6b819a06e7 (diff)
downloadports-b9d225045d44f9a1b8672c51e7e72bf55e45437d.tar.gz
ports-b9d225045d44f9a1b8672c51e7e72bf55e45437d.zip
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 ea83a13cf3aa..e6b09a15c53e 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -3,7 +3,7 @@
PORTNAME= redmine
PORTVERSION= 3.2.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= www
MASTER_SITES= http://www.redmine.org/releases/
diff --git a/www/redmine/files/patch-Gemfile b/www/redmine/files/patch-Gemfile
index c31a21d675d1..7d7d92d0afbe 100644
--- a/www/redmine/files/patch-Gemfile
+++ b/www/redmine/files/patch-Gemfile
@@ -29,7 +29,7 @@
# Optional gem for LDAP authentication
group :ldap do
- gem "net-ldap", "~> 0.12.0"
-+ gem "net-ldap", "~> 0.15.0"
++ gem "net-ldap", "~> 0.12"
end
# Optional gem for OpenID authentication