aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-09 12:56:50 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2016-12-09 12:56:50 +0000
commit85274c606a603cd0571c16ef1271ba6b7ad322d6 (patch)
tree33af2efd4d799dca2a4102fe1aacde99827e51b0 /www
parent49b8285088645af2f316c19d4e22eed4ec139ba4 (diff)
downloadports-85274c606a603cd0571c16ef1271ba6b7ad322d6.tar.gz
ports-85274c606a603cd0571c16ef1271ba6b7ad322d6.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/gitlab/Makefile2
-rw-r--r--www/gitlab/files/patch-Gemfile11
2 files changed, 11 insertions, 2 deletions
diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index d8fc72bceb6c..3aa34bdc4dac 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -4,7 +4,7 @@
PORTNAME= gitlab
PORTVERSION= 8.11.11
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= www devel
MAINTAINER= tz@FreeBSD.org
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 8806b27806ed..8c8bf8c8971a 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2016-10-11 15:09:17 UTC
+--- Gemfile.orig 2016-11-09 05:10:18 UTC
+++ Gemfile
@@ -1,6 +1,6 @@
source 'https://rubygems.org'
@@ -92,6 +92,15 @@
gem 'unicorn-worker-killer', '~> 0.4.2'
end
+@@ -144,7 +142,7 @@ gem 'sidekiq-cron', '~> 0.4.0'
+ gem 'redis-namespace', '~> 1.5.2'
+
+ # HTTP requests
+-gem 'httparty', '~> 0.13.3'
++gem 'httparty', '>= 0.13.3'
+
+ # Colored output to console
+ gem 'rainbow', '~> 2.1.0'
@@ -173,10 +171,10 @@ gem 'gitlab-flowdock-git-hook', '~> 1.0.
gem 'gemnasium-gitlab-service', '~> 0.2'