Date: Fri, 9 Dec 2016 12:56:50 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428190 - in head/www/gitlab: . files Message-ID: <201612091256.uB9CuoUJ061796@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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'
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612091256.uB9CuoUJ061796>