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

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Jul 6 20:57:39 UTC 2017


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 at 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'


More information about the svn-ports-all mailing list