diff options
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/Makefile | 1 | ||||
-rw-r--r-- | filesystems/httpdirfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/lizardfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/mergerfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp | 11 | ||||
-rw-r--r-- | filesystems/ntfs2btrfs/Makefile | 1 | ||||
-rw-r--r-- | filesystems/rar2fs/Makefile | 2 | ||||
-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 | ||||
-rw-r--r-- | filesystems/webdavfs/Makefile | 2 | ||||
-rw-r--r-- | filesystems/zfs-snap-diff/Makefile | 2 | ||||
-rw-r--r-- | filesystems/zrepl-dsh2dsh/Makefile | 1 | ||||
-rw-r--r-- | filesystems/zrepl/Makefile | 2 | ||||
-rw-r--r-- | filesystems/zrepl/files/500.zrepl.in | 2 |
15 files changed, 50 insertions, 9 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/httpdirfs/Makefile b/filesystems/httpdirfs/Makefile index ff1655b7d340..72b7540be860 100644 --- a/filesystems/httpdirfs/Makefile +++ b/filesystems/httpdirfs/Makefile @@ -4,7 +4,7 @@ PORTREVISION= 3 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- -MAINTAINER= alster@vinterdalen.se +MAINTAINER= alven@FreeBSD.org COMMENT= FUSE filesystem to mount HTTP directory listings, with a permanent cache WWW= https://github.com/fangfufu/httpdirfs/ diff --git a/filesystems/lizardfs/Makefile b/filesystems/lizardfs/Makefile index f0e5dbe38b46..2fd4bff83d7b 100644 --- a/filesystems/lizardfs/Makefile +++ b/filesystems/lizardfs/Makefile @@ -1,7 +1,7 @@ PORTNAME= lizardfs PORTVERSION= 3.12.0 DISTVERSIONPREFIX= v -PORTREVISION= 25 +PORTREVISION= 26 CATEGORIES= filesystems sysutils MAINTAINER= jhixson@FreeBSD.org diff --git a/filesystems/mergerfs/Makefile b/filesystems/mergerfs/Makefile index 288a63552490..b774e71a4d12 100644 --- a/filesystems/mergerfs/Makefile +++ b/filesystems/mergerfs/Makefile @@ -10,8 +10,6 @@ WWW= https://github.com/trapexit/mergerfs LICENSE= ISCL LICENSE_FILE= ${WRKSRC}/LICENSE -NOT_FOR_ARCHS= i386 - USES= fuse gmake localbase:ldflags USE_GITHUB= yes GH_ACCOUNT= trapexit diff --git a/filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp b/filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp new file mode 100644 index 000000000000..05a307ab97bf --- /dev/null +++ b/filesystems/mergerfs/files/patch-src_fs__copy__file__range__unsupported.icpp @@ -0,0 +1,11 @@ +--- src/fs_copy_file_range_unsupported.icpp.orig 2025-08-16 08:24:30 UTC ++++ src/fs_copy_file_range_unsupported.icpp +@@ -31,7 +31,7 @@ namespace fs + int64_t *off_in_, + const int fd_out_, + int64_t *off_out_, +- const size_t len_, ++ const uint64_t len_, + const unsigned int flags_) + { + return (errno=EOPNOTSUPP,-1); diff --git a/filesystems/ntfs2btrfs/Makefile b/filesystems/ntfs2btrfs/Makefile index 7bc3fb88d004..46483c612478 100644 --- a/filesystems/ntfs2btrfs/Makefile +++ b/filesystems/ntfs2btrfs/Makefile @@ -1,5 +1,6 @@ PORTNAME= ntfs2btrfs PORTVERSION= 20230501 +PORTREVISION= 1 CATEGORIES= filesystems sysutils MAINTAINER= danfe@FreeBSD.org diff --git a/filesystems/rar2fs/Makefile b/filesystems/rar2fs/Makefile index 352ce28f4827..3431aad1856b 100644 --- a/filesystems/rar2fs/Makefile +++ b/filesystems/rar2fs/Makefile @@ -1,7 +1,7 @@ PORTNAME= rar2fs DISTVERSIONPREFIX= v DISTVERSION= 1.29.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= filesystems PKGNAMEPREFIX= fusefs- 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 diff --git a/filesystems/webdavfs/Makefile b/filesystems/webdavfs/Makefile index b33d39bb8111..cef74f897eb3 100644 --- a/filesystems/webdavfs/Makefile +++ b/filesystems/webdavfs/Makefile @@ -1,6 +1,6 @@ PORTNAME= fusefs-webdavfs DISTVERSION= g20200520 -PORTREVISION= 28 +PORTREVISION= 29 CATEGORIES= filesystems MAINTAINER= eugen@FreeBSD.org diff --git a/filesystems/zfs-snap-diff/Makefile b/filesystems/zfs-snap-diff/Makefile index 93f3550d8706..b69685dab666 100644 --- a/filesystems/zfs-snap-diff/Makefile +++ b/filesystems/zfs-snap-diff/Makefile @@ -1,7 +1,7 @@ PORTNAME= zfs-snap-diff PORTVERSION= 1.1.3 DISTVERSIONPREFIX= v -PORTREVISION= 27 +PORTREVISION= 28 CATEGORIES= filesystems sysutils MAINTAINER= ports@FreeBSD.org diff --git a/filesystems/zrepl-dsh2dsh/Makefile b/filesystems/zrepl-dsh2dsh/Makefile index 6647f2b1129a..0a380cde8999 100644 --- a/filesystems/zrepl-dsh2dsh/Makefile +++ b/filesystems/zrepl-dsh2dsh/Makefile @@ -1,6 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.9.11 +PORTREVISION= 1 CATEGORIES= filesystems sysutils PKGNAMESUFFIX= -${GH_ACCOUNT} diff --git a/filesystems/zrepl/Makefile b/filesystems/zrepl/Makefile index 32b3da5a73fb..d0ad72b252ec 100644 --- a/filesystems/zrepl/Makefile +++ b/filesystems/zrepl/Makefile @@ -1,7 +1,7 @@ PORTNAME= zrepl DISTVERSIONPREFIX= v DISTVERSION= 0.6.1 -PORTREVISION= 14 +PORTREVISION= 16 CATEGORIES= filesystems sysutils MAINTAINER= driesm@FreeBSD.org diff --git a/filesystems/zrepl/files/500.zrepl.in b/filesystems/zrepl/files/500.zrepl.in index b7f1b3abb4d3..e4a83608a75a 100644 --- a/filesystems/zrepl/files/500.zrepl.in +++ b/filesystems/zrepl/files/500.zrepl.in @@ -24,7 +24,7 @@ case "$weekly_zrepl_enable" in echo echo "Check Zrepl certificates for upcoming expiration:" - for cert in `/usr/bin/find %%ETCDIR%% -maxdepth 1 -name *.crt`; do + for cert in `/usr/bin/find %%ETCDIR%% -maxdepth 1 -name "*.crt"`; do /usr/bin/openssl x509 --in "${cert}" \ -checkend "${weekly_zrepl_warntime}" |