git: 2f6aa2138e6c - main - www/gitlab: Update RUN_DEPENDS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 08 Sep 2024 18:56:11 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f6aa2138e6cb35778e370f12a10da65783fb316 commit 2f6aa2138e6cb35778e370f12a10da65783fb316 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-09-08 18:35:32 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-09-08 18:40:28 +0000 www/gitlab: Update RUN_DEPENDS - Change RUN_DEPENDS from rubygem-google-cloud-storage_transfer to rubygem-google-cloud-storage_transfer12 - Change RUN_DEPENDS from rubygem-redis to rubygem-redis52 - Change RUN_DEPENDS from rubygem-redis-clustering to rubygem-redis-clustering52 - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 15a11187460d..fd50595d15c5 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 @@ -176,8 +177,8 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-js_regex>=3.8<4.0:textproc/rubygem-js_regex \ rubygem-device_detector>=0:devel/rubygem-device_detector \ rubygem-redis-namespace>=1.11.0<1.12:databases/rubygem-redis-namespace \ - rubygem-redis>=5.2.0<5.3:databases/rubygem-redis \ - rubygem-redis-clustering>=5.2.0<5.3:databases/rubygem-redis-clustering \ + rubygem-redis52>=5.2.0<5.3:databases/rubygem-redis52 \ + rubygem-redis-clustering52>=5.2.0<5.3:databases/rubygem-redis-clustering52 \ rubygem-connection_pool>=2.4.1<3.0:net/rubygem-connection_pool \ rubygem-redis-actionpack-rails70>=5.4.0<5.5:databases/rubygem-redis-actionpack-rails70 \ rubygem-discordrb-webhooks>=3.5<4.0:net-im/rubygem-discordrb-webhooks \ @@ -310,7 +311,7 @@ MY_DEPENDS= git>=2.41.0:devel/git \ rubygem-gitlab-sdk>=0.3.0<0.4:devel/rubygem-gitlab-sdk \ rubygem-google-cloud-profiler-v2>=0.3<1:textproc/rubygem-google-cloud-profiler-v2 \ rubygem-parallel>=1.22<2:sysutils/rubygem-parallel \ - rubygem-google-cloud-storage_transfer>=1.2.0<1.3:net/rubygem-google-cloud-storage_transfer + rubygem-google-cloud-storage_transfer12>=1.2.0<1.3:net/rubygem-google-cloud-storage_transfer12 BUILD_DEPENDS= gem:devel/ruby-gems \ ${MY_DEPENDS}