git: 6b8b309a28ba - main - www/gitlab: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jul 2024 13:36:26 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6b8b309a28bad59afe82e19eb7da073a4cef4f49 commit 6b8b309a28bad59afe82e19eb7da073a4cef4f49 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-07-30 13:33:10 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-07-30 13:36:07 +0000 www/gitlab: Change RUN_DEPENDS from rubygem-google-protobuf to rubygem-google-protobuf3 - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 2017989b290c..13641dfbb216 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -4,6 +4,7 @@ DISTVERSIONPREFIX= v .if ${FLAVOR:U} == ee DISTVERSIONSUFFIX= -ee .endif +PORTREVISION= 1 CATEGORIES= www devel # include patch to fix database migration @@ -264,7 +265,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-gitaly>=17.0.1:net/rubygem-gitaly \ rubygem-kas-grpc>=0.5.0,1<0.6.0,1:net/rubygem-kas-grpc \ rubygem-grpc>=1.63.0<2:net/rubygem-grpc \ - rubygem-google-protobuf>=3.25.3<4:devel/rubygem-google-protobuf \ + rubygem-google-protobuf3>=3.25.3<4:devel/rubygem-google-protobuf3 \ rubygem-toml-rb>=2.2.0<3:www/rubygem-toml-rb \ rubygem-flipper026>=0.26.2<0.27:devel/rubygem-flipper026 \ rubygem-flipper-active_record-rails70>=0.26.2<0.27:databases/rubygem-flipper-active_record-rails70 \