aboutsummaryrefslogtreecommitdiffstats
path: root/www/gitlab
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2017-07-05 16:39:22 +0800
committertz <tz@FreeBSD.org>2017-07-05 16:39:22 +0800
commit50c1787840af0d485aeea01a910a342b6eaa02b1 (patch)
tree02f4a4227282a972bbe924b44fe1d3b24648ce73 /www/gitlab
parentfe3cf9053bccf74103df499b7e2cde79cf15fa4b (diff)
downloadfreebsd-ports-gnome-50c1787840af0d485aeea01a910a342b6eaa02b1.tar.gz
freebsd-ports-gnome-50c1787840af0d485aeea01a910a342b6eaa02b1.tar.zst
freebsd-ports-gnome-50c1787840af0d485aeea01a910a342b6eaa02b1.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
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'