git: ed8a52338eb6 - 2025Q3 - www/gitlab: Change RUN_DEPENDS from rubygem-pg to rubygem-pg-gitlab

From: Matthias Fechner <mfechner_at_FreeBSD.org>
Date: Thu, 14 Aug 2025 07:25:23 UTC
The branch 2025Q3 has been updated by mfechner:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ed8a52338eb670d5f4262a3a4d894bcbe3273ac6

commit ed8a52338eb670d5f4262a3a4d894bcbe3273ac6
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 18:02:43 +0000
Commit:     Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-08-14 05:31:13 +0000

    www/gitlab: Change RUN_DEPENDS from rubygem-pg to rubygem-pg-gitlab
    
    - Bump PORTREVISION for dependency change
    
    (cherry picked from commit ac4eb381a104f815212205a8adaf48ab65fb2350)
---
 www/gitlab/Makefile        | 2 +-
 www/gitlab/Makefile.common | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile
index 3a8ea497c217..0a9e5fd8a675 100644
--- a/www/gitlab/Makefile
+++ b/www/gitlab/Makefile
@@ -54,7 +54,7 @@ MY_DEPENDS=	gitaly>=${GITLAB_VERSION}:devel/gitaly \
 	rubygem-sprockets-gitlab>=3.7.5<3.8:devel/rubygem-sprockets-gitlab \
 	rubygem-sprockets-rails-rails-gitlab>=3.5.2<3.6:devel/rubygem-sprockets-rails-rails-gitlab \
 	rubygem-view_component-rails-gitlab>=3.23.2<3.24:devel/rubygem-view_component-rails-gitlab \
-	rubygem-pg>=1.5.9<1.6:databases/rubygem-pg \
+	rubygem-pg-gitlab>=1.5.9<1.6:databases/rubygem-pg-gitlab \
 	rubygem-rugged>=1.6<2:devel/rubygem-rugged \
 	rubygem-faraday-gitlab>=2.13.1<3:www/rubygem-faraday-gitlab \
 	rubygem-faraday-retry-gitlab>=2<3:www/rubygem-faraday-retry-gitlab \
diff --git a/www/gitlab/Makefile.common b/www/gitlab/Makefile.common
index 7faf748b2678..8b8abfaca1aa 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,5 +1,5 @@
 GITLAB_VERSION=		18.2.1
-GITLAB_PORTREVISION=	1
+GITLAB_PORTREVISION=	3
 
 # Git version gitaly should use (from gitlab mirror)
 # Find current tag from Makefile and .gitlab-ci.yaml
@@ -14,4 +14,3 @@ GITLAB_KAS_GRPC_VERSION=	${GITLAB_VERSION}
 
 # Rails version
 RAILS_VERSION=	7.1.5.1
-