git: a23442c68ce7 - main - www/gitlab: clean up
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 12 Feb 2026 07:57:11 UTC
The branch main has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=a23442c68ce73ff6cf178325fae4a437e618476b
commit a23442c68ce73ff6cf178325fae4a437e618476b
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2026-02-12 07:56:30 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2026-02-12 07:57:09 +0000
www/gitlab: clean up
no functional change, so do not bump portrevision.
---
www/gitlab/files/patch-Gemfile | 4 ++--
www/gitlab/files/patch-bin_background__jobs | 14 ++------------
2 files changed, 4 insertions(+), 14 deletions(-)
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index b42427ebe22e..8b77ad5af2cb 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig 2026-01-14 08:40:57 UTC
+--- Gemfile.orig 2026-02-09 19:24:50 UTC
+++ Gemfile
@@ -163,7 +163,7 @@ gem 'graphql', '2.5.11', feature_category: :api
@@ -191,5 +191,5 @@
-gem "i18n_data", "~> 0.13.1", feature_category: :system_access
+gem "i18n_data", "~> 0.13", feature_category: :system_access
- gem "gitlab-cloud-connector", "~> 1.40", require: 'gitlab/cloud_connector', feature_category: :plan_provisioning
+ gem "gitlab-cloud-connector", "~> 1.43", require: 'gitlab/cloud_connector', feature_category: :plan_provisioning
diff --git a/www/gitlab/files/patch-bin_background__jobs b/www/gitlab/files/patch-bin_background__jobs
index 99925bc25180..8773a87c7770 100644
--- a/www/gitlab/files/patch-bin_background__jobs
+++ b/www/gitlab/files/patch-bin_background__jobs
@@ -1,16 +1,6 @@
---- bin/background_jobs.orig 2026-01-14 08:40:57 UTC
+--- bin/background_jobs.orig 2026-02-09 19:24:50 UTC
+++ bin/background_jobs
-@@ -51,17 +51,13 @@ start_sidekiq()
- cmd="exec"
- chpst=$(command -v chpst || true)
-
-- if [ -n "$chpst" ]; then
-- cmd="${cmd} ${chpst} -P"
-- fi
--
- # sidekiq-cluster expects an argument per process.
- for (( i=1; i<=sidekiq_workers; i++ ))
- do
+@@ -61,7 +61,7 @@ start_sidekiq()
processes_args+=("${sidekiq_queues}")
done