git: 6df593767654 - main - www/gitlab: Change RUN_DEPENDS from rubygem-json to rubygem-json-gitlab
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 May 2025 10:10:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=6df59376765401108578d1173e3afe98d63107a2 commit 6df59376765401108578d1173e3afe98d63107a2 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2025-05-25 09:49:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2025-05-25 09:55:08 +0000 www/gitlab: Change RUN_DEPENDS from rubygem-json to rubygem-json-gitlab - Bump PORTREVISION for dependency change --- www/gitlab/Makefile | 2 +- www/gitlab/Makefile.common | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile index 63fe024928c1..377c7e5226b4 100644 --- a/www/gitlab/Makefile +++ b/www/gitlab/Makefile @@ -291,7 +291,7 @@ MY_DEPENDS= gitaly>=${GITLAB_VERSION}:devel/gitaly \ rubygem-lockbox>=1.3.0<1.4:security/rubygem-lockbox \ rubygem-valid_email>=0.1<1:mail/rubygem-valid_email \ rubygem-jsonb_accessor>=1.4<2:www/rubygem-jsonb_accessor \ - rubygem-json>=2.11.2<2.12:devel/rubygem-json \ + rubygem-json-gitlab>=2.11.2<2.12:devel/rubygem-json-gitlab \ rubygem-json_schemer>=2.3.0<2.4:devel/rubygem-json_schemer \ rubygem-oj>=3.16.0<3.17:devel/rubygem-oj \ rubygem-oj-introspect>=0.8<1:devel/rubygem-oj-introspect \ diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common index 4970f3aa63db..0daac7e46e8e 100644 --- a/www/gitlab/Makefile.common +++ b/www/gitlab/Makefile.common @@ -1,5 +1,5 @@ GITLAB_VERSION= 18.0.1 -GITLAB_PORTREVISION= 0 +GITLAB_PORTREVISION= 1 # Git version gitaly should use (from gitlab mirror) # Find current tag from Makefile and .gitlab-ci.yaml