From owner-svn-ports-all@freebsd.org Fri Oct 14 11:13:26 2016 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id D319BC11E96; Fri, 14 Oct 2016 11:13:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9EDEF167; Fri, 14 Oct 2016 11:13:26 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u9EBDPef054532; Fri, 14 Oct 2016 11:13:25 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u9EBDPX0054530; Fri, 14 Oct 2016 11:13:25 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201610141113.u9EBDPX0054530@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 14 Oct 2016 11:13:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423957 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Oct 2016 11:13:26 -0000 Author: tz Date: Fri Oct 14 11:13:25 2016 New Revision: 423957 URL: https://svnweb.freebsd.org/changeset/ports/423957 Log: www/gitlab: Unbreak after update of databases/rubygem-pg Approved by: junovitch (mentor, implicit) Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Fri Oct 14 10:55:42 2016 (r423956) +++ head/www/gitlab/Makefile Fri Oct 14 11:13:25 2016 (r423957) @@ -3,7 +3,7 @@ PORTNAME= gitlab PORTVERSION= 8.9.6 -PORTREVISION= 3 +PORTREVISION= 4 DISTVERSIONPREFIX= v CATEGORIES= www devel Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Fri Oct 14 10:55:42 2016 (r423956) +++ head/www/gitlab/files/patch-Gemfile Fri Oct 14 11:13:25 2016 (r423957) @@ -8,7 +8,7 @@ gem 'rails-deprecated_sanitizer', '~> 1.0.3' # Responders respond_to and respond_with -@@ -8,13 +8,12 @@ gem 'responders', '~> 2.0' +@@ -8,14 +8,13 @@ gem 'responders', '~> 2.0' # Specify a sprockets version due to increased performance # See https://gitlab.com/gitlab-org/gitlab-ce/issues/6069 @@ -21,9 +21,11 @@ # Supported DBs -gem "mysql2", '~> 0.3.16', group: :mysql - gem "pg", '~> 0.18.2', group: :postgres +-gem "pg", '~> 0.18.2', group: :postgres ++gem "pg", '>= 0.18.2', group: :postgres # Authentication libraries + gem 'devise', '~> 4.0' @@ -28,13 +27,12 @@ gem 'omniauth-cas3', '~> 1.1.2' gem 'omniauth-facebook', '~> 3.0.0' gem 'omniauth-github', '~> 1.1.1'