diff options
| author | Matthias Fechner <mfechner@FreeBSD.org> | 2025-08-13 09:52:21 +0200 |
|---|---|---|
| committer | Matthias Fechner <mfechner@FreeBSD.org> | 2025-08-13 09:54:01 +0200 |
| commit | 19f04aa8073c82e24ed55b6c3cd88deb3ee958ac (patch) | |
| tree | e746a4649e4951acac85fc65835f875dfbc18c84 /filesystems | |
| parent | dc5d37a81e0dfbb320b11ac92feb1d70185e4f0e (diff) | |
sysutils/vagrant-gitlab: fix conflict with rubyzip update
Fixes a regression by 2697faef19d70068fb20396be2040cbdf43848c6
Diffstat (limited to 'filesystems')
| -rw-r--r-- | filesystems/Makefile | 1 | ||||
| -rw-r--r-- | filesystems/rubygem-winrm-fs-gitlab/Makefile | 25 | ||||
| -rw-r--r-- | filesystems/rubygem-winrm-fs-gitlab/distinfo | 3 | ||||
| -rw-r--r-- | filesystems/rubygem-winrm-fs-gitlab/pkg-descr | 1 |
4 files changed, 30 insertions, 0 deletions
diff --git a/filesystems/Makefile b/filesystems/Makefile index 84be3e0aa9cd..79968dc0bdb3 100644 --- a/filesystems/Makefile +++ b/filesystems/Makefile @@ -106,6 +106,7 @@ SUBDIR += rar2fs SUBDIR += rubygem-chef-winrm-fs SUBDIR += rubygem-winrm-fs + SUBDIR += rubygem-winrm-fs-gitlab SUBDIR += s3backer SUBDIR += s3fs SUBDIR += sandboxfs diff --git a/filesystems/rubygem-winrm-fs-gitlab/Makefile b/filesystems/rubygem-winrm-fs-gitlab/Makefile new file mode 100644 index 000000000000..3282a911358b --- /dev/null +++ b/filesystems/rubygem-winrm-fs-gitlab/Makefile @@ -0,0 +1,25 @@ +PORTNAME= winrm-fs +PORTVERSION= 1.3.5 +CATEGORIES= filesystems sysutils rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -gitlab + +MAINTAINER= ruby@FreeBSD.org +COMMENT= Library for file system operations via WinRM +WWW= https://github.com/WinRb/winrm-fs + +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-rubyzip-gitlab>=2.0<3:archivers/rubygem-rubyzip-gitlab \ + rubygem-winrm>=2.0<3:sysutils/rubygem-winrm + +USES= gem + +NO_ARCH= yes + +PLIST_FILES= bin/rwinrmcp + +.include <bsd.port.mk> diff --git a/filesystems/rubygem-winrm-fs-gitlab/distinfo b/filesystems/rubygem-winrm-fs-gitlab/distinfo new file mode 100644 index 000000000000..cd58beb1948e --- /dev/null +++ b/filesystems/rubygem-winrm-fs-gitlab/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1626714674 +SHA256 (rubygem/winrm-fs-1.3.5.gem) = 0d2cdd9e1fb6fc8d01f56a32dce41d98ae6eefb481937ed0e058faa0cd0c693d +SIZE (rubygem/winrm-fs-1.3.5.gem) = 21504 diff --git a/filesystems/rubygem-winrm-fs-gitlab/pkg-descr b/filesystems/rubygem-winrm-fs-gitlab/pkg-descr new file mode 100644 index 000000000000..68293f4f359f --- /dev/null +++ b/filesystems/rubygem-winrm-fs-gitlab/pkg-descr @@ -0,0 +1 @@ +Ruby library for file system operations via Windows Remote Management |
