Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 10:13:15 +0000 (UTC)
From:      Torsten Zuehlsdorff <tz@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r445134 - in branches/2017Q3/www/gitlab: . files
Message-ID:  <201707061013.v66ADFC4033678@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tz
Date: Thu Jul  6 10:13:15 2017
New Revision: 445134
URL: https://svnweb.freebsd.org/changeset/ports/445134

Log:
  MFH: r445057
  
  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>
  
  Approved by: ports-secteam (junovitch)

Modified:
  branches/2017Q3/www/gitlab/Makefile
  branches/2017Q3/www/gitlab/files/patch-Gemfile
Directory Properties:
  branches/2017Q3/   (props changed)

Modified: branches/2017Q3/www/gitlab/Makefile
==============================================================================
--- branches/2017Q3/www/gitlab/Makefile	Thu Jul  6 10:10:08 2017	(r445133)
+++ branches/2017Q3/www/gitlab/Makefile	Thu Jul  6 10:13:15 2017	(r445134)
@@ -4,7 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	9.0.10
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www devel
 
 MAINTAINER=	tz@FreeBSD.org

Modified: branches/2017Q3/www/gitlab/files/patch-Gemfile
==============================================================================
--- branches/2017Q3/www/gitlab/files/patch-Gemfile	Thu Jul  6 10:10:08 2017	(r445133)
+++ branches/2017Q3/www/gitlab/files/patch-Gemfile	Thu Jul  6 10:13:15 2017	(r445134)
@@ -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'
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707061013.v66ADFC4033678>