From owner-svn-ports-all@freebsd.org Wed Dec 5 17:28:50 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4393A1321E5C; Wed, 5 Dec 2018 17:28:50 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D82977F406; Wed, 5 Dec 2018 17:28:49 +0000 (UTC) (envelope-from mfechner@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E88B617859; Wed, 5 Dec 2018 17:28:47 +0000 (UTC) (envelope-from mfechner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id wB5HSlLl099461; Wed, 5 Dec 2018 17:28:47 GMT (envelope-from mfechner@FreeBSD.org) Received: (from mfechner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wB5HSlWu099458; Wed, 5 Dec 2018 17:28:47 GMT (envelope-from mfechner@FreeBSD.org) Message-Id: <201812051728.wB5HSlWu099458@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: mfechner set sender to mfechner@FreeBSD.org using -f From: Matthias Fechner Date: Wed, 5 Dec 2018 17:28:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r486686 - head/www/gitlab-ce X-SVN-Group: ports-head X-SVN-Commit-Author: mfechner X-SVN-Commit-Paths: head/www/gitlab-ce X-SVN-Commit-Revision: 486686 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: D82977F406 X-Spamd-Result: default: False [-0.76 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-0.50)[-0.498,0]; NEURAL_SPAM_LONG(0.01)[0.010,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_SHORT(-0.27)[-0.272,0] X-Rspamd-Server: mx1.freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Wed, 05 Dec 2018 17:28:50 -0000 Author: mfechner Date: Wed Dec 5 17:28:47 2018 New Revision: 486686 URL: https://svnweb.freebsd.org/changeset/ports/486686 Log: Upgrade to 11.5.2. https://about.gitlab.com/2018/12/04/gitlab-11-5-2-released/ Approved by: mentors (implicit) 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 Wed Dec 5 16:46:06 2018 (r486685) +++ head/www/gitlab-ce/Makefile Wed Dec 5 17:28:47 2018 (r486686) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gitlab-ce -PORTVERSION= 11.5.1 -PORTREVISION= 2 +PORTVERSION= 11.5.2 CATEGORIES= www devel MAINTAINER= mfechner@FreeBSD.org @@ -216,7 +215,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= c90ae59a8becf9d31ff7f67fe13c671ba683bb27 +GL_COMMIT= 900cbabc54fced54fdf0415cc64c98dcc082bbac USERS= git GROUPS= git Modified: head/www/gitlab-ce/distinfo ============================================================================== --- head/www/gitlab-ce/distinfo Wed Dec 5 16:46:06 2018 (r486685) +++ head/www/gitlab-ce/distinfo Wed Dec 5 17:28:47 2018 (r486686) @@ -1,3 +1,3 @@ -TIMESTAMP = 1543446561 -SHA256 (gitlab-org-gitlab-ce-c90ae59a8becf9d31ff7f67fe13c671ba683bb27_GL0.tar.gz) = 4d86b6812b3035defa73d01021c4ef33b11a26dd9992bad58d5a068d382185f0 -SIZE (gitlab-org-gitlab-ce-c90ae59a8becf9d31ff7f67fe13c671ba683bb27_GL0.tar.gz) = 50402783 +TIMESTAMP = 1544029391 +SHA256 (gitlab-org-gitlab-ce-900cbabc54fced54fdf0415cc64c98dcc082bbac_GL0.tar.gz) = 64f1632d1c453bdd47fe356fba7ccc2ca6e49d1f9a6f7473c32e35ab24b41935 +SIZE (gitlab-org-gitlab-ce-900cbabc54fced54fdf0415cc64c98dcc082bbac_GL0.tar.gz) = 50980968 Modified: head/www/gitlab-ce/pkg-plist ============================================================================== --- head/www/gitlab-ce/pkg-plist Wed Dec 5 16:46:06 2018 (r486685) +++ head/www/gitlab-ce/pkg-plist Wed Dec 5 17:28:47 2018 (r486686) @@ -4090,7 +4090,6 @@ %%WWWDIR%%/app/models/sent_notification.rb %%WWWDIR%%/app/models/service.rb %%WWWDIR%%/app/models/shard.rb -%%WWWDIR%%/app/models/site_statistic.rb %%WWWDIR%%/app/models/snippet.rb %%WWWDIR%%/app/models/snippet_blob.rb %%WWWDIR%%/app/models/spam_log.rb @@ -5646,6 +5645,7 @@ %%WWWDIR%%/app/views/shared/_no_ssh.html.haml %%WWWDIR%%/app/views/shared/_old_visibility_level.html.haml %%WWWDIR%%/app/views/shared/_outdated_browser.html.haml +%%WWWDIR%%/app/views/shared/_personal_access_tokens_created_container.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_form.html.haml %%WWWDIR%%/app/views/shared/_personal_access_tokens_table.html.haml %%WWWDIR%%/app/views/shared/_ping_consent.html.haml @@ -7365,6 +7365,7 @@ %%WWWDIR%%/db/post_migrate/20181030135124_fill_empty_finished_at_in_deployments.rb %%WWWDIR%%/db/post_migrate/20181105201455_steal_fill_store_upload.rb %%WWWDIR%%/db/post_migrate/20181107054254_remove_restricted_todos_again.rb +%%WWWDIR%%/db/post_migrate/20181123042307_drop_site_statistics.rb @(git,,) %%WWWDIR%%/db/schema.rb %%WWWDIR%%/db/seeds.rb %%WWWDIR%%/doc/README.md @@ -7649,6 +7650,7 @@ %%WWWDIR%%/doc/ci/img/types-of-pipelines.svg %%WWWDIR%%/doc/ci/img/view_on_env_blob.png %%WWWDIR%%/doc/ci/img/view_on_env_mr.png +%%WWWDIR%%/doc/ci/img/view_on_mr_widget.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/finished_job_with_terminal_open.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_page.png %%WWWDIR%%/doc/ci/interactive_web_terminal/img/interactive_web_terminal_running_job.png @@ -8439,6 +8441,7 @@ %%WWWDIR%%/doc/user/discussions/img/discussion_view.png %%WWWDIR%%/doc/user/discussions/img/discussions_resolved.png %%WWWDIR%%/doc/user/discussions/img/image_resolved_discussion.png +%%WWWDIR%%/doc/user/discussions/img/index_notes_filters.png %%WWWDIR%%/doc/user/discussions/img/lock_form_member.png %%WWWDIR%%/doc/user/discussions/img/lock_form_non_member.png %%WWWDIR%%/doc/user/discussions/img/merge_request_commits_tab.png @@ -8793,6 +8796,7 @@ %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_diff_file_navigation.png +%%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_pipeline.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_request_widget.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_enable.png %%WWWDIR%%/doc/user/project/merge_requests/img/merge_when_pipeline_succeeds_only_if_succeeds_msg.png @@ -9036,7 +9040,6 @@ %%WWWDIR%%/doc/workflow/workflow.md %%WWWDIR%%/docker-compose.yml %%WWWDIR%%/docker/README.md -%%WWWDIR%%/ee/changelogs/unreleased/sh-fix-issue-54189.yml %%WWWDIR%%/fixtures/emojis/aliases.json %%WWWDIR%%/fixtures/emojis/digests.json %%WWWDIR%%/fixtures/emojis/emoji-unicode-version-map.json @@ -10159,6 +10162,7 @@ %%WWWDIR%%/lib/gitlab/sidekiq_logging/json_formatter.rb %%WWWDIR%%/lib/gitlab/sidekiq_logging/structured_logger.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb +%%WWWDIR%%/lib/gitlab/sidekiq_middleware/batch_loader.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/request_store_middleware.rb %%WWWDIR%%/lib/gitlab/sidekiq_middleware/shutdown.rb %%WWWDIR%%/lib/gitlab/sidekiq_status.rb @@ -10345,7 +10349,6 @@ %%WWWDIR%%/lib/tasks/gitlab/pages.rake %%WWWDIR%%/lib/tasks/gitlab/setup.rake %%WWWDIR%%/lib/tasks/gitlab/shell.rake -%%WWWDIR%%/lib/tasks/gitlab/site_statistics.rake %%WWWDIR%%/lib/tasks/gitlab/storage.rake %%WWWDIR%%/lib/tasks/gitlab/tcp_check.rake %%WWWDIR%%/lib/tasks/gitlab/test.rake @@ -10384,9 +10387,11 @@ @(git,,) %%WWWDIR%%/locale/bg/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/ca_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/cs_CZ/gitlab.po +@(git,,) %%WWWDIR%%/locale/cy_GB/gitlab.po @(git,,) %%WWWDIR%%/locale/da_DK/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po @(git,,) %%WWWDIR%%/locale/de/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/el_GR/gitlab.po @(git,,) %%WWWDIR%%/locale/en/gitlab.po @(git,,) %%WWWDIR%%/locale/en/gitlab.po.time_stamp @(git,,) %%WWWDIR%%/locale/eo/gitlab.po @@ -10400,6 +10405,7 @@ @(git,,) %%WWWDIR%%/locale/gitlab.pot @(git,,) %%WWWDIR%%/locale/gl_ES/gitlab.po @(git,,) %%WWWDIR%%/locale/he_IL/gitlab.po +@(git,,) %%WWWDIR%%/locale/hu_HU/gitlab.po @(git,,) %%WWWDIR%%/locale/id_ID/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po @(git,,) %%WWWDIR%%/locale/it/gitlab.po.time_stamp @@ -10413,10 +10419,14 @@ @(git,,) %%WWWDIR%%/locale/pl_PL/gitlab.po @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po @(git,,) %%WWWDIR%%/locale/pt_BR/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/pt_PT/gitlab.po @(git,,) %%WWWDIR%%/locale/ro_RO/gitlab.po @(git,,) %%WWWDIR%%/locale/ru/gitlab.po @(git,,) %%WWWDIR%%/locale/ru/gitlab.po.time_stamp +@(git,,) %%WWWDIR%%/locale/sk_SK/gitlab.po @(git,,) %%WWWDIR%%/locale/sq_AL/gitlab.po +@(git,,) %%WWWDIR%%/locale/sr_CS/gitlab.po +@(git,,) %%WWWDIR%%/locale/sr_SP/gitlab.po @(git,,) %%WWWDIR%%/locale/tr_TR/gitlab.po @(git,,) %%WWWDIR%%/locale/uk/gitlab.po @(git,,) %%WWWDIR%%/locale/uk/gitlab.po.time_stamp @@ -11010,7 +11020,6 @@ %%WWWDIR%%/spec/factories/sequences.rb %%WWWDIR%%/spec/factories/service_hooks.rb %%WWWDIR%%/spec/factories/services.rb -%%WWWDIR%%/spec/factories/site_statistics.rb %%WWWDIR%%/spec/factories/snippets.rb %%WWWDIR%%/spec/factories/spam_logs.rb %%WWWDIR%%/spec/factories/subscriptions.rb @@ -11943,6 +11952,7 @@ %%WWWDIR%%/spec/helpers/wiki_helper_spec.rb %%WWWDIR%%/spec/initializers/6_validations_spec.rb %%WWWDIR%%/spec/initializers/8_metrics_spec.rb +%%WWWDIR%%/spec/initializers/attr_encrypted_no_db_connection_spec.rb %%WWWDIR%%/spec/initializers/direct_upload_support_spec.rb %%WWWDIR%%/spec/initializers/doorkeeper_spec.rb %%WWWDIR%%/spec/initializers/fog_google_https_private_urls_spec.rb @@ -13841,7 +13851,6 @@ %%WWWDIR%%/spec/models/sent_notification_spec.rb %%WWWDIR%%/spec/models/service_spec.rb %%WWWDIR%%/spec/models/shard_spec.rb -%%WWWDIR%%/spec/models/site_statistic_spec.rb %%WWWDIR%%/spec/models/snippet_blob_spec.rb %%WWWDIR%%/spec/models/snippet_spec.rb %%WWWDIR%%/spec/models/spam_log_spec.rb @@ -14650,7 +14659,6 @@ %%WWWDIR%%/spec/tasks/gitlab/lfs/migrate_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb %%WWWDIR%%/spec/tasks/gitlab/shell_rake_spec.rb -%%WWWDIR%%/spec/tasks/gitlab/site_statistics_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/storage_rake_spec.rb %%WWWDIR%%/spec/tasks/gitlab/task_helpers_spec.rb %%WWWDIR%%/spec/tasks/gitlab/traces_rake_spec.rb