Date: Tue, 24 Oct 2017 17:42:13 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r452802 - in head/www/gitlab: . files Message-ID: <201710241742.v9OHgDfZ075272@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710241742.v9OHgDfZ075272>