svn commit: r492998 - head/www/gitlab-ce
Matthias Fechner
mfechner at FreeBSD.org
Fri Feb 15 13:40:37 UTC 2019
Author: mfechner
Date: Fri Feb 15 13:40:35 2019
New Revision: 492998
URL: https://svnweb.freebsd.org/changeset/ports/492998
Log:
Bugfix update to 11.7.5.
https://about.gitlab.com/2019/02/07/gitlab-11-7-5-released/
Modified:
head/www/gitlab-ce/Makefile
head/www/gitlab-ce/distinfo
head/www/gitlab-ce/pkg-plist
Modified: head/www/gitlab-ce/Makefile
==============================================================================
--- head/www/gitlab-ce/Makefile Fri Feb 15 13:39:37 2019 (r492997)
+++ head/www/gitlab-ce/Makefile Fri Feb 15 13:40:35 2019 (r492998)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= gitlab-ce
-PORTVERSION= 11.7.4
+PORTVERSION= 11.7.5
CATEGORIES= www devel
MAINTAINER= mfechner at FreeBSD.org
@@ -17,7 +17,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
# for the options
MY_DEPENDS= git>=2.16.2:devel/git \
gitlab-shell>=8.4.4:devel/gitlab-shell \
- gitlab-workhorse>=8.0.1:www/gitlab-workhorse \
+ gitlab-workhorse>=8.0.2:www/gitlab-workhorse \
gitaly>=1.12.2:devel/gitaly \
gitlab-pages>=1.3.1:www/gitlab-pages \
redis>=3.2.12:databases/redis \
@@ -221,7 +221,7 @@ USE_RC_SUBR= gitlab
USE_GITLAB= yes
GL_ACCOUNT= gitlab-org
# Find the here: https://gitlab.com/gitlab-org/gitlab-ce/tags
-GL_COMMIT= 1b59453d73db6655b0a3c3d723dace9e8f8994df
+GL_COMMIT= c5b5b18b3f1c5b683ceb4471e667d675de9200eb
USERS= git
GROUPS= git
Modified: head/www/gitlab-ce/distinfo
==============================================================================
--- head/www/gitlab-ce/distinfo Fri Feb 15 13:39:37 2019 (r492997)
+++ head/www/gitlab-ce/distinfo Fri Feb 15 13:40:35 2019 (r492998)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549444518
-SHA256 (gitlab-org-gitlab-ce-1b59453d73db6655b0a3c3d723dace9e8f8994df_GL0.tar.gz) = 58c8569c3ea79ede27f5cfed1e201b1eaad617159f4ac5ac01629c82cf037c2b
-SIZE (gitlab-org-gitlab-ce-1b59453d73db6655b0a3c3d723dace9e8f8994df_GL0.tar.gz) = 50708836
+TIMESTAMP = 1550236217
+SHA256 (gitlab-org-gitlab-ce-c5b5b18b3f1c5b683ceb4471e667d675de9200eb_GL0.tar.gz) = ce6b60335b2d0f358fcd0caf8045e3034c12037588f5dc1a5fd60ae16a5cd95b
+SIZE (gitlab-org-gitlab-ce-c5b5b18b3f1c5b683ceb4471e667d675de9200eb_GL0.tar.gz) = 50709430
Modified: head/www/gitlab-ce/pkg-plist
==============================================================================
--- head/www/gitlab-ce/pkg-plist Fri Feb 15 13:39:37 2019 (r492997)
+++ head/www/gitlab-ce/pkg-plist Fri Feb 15 13:40:35 2019 (r492998)
@@ -2807,6 +2807,7 @@
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/new/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/snippets/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/new/index.js
+%%WWWDIR%%/app/assets/javascripts/pages/projects/tags/releases/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/tree/show/index.js
%%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/components/delete_wiki_modal.vue
%%WWWDIR%%/app/assets/javascripts/pages/projects/wikis/index.js
@@ -8946,6 +8947,7 @@
%%WWWDIR%%/doc/user/project/integrations/prometheus_library/metrics.md
%%WWWDIR%%/doc/user/project/integrations/prometheus_library/nginx.md
%%WWWDIR%%/doc/user/project/integrations/prometheus_library/nginx_ingress.md
+%%WWWDIR%%/doc/user/project/integrations/prometheus_library/nginx_ingress_vts.md
%%WWWDIR%%/doc/user/project/integrations/redmine.md
%%WWWDIR%%/doc/user/project/integrations/samples/cloudwatch.yml
%%WWWDIR%%/doc/user/project/integrations/services_templates.md
@@ -10991,6 +10993,7 @@
%%WWWDIR%%/qa/spec/resource/api_fabricator_spec.rb
%%WWWDIR%%/qa/spec/resource/base_spec.rb
%%WWWDIR%%/qa/spec/resource/repository/push_spec.rb
+%%WWWDIR%%/qa/spec/resource/user_spec.rb
%%WWWDIR%%/qa/spec/runtime/api/client_spec.rb
%%WWWDIR%%/qa/spec/runtime/api/request_spec.rb
%%WWWDIR%%/qa/spec/runtime/env_spec.rb
@@ -11864,6 +11867,7 @@
%%WWWDIR%%/spec/features/projects/snippets/user_views_snippets_spec.rb
%%WWWDIR%%/spec/features/projects/sub_group_issuables_spec.rb
%%WWWDIR%%/spec/features/projects/tags/download_buttons_spec.rb
+%%WWWDIR%%/spec/features/projects/tags/user_edits_tags_spec.rb
%%WWWDIR%%/spec/features/projects/tags/user_views_tags_spec.rb
%%WWWDIR%%/spec/features/projects/tree/create_directory_spec.rb
%%WWWDIR%%/spec/features/projects/tree/create_file_spec.rb
More information about the svn-ports-head
mailing list