Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Apr 2016 21:36:54 +0000 (UTC)
From:      Bartek Rutkowski <robak@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r413663 - head/www/gitlab
Message-ID:  <201604192136.u3JLasKo058056@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <ports@toco-domains.de> (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



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