git: ac4eb381a104 - main - www/gitlab: Change RUN_DEPENDS from rubygem-pg to rubygem-pg-gitlab
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 12 Aug 2025 18:19:56 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=ac4eb381a104f815212205a8adaf48ab65fb2350
commit ac4eb381a104f815212205a8adaf48ab65fb2350
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-08-12 18:02:43 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-08-12 18:16:07 +0000
www/gitlab: Change RUN_DEPENDS from rubygem-pg to rubygem-pg-gitlab
- Bump PORTREVISION for dependency change
---
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 cb3b4563ef53..8b8abfaca1aa 100644
--- a/www/gitlab/Makefile.common
+++ b/www/gitlab/Makefile.common
@@ -1,5 +1,5 @@
GITLAB_VERSION= 18.2.1
-GITLAB_PORTREVISION= 2
+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
-