From owner-svn-ports-head@freebsd.org Fri Dec 9 12:56:51 2016 Return-Path: Delivered-To: svn-ports-head@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 9B849C6B130; Fri, 9 Dec 2016 12:56:51 +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 6AB9C1AFA; Fri, 9 Dec 2016 12:56:51 +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 uB9Cuo4Q061798; Fri, 9 Dec 2016 12:56:50 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9CuoUJ061796; Fri, 9 Dec 2016 12:56:50 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201612091256.uB9CuoUJ061796@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Fri, 9 Dec 2016 12:56:50 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428190 - 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-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 12:56:51 -0000 Author: sunpoet Date: Fri Dec 9 12:56:50 2016 New Revision: 428190 URL: https://svnweb.freebsd.org/changeset/ports/428190 Log: - Fix gemspec for rubygem-httparty 0.14.0 update - Bump PORTREVISION for dependency change Modified: head/www/gitlab/Makefile head/www/gitlab/files/patch-Gemfile Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Fri Dec 9 12:56:44 2016 (r428189) +++ head/www/gitlab/Makefile Fri Dec 9 12:56:50 2016 (r428190) @@ -4,7 +4,7 @@ PORTNAME= gitlab PORTVERSION= 8.11.11 DISTVERSIONPREFIX= v -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MAINTAINER= tz@FreeBSD.org Modified: head/www/gitlab/files/patch-Gemfile ============================================================================== --- head/www/gitlab/files/patch-Gemfile Fri Dec 9 12:56:44 2016 (r428189) +++ head/www/gitlab/files/patch-Gemfile Fri Dec 9 12:56:50 2016 (r428190) @@ -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'