Date: Fri, 23 Feb 2024 13:18:52 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: 5a3e82dc32bf - main - www/gitlab-ce: fix regression from b2edfed93978168d0cd6070184d931a07e4b6ae8 Message-ID: <202402231318.41NDIqNK037370@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=5a3e82dc32bfc9125fe292af6c7000e9fdfdf9e7 commit 5a3e82dc32bfc9125fe292af6c7000e9fdfdf9e7 Author: Matthias Fechner <mfechner@FreeBSD.org> AuthorDate: 2024-02-23 06:20:55 +0000 Commit: Matthias Fechner <mfechner@FreeBSD.org> CommitDate: 2024-02-23 13:18:03 +0000 www/gitlab-ce: fix regression from b2edfed93978168d0cd6070184d931a07e4b6ae8 --- www/gitlab-ce/Makefile | 2 +- www/gitlab-ce/files/patch-Gemfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/www/gitlab-ce/Makefile b/www/gitlab-ce/Makefile index 2065781ce458..7be586de87ee 100644 --- a/www/gitlab-ce/Makefile +++ b/www/gitlab-ce/Makefile @@ -1,6 +1,6 @@ PORTNAME= gitlab-ce PORTVERSION= 16.9.0 -PORTREVISION= 1 +PORTREVISION= 2 DISTVERSIONPREFIX= v CATEGORIES= www devel diff --git a/www/gitlab-ce/files/patch-Gemfile b/www/gitlab-ce/files/patch-Gemfile index 47d9d5f73123..cbed2bd0fde2 100644 --- a/www/gitlab-ce/files/patch-Gemfile +++ b/www/gitlab-ce/files/patch-Gemfile @@ -218,8 +218,8 @@ # KAS GRPC protocol definitions gem 'kas-grpc', '~> 0.4.0', feature_category: :deployment_management --gem 'grpc', '~> 1.58.0' # rubocop:todo Gemfile/MissingFeatureCategory -+gem 'grpc', '~> 1.58' # rubocop:todo Gemfile/MissingFeatureCategory +-gem 'grpc', '~> 1.60.0' # rubocop:todo Gemfile/MissingFeatureCategory ++gem 'grpc', '~> 1.60' # rubocop:todo Gemfile/MissingFeatureCategory gem 'google-protobuf', '~> 3.25', '>= 3.25.1' # rubocop:todo Gemfile/MissingFeatureCategory
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402231318.41NDIqNK037370>