aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Fechner <mfechner@FreeBSD.org>2024-02-23 06:20:55 +0000
committerMatthias Fechner <mfechner@FreeBSD.org>2024-02-23 13:18:03 +0000
commit5a3e82dc32bfc9125fe292af6c7000e9fdfdf9e7 (patch)
treeb2579e685f6620e98b2992a63114a5751b04d68e
parent4db00f8bcb92624026ddb7fbbb37380b7412683e (diff)
downloadports-5a3e82dc32bfc9125fe292af6c7000e9fdfdf9e7.tar.gz
ports-5a3e82dc32bfc9125fe292af6c7000e9fdfdf9e7.zip
www/gitlab-ce: fix regression from b2edfed93978168d0cd6070184d931a07e4b6ae8
-rw-r--r--www/gitlab-ce/Makefile2
-rw-r--r--www/gitlab-ce/files/patch-Gemfile4
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