From owner-svn-ports-all@freebsd.org Thu Nov 3 16:59:25 2016 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 2C9B4C2C18A; Thu, 3 Nov 2016 16:59:25 +0000 (UTC) (envelope-from tz@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 AAE3315AD; Thu, 3 Nov 2016 16:59:24 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uA3GxNCd066564; Thu, 3 Nov 2016 16:59:23 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uA3GxN6E066561; Thu, 3 Nov 2016 16:59:23 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201611031659.uA3GxN6E066561@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Thu, 3 Nov 2016 16:59:23 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425263 - head/www/gitlab X-SVN-Group: ports-head 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, 03 Nov 2016 16:59:25 -0000 Author: tz Date: Thu Nov 3 16:59:23 2016 New Revision: 425263 URL: https://svnweb.freebsd.org/changeset/ports/425263 Log: www/gitlab: Update from 8.10.12 to 8.10.13 Changes: https://github.com/gitlabhq/gitlabhq/blob/v8.10.13/CHANGELOG Approved by: junovitch (mentor, implicit) Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Thu Nov 3 16:38:16 2016 (r425262) +++ head/www/gitlab/Makefile Thu Nov 3 16:59:23 2016 (r425263) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.10.12 +PORTVERSION= 8.10.13 DISTVERSIONPREFIX= v CATEGORIES= www devel Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Thu Nov 3 16:38:16 2016 (r425262) +++ head/www/gitlab/distinfo Thu Nov 3 16:59:23 2016 (r425263) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476364451 -SHA256 (gitlabhq-gitlabhq-v8.10.12_GH0.tar.gz) = a35a4a82b63cd75ad006f1296155850b1644a8a5093678d8112289b0b7c317f3 -SIZE (gitlabhq-gitlabhq-v8.10.12_GH0.tar.gz) = 21037327 +TIMESTAMP = 1478190904 +SHA256 (gitlabhq-gitlabhq-v8.10.13_GH0.tar.gz) = 72d25a35007c45a629bcadde7c60560f53cb83f517f04ddaa987f7cf014a0779 +SIZE (gitlabhq-gitlabhq-v8.10.13_GH0.tar.gz) = 21038404 Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Thu Nov 3 16:38:16 2016 (r425262) +++ head/www/gitlab/pkg-plist Thu Nov 3 16:59:23 2016 (r425263) @@ -3843,6 +3843,7 @@ %%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/avatar_restorer_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/avatar_saver_spec.rb +%%WWWDIR%%/spec/lib/gitlab/import_export/file_importer_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/import_export_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/members_mapper_spec.rb %%WWWDIR%%/spec/lib/gitlab/import_export/project.json @@ -4153,6 +4154,7 @@ %%WWWDIR%%/spec/support/gitlab_stubs/projects.json %%WWWDIR%%/spec/support/gitlab_stubs/session.json %%WWWDIR%%/spec/support/gitlab_stubs/user.json +%%WWWDIR%%/spec/support/import_export/common_util.rb %%WWWDIR%%/spec/support/import_export/import_export.yml %%WWWDIR%%/spec/support/import_spec_helper.rb %%WWWDIR%%/spec/support/issue_tracker_service_shared_example.rb