svn commit: r453507 - in head/www/gitlab: . files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Nov 4 22:57:54 UTC 2017


Author: sunpoet
Date: Sat Nov  4 22:57:53 2017
New Revision: 453507
URL: https://svnweb.freebsd.org/changeset/ports/453507

Log:
  Fix Gemfile for rubygem-paranoia 2.4.0 and rubygem-redis-namespace 1.6.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	Sat Nov  4 22:57:48 2017	(r453506)
+++ head/www/gitlab/Makefile	Sat Nov  4 22:57:53 2017	(r453507)
@@ -4,7 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	9.4.7
 DISTVERSIONPREFIX=	v
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	www devel
 
 MAINTAINER=	tz at FreeBSD.org

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Sat Nov  4 22:57:48 2017	(r453506)
+++ head/www/gitlab/files/patch-Gemfile	Sat Nov  4 22:57:53 2017	(r453507)
@@ -135,7 +135,15 @@
  # Run events after state machine commits
  gem 'after_commit_queue', '~> 1.3.0'
  
-@@ -153,7 +152,7 @@ gem 'sidekiq-limit_fetch', '~> 3.4'
+@@ -146,14 +145,14 @@ gem 'acts-as-taggable-on', '~> 4.0'
+ # Background jobs
+ gem 'sidekiq', '~> 5.0'
+ gem 'sidekiq-cron', '~> 0.6.0'
+-gem 'redis-namespace', '~> 1.5.2'
++gem 'redis-namespace', '>= 1.5.2'
+ gem 'sidekiq-limit_fetch', '~> 3.4'
+ 
+ # Cron Parser
  gem 'rufus-scheduler', '~> 3.4'
  
  # HTTP requests
@@ -345,8 +353,12 @@
  gem 'html2text'
  
  gem 'ruby-prof', '~> 0.16.2'
-@@ -379,7 +299,7 @@ gem 'oauth2', '~> 1.4'
- gem 'paranoia', '~> 2.3.1'
+@@ -376,10 +296,10 @@ gem 'ruby-prof', '~> 0.16.2'
+ gem 'oauth2', '~> 1.4'
+ 
+ # Soft deletion
+-gem 'paranoia', '~> 2.3.1'
++gem 'paranoia', '>= 2.3.1'
  
  # Health check
 -gem 'health_check', '~> 2.6.0'


More information about the svn-ports-all mailing list