From owner-svn-ports-head@freebsd.org Tue Apr 19 21:36:55 2016 Return-Path: Delivered-To: svn-ports-head@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 7F2EAB14BDF; Tue, 19 Apr 2016 21:36:55 +0000 (UTC) (envelope-from robak@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 56BC513E1; Tue, 19 Apr 2016 21:36:55 +0000 (UTC) (envelope-from robak@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u3JLase9058059; Tue, 19 Apr 2016 21:36:54 GMT (envelope-from robak@FreeBSD.org) Received: (from robak@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u3JLasKo058056; Tue, 19 Apr 2016 21:36:54 GMT (envelope-from robak@FreeBSD.org) Message-Id: <201604192136.u3JLasKo058056@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: robak set sender to robak@FreeBSD.org using -f From: Bartek Rutkowski Date: Tue, 19 Apr 2016 21:36:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r413663 - 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-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 Apr 2016 21:36:55 -0000 Author: robak Date: Tue Apr 19 21:36:54 2016 New Revision: 413663 URL: https://svnweb.freebsd.org/changeset/ports/413663 Log: www/gitlab: update 8.6.5 -> 8.6.6 - Pet portlint PR: 208886 Submitted by: iTorsten Zuhlsdorff (maintainer) Modified: head/www/gitlab/Makefile head/www/gitlab/distinfo head/www/gitlab/pkg-plist Modified: head/www/gitlab/Makefile ============================================================================== --- head/www/gitlab/Makefile Tue Apr 19 20:44:36 2016 (r413662) +++ head/www/gitlab/Makefile Tue Apr 19 21:36:54 2016 (r413663) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab -PORTVERSION= 8.6.5 +PORTVERSION= 8.6.6 DISTVERSIONPREFIX= v CATEGORIES= www devel @@ -12,9 +12,9 @@ COMMENT= Web GUI for managing git reposi LICENSE= MIT BUILD_DEPENDS= gem:devel/ruby-gems -RUN_DEPENDS= git>=2.4.3:devel/git \ - gitlab-shell>=2.6.10:devel/gitlab-shell\ - gitlab-workhorse>=0.6.4:www/gitlab-workhorse \ +RUN_DEPENDS= git>=2.7.4:devel/git \ + gitlab-shell>=2.7.1:devel/gitlab-shell\ + gitlab-workhorse>=0.7.1:www/gitlab-workhorse \ redis>=2.8.23:databases/redis \ rubygem-rails4>=4.2.5.2:www/rubygem-rails4 \ rubygem-rails-deprecated_sanitizer>=1.0.3:devel/rubygem-rails-deprecated_sanitizer \ Modified: head/www/gitlab/distinfo ============================================================================== --- head/www/gitlab/distinfo Tue Apr 19 20:44:36 2016 (r413662) +++ head/www/gitlab/distinfo Tue Apr 19 21:36:54 2016 (r413663) @@ -1,2 +1,2 @@ -SHA256 (gitlabhq-gitlabhq-v8.6.5_GH0.tar.gz) = e644def0fac1665263caa3548c240c57112f55071eb7f50f42d37945bff064fd -SIZE (gitlabhq-gitlabhq-v8.6.5_GH0.tar.gz) = 16089775 +SHA256 (gitlabhq-gitlabhq-v8.6.6_GH0.tar.gz) = f133304669238c339bd6e112371e8c50c54c1e7459685c2ff316bf5f7e10958b +SIZE (gitlabhq-gitlabhq-v8.6.6_GH0.tar.gz) = 16092738 Modified: head/www/gitlab/pkg-plist ============================================================================== --- head/www/gitlab/pkg-plist Tue Apr 19 20:44:36 2016 (r413662) +++ head/www/gitlab/pkg-plist Tue Apr 19 21:36:54 2016 (r413663) @@ -564,6 +564,7 @@ %%WWWDIR%%/app/models/network/graph.rb %%WWWDIR%%/app/models/note.rb %%WWWDIR%%/app/models/notification.rb +%%WWWDIR%%/app/models/oauth_access_token.rb %%WWWDIR%%/app/models/personal_snippet.rb %%WWWDIR%%/app/models/project.rb %%WWWDIR%%/app/models/project_group_link.rb @@ -2674,6 +2675,7 @@ %%WWWDIR%%/lib/gitlab/gitorious_import/client.rb %%WWWDIR%%/lib/gitlab/gitorious_import/project_creator.rb %%WWWDIR%%/lib/gitlab/gitorious_import/repository.rb +%%WWWDIR%%/lib/gitlab/gon_helper.rb %%WWWDIR%%/lib/gitlab/google_code_import/client.rb %%WWWDIR%%/lib/gitlab/google_code_import/importer.rb %%WWWDIR%%/lib/gitlab/google_code_import/project_creator.rb @@ -2907,6 +2909,8 @@ %%WWWDIR%%/spec/factories/milestones.rb %%WWWDIR%%/spec/factories/namespaces.rb %%WWWDIR%%/spec/factories/notes.rb +%%WWWDIR%%/spec/factories/oauth_access_tokens.rb +%%WWWDIR%%/spec/factories/oauth_applications.rb %%WWWDIR%%/spec/factories/personal_snippets.rb %%WWWDIR%%/spec/factories/project_group_links.rb %%WWWDIR%%/spec/factories/project_hooks.rb @@ -2953,6 +2957,7 @@ %%WWWDIR%%/spec/features/notes_on_merge_requests_spec.rb %%WWWDIR%%/spec/features/password_reset_spec.rb %%WWWDIR%%/spec/features/profile_spec.rb +%%WWWDIR%%/spec/features/profiles/oauth_applications_spec.rb %%WWWDIR%%/spec/features/profiles/preferences_spec.rb %%WWWDIR%%/spec/features/projects_spec.rb %%WWWDIR%%/spec/features/runners_spec.rb