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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jun 21 18:52:09 UTC 2017


Author: sunpoet
Date: Wed Jun 21 18:52:07 2017
New Revision: 444052
URL: https://svnweb.freebsd.org/changeset/ports/444052

Log:
  Fix gemspec for rubygem-state_machines-activerecord 0.5.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	Wed Jun 21 18:51:25 2017	(r444051)
+++ head/www/gitlab/Makefile	Wed Jun 21 18:52:07 2017	(r444052)
@@ -4,7 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	8.17.6
 DISTVERSIONPREFIX=	v
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	www devel
 
 MAINTAINER=	tz at FreeBSD.org

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Wed Jun 21 18:51:25 2017	(r444051)
+++ head/www/gitlab/files/patch-Gemfile	Wed Jun 21 18:52:07 2017	(r444052)
@@ -90,7 +90,7 @@
  
  # for aws storage
  gem 'unf', '~> 0.1.4'
-@@ -102,29 +97,29 @@ gem 'seed-fu', '~> 2.3.5'
+@@ -102,34 +97,34 @@ gem 'seed-fu', '~> 2.3.5'
  
  # Markdown and HTML processing
  gem 'html-pipeline',        '~> 1.11.0'
@@ -127,6 +127,12 @@
 +  gem 'unicorn', '>= 5.1.0'
    gem 'unicorn-worker-killer', '~> 0.4.4'
  end
+ 
+ # State machine
+-gem 'state_machines-activerecord', '~> 0.4.0'
++gem 'state_machines-activerecord', '>= 0.4.0'
+ # Run events after state machine commits
+ gem 'after_commit_queue', '~> 1.3.0'
  
 @@ -143,10 +138,10 @@ gem 'redis-namespace', '~> 1.5.2'
  gem 'sidekiq-limit_fetch', '~> 3.4'


More information about the svn-ports-head mailing list