aboutsummaryrefslogtreecommitdiff
path: root/www/gitlab
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-05 08:39:22 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2017-07-05 08:39:22 +0000
commite9349a1daab0d49991db8077980c45af0c7ffce9 (patch)
tree02f4a4227282a972bbe924b44fe1d3b24648ce73 /www/gitlab
parentcb210f1d80975f217110263c184516d272cc8b9c (diff)
downloadports-e9349a1daab0d49991db8077980c45af0c7ffce9.tar.gz
ports-e9349a1daab0d49991db8077980c45af0c7ffce9.zip
www/gitlab: Unbreak GitLab after Rails-Update
GitLab currently does not start after an update of Rails to 4.2.9. Patch this, since its working fine with the new version. Submitted by: Matthias Fechner <idefix@fechner.net> MFH: 2017Q3
Notes
Notes: svn path=/head/; revision=445057
Diffstat (limited to 'www/gitlab')
-rw-r--r--www/gitlab/Makefile2
-rw-r--r--www/gitlab/files/patch-Gemfile8
2 files changed, 8 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index bdcd7cbee5d4..b69621ecde76 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gitlab
PORTVERSION= 9.0.10
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel
MAINTAINER= tz@FreeBSD.org
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 6b0962d75ce0..9666ae27d17d 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,6 +1,12 @@
--- Gemfile.orig 2017-06-07 20:58:14 UTC
+++ Gemfile
-@@ -6,41 +6,36 @@ gem 'rails-deprecated_sanitizer', '~> 1.
+@@ -1,46 +1,41 @@
+ source 'https://rubygems.org'
+
+-gem 'rails', '4.2.8'
++gem 'rails', '>= 4.2.8'
+ gem 'rails-deprecated_sanitizer', '~> 1.0.3'
+
# Responders respond_to and respond_with
gem 'responders', '~> 2.0'