git: 59cee18939f8 - 2025Q4 - sysutils/vagrant-gitlab: fix compatibility with gitlab 18.4.3
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 26 Oct 2025 20:13:18 UTC
The branch 2025Q4 has been updated by mfechner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=59cee18939f89241f32df1b96dd27b478060a734
commit 59cee18939f89241f32df1b96dd27b478060a734
Author: Matthias Fechner <mfechner@FreeBSD.org>
AuthorDate: 2025-10-26 15:36:56 +0000
Commit: Matthias Fechner <mfechner@FreeBSD.org>
CommitDate: 2025-10-26 18:44:35 +0000
sysutils/vagrant-gitlab: fix compatibility with gitlab 18.4.3
(cherry picked from commit bda5366f7d169946e0d6ccd595c179d7aebc8d20)
---
filesystems/rubygem-winrm-fs-gitlab/Makefile | 5 +++--
sysutils/rubygem-winrm-elevated-gitlab/Makefile | 3 ++-
sysutils/vagrant-gitlab/Makefile | 3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/filesystems/rubygem-winrm-fs-gitlab/Makefile b/filesystems/rubygem-winrm-fs-gitlab/Makefile
index 3282a911358b..441933b1bebe 100644
--- a/filesystems/rubygem-winrm-fs-gitlab/Makefile
+++ b/filesystems/rubygem-winrm-fs-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= winrm-fs
PORTVERSION= 1.3.5
+PORTREVISION= 1
CATEGORIES= filesystems sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -12,9 +13,9 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-erubi>=1.8<2:www/rubygem-erubi \
- rubygem-logging>=1.6.1<3.0:devel/rubygem-logging \
+ rubygem-logging-gitlab>=1.6.1<3.0:devel/rubygem-logging-gitlab \
rubygem-rubyzip-gitlab>=2.0<3:archivers/rubygem-rubyzip-gitlab \
- rubygem-winrm>=2.0<3:sysutils/rubygem-winrm
+ rubygem-winrm-gitlab>=2.0<3:sysutils/rubygem-winrm-gitlab
USES= gem
diff --git a/sysutils/rubygem-winrm-elevated-gitlab/Makefile b/sysutils/rubygem-winrm-elevated-gitlab/Makefile
index 4ab4ef7bc469..9ce1f0b9d3b9 100644
--- a/sysutils/rubygem-winrm-elevated-gitlab/Makefile
+++ b/sysutils/rubygem-winrm-elevated-gitlab/Makefile
@@ -1,5 +1,6 @@
PORTNAME= winrm-elevated
PORTVERSION= 1.2.3
+PORTREVISION= 1
CATEGORIES= sysutils rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
@@ -12,7 +13,7 @@ LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-erubi>=1.8<2:www/rubygem-erubi \
- rubygem-winrm>=2.0<3:sysutils/rubygem-winrm \
+ rubygem-winrm-gitlab>=2.0<3:sysutils/rubygem-winrm-gitlab \
rubygem-winrm-fs-gitlab>=1.0<2:filesystems/rubygem-winrm-fs-gitlab
USES= gem
diff --git a/sysutils/vagrant-gitlab/Makefile b/sysutils/vagrant-gitlab/Makefile
index 976295f2afad..8ff3355332ed 100644
--- a/sysutils/vagrant-gitlab/Makefile
+++ b/sysutils/vagrant-gitlab/Makefile
@@ -1,6 +1,7 @@
PORTNAME= vagrant
PORTVERSION= 2.4.9
DISTVERSIONPREFIX= v
+PORTREVISION= 1
CATEGORIES= sysutils rubygems devel
PKGNAMESUFFIX= -gitlab
@@ -39,7 +40,7 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss \
rubygem-rubyzip-gitlab>=2.3.2:archivers/rubygem-rubyzip-gitlab \
rubygem-vagrant_cloud-gitlab>=3.1.2<3.2:sysutils/rubygem-vagrant_cloud-gitlab \
rubygem-wdm>=0.2.0<0.3:devel/rubygem-wdm \
- rubygem-winrm>=2.3.9<3:sysutils/rubygem-winrm \
+ rubygem-winrm-gitlab>=2.3.9<3:sysutils/rubygem-winrm-gitlab \
rubygem-winrm-elevated-gitlab>=1.2.3<2:sysutils/rubygem-winrm-elevated-gitlab \
rubygem-winrm-fs-gitlab>=1.3.5<2:filesystems/rubygem-winrm-fs-gitlab