Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Dec 2025 11:22:34 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 072a525fd15c - main - www/gitlab: Update RUN_DEPENDS
Message-ID:  <6945357a.2430f.a4dd9dc@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=072a525fd15c1ac21aa454915df35cbac1600063

commit 072a525fd15c1ac21aa454915df35cbac1600063
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-12-19 11:14:36 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-12-19 11:14:36 +0000

    www/gitlab: Update RUN_DEPENDS
    
    - Change RUN_DEPENDS from rubygem-loofah to rubygem-loofah-gitlab
    - Change RUN_DEPENDS from rubygem-openssl to rubygem-openssl3
    - Bump PORTREVISION for dependency change
---
 www/gitlab/Makefile        | 4 ++--
 www/gitlab/Makefile.common | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index 68ffe59a3f87..67ce018d0a9f 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -49,7 +49,7 @@ MY_DEPENDS=	gitaly>=${GITLAB_VERSION}:devel/gitaly \
 	rubygem-drb-gitlab>=2.2.3<3:devel/rubygem-drb-gitlab \
 	rubygem-bootsnap-gitlab>=1.18.6<1.19:devel/rubygem-bootsnap-gitlab \
 	rubygem-ffi>=1.17.2<2:devel/rubygem-ffi \
-	rubygem-openssl>=3.3.2<3.4:security/rubygem-openssl \
+	rubygem-openssl3>=3.3.2<3.4:security/rubygem-openssl3 \
 	rubygem-gitlab-secret_detection>=0.38.0<1:security/rubygem-gitlab-secret_detection \
 	rubygem-responders-rails-gitlab>=3.0<4.0:www/rubygem-responders-rails-gitlab \
 	rubygem-sprockets-gitlab>=3.7.5<3.8:devel/rubygem-sprockets-gitlab \
@@ -198,7 +198,7 @@ MY_DEPENDS=	gitaly>=${GITLAB_VERSION}:devel/gitaly \
 	rubygem-circuitbox>=2.0.0<2.1:www/rubygem-circuitbox \
 	rubygem-sanitize60>=6.0.2<6.1:textproc/rubygem-sanitize60 \
 	rubygem-babosa>=2.0<3:textproc/rubygem-babosa \
-	rubygem-loofah>=2.24.1<2.25:textproc/rubygem-loofah \
+	rubygem-loofah-gitlab>=2.24.1<2.25:textproc/rubygem-loofah-gitlab \
 	rubygem-licensee-gitlab>=9.16<10:devel/rubygem-licensee-gitlab \
 	rubygem-charlock_holmes>=0.7.9<0.8:textproc/rubygem-charlock_holmes \
 	rubygem-ruby-magic>=0.6<1:devel/rubygem-ruby-magic \
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common
index 0b3200a8fbe3..b672a2fa9fe6 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,5 +1,5 @@
 GITLAB_VERSION=		18.6.2
-GITLAB_PORTREVISION=	3	# decrease this only if GITLAB_KAS_GRPC_VERSION is upgraded
+GITLAB_PORTREVISION=	4	# decrease this only if GITLAB_KAS_GRPC_VERSION is upgraded
 
 # Git version gitaly should use (from gitlab mirror)
 # Find current tag from Makefile and .gitlab-ci.yaml


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6945357a.2430f.a4dd9dc>