From owner-svn-ports-all@freebsd.org Wed Jun 21 18:52:09 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 31BD0D96BD8; Wed, 21 Jun 2017 18:52:09 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 007F8793AC; Wed, 21 Jun 2017 18:52:08 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LIq8SE077957; Wed, 21 Jun 2017 18:52:08 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LIq7QT077955; Wed, 21 Jun 2017 18:52:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201706211852.v5LIq7QT077955@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 21 Jun 2017 18:52:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444052 - in head/www/gitlab: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 18:52:09 -0000 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@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'