From owner-svn-ports-all@freebsd.org Thu Jul 6 20:57:38 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 DDB7AD91A72; Thu, 6 Jul 2017 20:57:38 +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 A67787EC44; Thu, 6 Jul 2017 20:57:38 +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 v66KvbOM002077; Thu, 6 Jul 2017 20:57:37 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v66KvbkQ002075; Thu, 6 Jul 2017 20:57:37 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201707062057.v66KvbkQ002075@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Thu, 6 Jul 2017 20:57:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r445179 - in head/www/gitlab: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/www/gitlab: . files X-SVN-Commit-Revision: 445179 X-SVN-Commit-Repository: ports 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: Thu, 06 Jul 2017 20:57:39 -0000 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'