Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Feb 2025 05:27:57 GMT
From:      Matthias Fechner <mfechner@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7be30de92059 - main - www/gitlab: fix problem due to puma upgrade to 6.6.0
Message-ID:  <202502080527.5185Rv6P064646@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7be30de9205977958b8c92157dc31b9f68e1e0e2

commit 7be30de9205977958b8c92157dc31b9f68e1e0e2
Author:     Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-02-08 05:27:09 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-02-08 05:27:50 +0000

    www/gitlab: fix problem due to puma upgrade to 6.6.0
---
 www/gitlab/Makefile.common     | 2 +-
 www/gitlab/files/patch-Gemfile | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common
index 0872936338d9..faaf4720e7eb 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,5 +1,5 @@
 GITLAB_VERSION=		17.8.1
-GITLAB_PORTREVISION=	1
+GITLAB_PORTREVISION=	2
 
 # Git version gitaly should use (from gitlab mirror)
 # Find current tag from Makefile and .gitlab-ci.yaml
diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile
index 2a6efd049cd3..3c6fe6426d7a 100644
--- a/www/gitlab/files/patch-Gemfile
+++ b/www/gitlab/files/patch-Gemfile
@@ -1,4 +1,4 @@
---- Gemfile.orig	2025-01-15 09:55:34 UTC
+--- Gemfile.orig	2025-01-22 04:13:11 UTC
 +++ Gemfile
 @@ -164,7 +164,7 @@ gem 'graphql', '~> 2.4.1', feature_category: :api
  
@@ -32,7 +32,7 @@
  
  group :puma do
 -  gem 'puma', '= 6.5.0', require: false, feature_category: :shared
-+  gem 'puma', '~> 6.5.0', require: false, feature_category: :shared
++  gem 'puma', '~> 6.5', require: false, feature_category: :shared
    gem 'sd_notify', '~> 0.1.0', require: false, feature_category: :shared
  end
  



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