Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Jul 2017 20:57:37 +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: r445179 - in head/www/gitlab: . files
Message-ID:  <201707062057.v66KvbkQ002075@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Jul  6 20:57:37 2017
New Revision: 445179
URL: https://svnweb.freebsd.org/changeset/ports/445179

Log:
  Fix gemspec for rubygem-hipchat 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	Thu Jul  6 20:57:24 2017	(r445178)
+++ head/www/gitlab/Makefile	Thu Jul  6 20:57:37 2017	(r445179)
@@ -4,6 +4,7 @@
 PORTNAME=	gitlab
 PORTVERSION=	9.1.7
 DISTVERSIONPREFIX=	v
+PORTREVISION=	1
 CATEGORIES=	www devel
 
 MAINTAINER=	tz@FreeBSD.org

Modified: head/www/gitlab/files/patch-Gemfile
==============================================================================
--- head/www/gitlab/files/patch-Gemfile	Thu Jul  6 20:57:24 2017	(r445178)
+++ head/www/gitlab/files/patch-Gemfile	Thu Jul  6 20:57:37 2017	(r445179)
@@ -161,8 +161,12 @@
  
  # Cache
  gem 'redis-rails', '~> 5.0.1'
-@@ -173,7 +168,7 @@ gem 'connection_pool', '~> 2.0'
- gem 'hipchat', '~> 1.5.0'
+@@ -170,10 +165,10 @@ gem 'redis', '~> 3.2'
+ gem 'connection_pool', '~> 2.0'
+ 
+ # HipChat integration
+-gem 'hipchat', '~> 1.5.0'
++gem 'hipchat', '~> 1.5'
  
  # JIRA integration
 -gem 'jira-ruby', '~> 1.1.2'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707062057.v66KvbkQ002075>