svn commit: r445134 - in branches/2017Q3/www/gitlab: . files

Torsten Zuehlsdorff tz at FreeBSD.org
Thu Jul 6 10:13:16 UTC 2017


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 at 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 at 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'
  


More information about the svn-ports-all mailing list