svn commit: r452802 - in head/www/gitlab: . files
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Oct 24 17:42:14 UTC 2017
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 at 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'
More information about the svn-ports-head
mailing list