From owner-svn-ports-head@freebsd.org Tue Oct 24 17:42:14 2017 Return-Path: Delivered-To: svn-ports-head@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 8019BE5419F; Tue, 24 Oct 2017 17:42:14 +0000 (UTC) (envelope-from sunpoet@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 4B413697B6; Tue, 24 Oct 2017 17:42:14 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9OHgDdQ075274; Tue, 24 Oct 2017 17:42:13 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9OHgDfZ075272; Tue, 24 Oct 2017 17:42:13 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201710241742.v9OHgDfZ075272@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Tue, 24 Oct 2017 17:42:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452802 - in head/www/gitlab: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/gitlab: . files X-SVN-Commit-Revision: 452802 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Oct 2017 17:42:14 -0000 Author: sunpoet Date: Tue Oct 24 17:42:13 2017 New Revision: 452802 URL: https://svnweb.freebsd.org/changeset/ports/452802 Log: Fix Gemfile for rubygem-health_check 2.7.0 update - Bump PORTREVISION for package change Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Tue Oct 24 17:42:08 2017 (r452801) +++ head/www/gitlab/Makefile Tue Oct 24 17:42:13 2017 (r452802) @@ -4,6 +4,7 @@ PORTNAME= gitlab PORTVERSION= 9.4.7 DISTVERSIONPREFIX= v +PORTREVISION= 1 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Tue Oct 24 17:42:08 2017 (r452801) +++ head/www/gitlab/files/patch-Gemfile Tue Oct 24 17:42:13 2017 (r452802) @@ -1,4 +1,4 @@ ---- Gemfile.orig 2017-10-18 09:47:47 UTC +--- Gemfile.orig 2017-10-16 16:38:24 UTC +++ Gemfile @@ -1,19 +1,19 @@ source 'https://rubygems.org' @@ -345,6 +345,15 @@ gem 'html2text' gem 'ruby-prof', '~> 0.16.2' +@@ -379,7 +299,7 @@ gem 'oauth2', '~> 1.4' + gem 'paranoia', '~> 2.3.1' + + # Health check +-gem 'health_check', '~> 2.6.0' ++gem 'health_check', '~> 2.6' + + # System information + gem 'vmstat', '~> 2.3.0' @@ -388,8 +308,10 @@ gem 'sys-filesystem', '~> 1.1.6' # Gitaly GRPC client gem 'gitaly', '~> 0.14.0'