aboutsummaryrefslogtreecommitdiff
path: root/www/redmine
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2015-04-02 19:49:49 +0000
committerSteve Wills <swills@FreeBSD.org>2015-04-02 19:49:49 +0000
commit470e89780103b120dee5146a5dc0dd03273f158d (patch)
tree8c2c1fad032ce8165786fcd8c4a8c78f3822de7e /www/redmine
parentbacb9d5c7d3dce3ae4443c9fcfecd4cbde689afb (diff)
downloadports-470e89780103b120dee5146a5dc0dd03273f158d.tar.gz
ports-470e89780103b120dee5146a5dc0dd03273f158d.zip
Avoid patch issue that ends up with i18n listed twice in Gemfile by rearranging
patch for thin.
Notes
Notes: svn path=/head/; revision=383059
Diffstat (limited to 'www/redmine')
-rw-r--r--www/redmine/Makefile1
-rw-r--r--www/redmine/files/extra-patch-thin-Gemfile17
2 files changed, 10 insertions, 8 deletions
diff --git a/www/redmine/Makefile b/www/redmine/Makefile
index 0b5664848978..572e90019742 100644
--- a/www/redmine/Makefile
+++ b/www/redmine/Makefile
@@ -3,6 +3,7 @@
PORTNAME= redmine
PORTVERSION= 2.6.3
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.redmine.org/releases/
diff --git a/www/redmine/files/extra-patch-thin-Gemfile b/www/redmine/files/extra-patch-thin-Gemfile
index 68e05ebe1518..5cf5b20b1588 100644
--- a/www/redmine/files/extra-patch-thin-Gemfile
+++ b/www/redmine/files/extra-patch-thin-Gemfile
@@ -1,11 +1,12 @@
---- Gemfile.orig 2014-04-14 12:20:52.000000000 +0200
-+++ Gemfile 2014-04-14 12:21:07.000000000 +0200
-@@ -9,5 +9,8 @@
- gem "mime-types"
- gem "rbpdf", "~> 1.18.5"
-
+--- Gemfile.orig 2015-04-02 19:40:25.929698000 +0000
++++ Gemfile 2015-04-02 19:41:11.539003000 +0000
+@@ -16,6 +16,9 @@
+ gem "net-ldap", "~> 0.3.1"
+ end
+
+# Thin webserver
+gem "thin", "~> 1.6.2"
+
-
- # Optional gem for LDAP authentication
+ # Optional gem for OpenID authentication
+ group :openid do
+ gem "ruby-openid", "~> 2.3.0", :require => "openid"