diff options
Diffstat (limited to '')
32 files changed, 105 insertions, 39 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/hammer2/Makefile b/filesystems/hammer2/Makefile index e48d52155961..2fdecdd1c6ab 100644 --- a/filesystems/hammer2/Makefile +++ b/filesystems/hammer2/Makefile @@ -1,6 +1,6 @@ PORTNAME= hammer2 DISTVERSIONPREFIX= v -DISTVERSION= 1.2.11 +DISTVERSION= 1.2.13 CATEGORIES= filesystems MAINTAINER= tkusumi@netbsd.org diff --git a/filesystems/hammer2/distinfo b/filesystems/hammer2/distinfo index bd6e94bf7c11..9498554cabe5 100644 --- a/filesystems/hammer2/distinfo +++ b/filesystems/hammer2/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1752282134 -SHA256 (kusumi-freebsd_hammer2-v1.2.11_GH0.tar.gz) = e140a0ae92dfc44395fa8b094a1c22e7b2c4b6257f37f813a5f6211110330250 -SIZE (kusumi-freebsd_hammer2-v1.2.11_GH0.tar.gz) = 298916 +TIMESTAMP = 1756002429 +SHA256 (kusumi-freebsd_hammer2-v1.2.13_GH0.tar.gz) = b50bebb06b9099e53d67082b0a6dde6908599656dc327a2b74abfe4b9194ca87 +SIZE (kusumi-freebsd_hammer2-v1.2.13_GH0.tar.gz) = 300784 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/ltfs/Makefile b/filesystems/ltfs/Makefile index 32a94538f300..c3a17ac2cf92 100644 --- a/filesystems/ltfs/Makefile +++ b/filesystems/ltfs/Makefile @@ -1,8 +1,7 @@ PORTNAME= ltfs DISTVERSIONPREFIX= v -DISTVERSION= 2.4.7 -PORTREVISION= 2 -DISTVERSIONSUFFIX= -10514 +DISTVERSION= 2.4.8.1 +DISTVERSIONSUFFIX= -10519 CATEGORIES= filesystems sysutils MAINTAINER= kbowling@FreeBSD.org diff --git a/filesystems/ltfs/distinfo b/filesystems/ltfs/distinfo index b86bc274176d..47c36953ca02 100644 --- a/filesystems/ltfs/distinfo +++ b/filesystems/ltfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1733607018 -SHA256 (LinearTapeFileSystem-ltfs-v2.4.7-10514_GH0.tar.gz) = f3e3d9ddf968b483ee0d82b92b8e55b9d089f22d7b9d489976ad6ee4c0ddf703 -SIZE (LinearTapeFileSystem-ltfs-v2.4.7-10514_GH0.tar.gz) = 629021 +TIMESTAMP = 1755917875 +SHA256 (LinearTapeFileSystem-ltfs-v2.4.8.1-10519_GH0.tar.gz) = b4bf6bc54b222ab12fafe674474d7d7ae01ded7a322af697360f3f7c68e4f571 +SIZE (LinearTapeFileSystem-ltfs-v2.4.8.1-10519_GH0.tar.gz) = 633165 diff --git a/filesystems/ltfs/files/patch-src_libltfs_xattr.h b/filesystems/ltfs/files/patch-src_libltfs_xattr.h new file mode 100644 index 000000000000..4b414d080733 --- /dev/null +++ b/filesystems/ltfs/files/patch-src_libltfs_xattr.h @@ -0,0 +1,13 @@ +--- src/libltfs/xattr.h.orig 2025-08-23 03:05:20 UTC ++++ src/libltfs/xattr.h +@@ -66,7 +66,9 @@ extern "C" { + #include "libltfs/arch/freebsd/xattr.h" + #endif + +-#include "fuse.h" ++ ++#include "libltfs/ltfs_fuse_version.h" ++#include <fuse.h> + #include "ltfs.h" + + #define LTFS_PRIVATE_PREFIX "ltfs." diff --git a/filesystems/ltfs/pkg-plist b/filesystems/ltfs/pkg-plist index 60e9532496db..7c69180ad42f 100644 --- a/filesystems/ltfs/pkg-plist +++ b/filesystems/ltfs/pkg-plist @@ -7,6 +7,7 @@ etc/ltfs.conf.local include/ltfs/config.h include/ltfs/libltfs/arch/arch_info.h include/ltfs/libltfs/arch/errormap.h +include/ltfs/libltfs/arch/ltfs_arch_ops.h include/ltfs/libltfs/arch/signal_internal.h include/ltfs/libltfs/arch/time_internal.h include/ltfs/libltfs/config_file.h 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/openzfs-kmod/Makefile b/filesystems/openzfs-kmod/Makefile index 7d60ccbd1dbf..59176e7ec45f 100644 --- a/filesystems/openzfs-kmod/Makefile +++ b/filesystems/openzfs-kmod/Makefile @@ -1,5 +1,5 @@ PORTNAME= openzfs -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 PORTEPOCH= 1 CATEGORIES= filesystems sysutils MASTER_SITES= https://github.com/openzfs/zfs/releases/download/zfs-${PORTVERSION}/ diff --git a/filesystems/openzfs-kmod/distinfo b/filesystems/openzfs-kmod/distinfo index 6f6ee43c6585..12ffc3244f57 100644 --- a/filesystems/openzfs-kmod/distinfo +++ b/filesystems/openzfs-kmod/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750544730 -SHA256 (zfs-2.3.3.tar.gz) = 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071 -SIZE (zfs-2.3.3.tar.gz) = 34360540 +TIMESTAMP = 1756368922 +SHA256 (zfs-2.3.4.tar.gz) = 9ec397cf360133161a1180035f3e7d6962186ed2b3457953a28d45aa883fa495 +SIZE (zfs-2.3.4.tar.gz) = 34386899 diff --git a/filesystems/openzfs/Makefile b/filesystems/openzfs/Makefile index f077e999bafa..ad5607d490df 100644 --- a/filesystems/openzfs/Makefile +++ b/filesystems/openzfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= openzfs -PORTVERSION= 2.3.3 +PORTVERSION= 2.3.4 PORTEPOCH= 1 CATEGORIES= filesystems sysutils MASTER_SITES= https://github.com/openzfs/zfs/releases/download/zfs-${PORTVERSION}/ diff --git a/filesystems/openzfs/distinfo b/filesystems/openzfs/distinfo index 70a65f9d32fa..08e0ba3026a7 100644 --- a/filesystems/openzfs/distinfo +++ b/filesystems/openzfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1750544790 -SHA256 (zfs-2.3.3.tar.gz) = 844122118f0ea81205a01753bbcb1315330f8967c1f866dcd10155273131f071 -SIZE (zfs-2.3.3.tar.gz) = 34360540 +TIMESTAMP = 1756368999 +SHA256 (zfs-2.3.4.tar.gz) = 9ec397cf360133161a1180035f3e7d6962186ed2b3457953a28d45aa883fa495 +SIZE (zfs-2.3.4.tar.gz) = 34386899 diff --git a/filesystems/openzfs/pkg-plist b/filesystems/openzfs/pkg-plist index caa9f4e9804f..b292449bab3a 100644 --- a/filesystems/openzfs/pkg-plist +++ b/filesystems/openzfs/pkg-plist @@ -446,6 +446,7 @@ share/man/man8/zfs-recv.8.gz share/man/man8/zfs-redact.8.gz share/man/man8/zfs-release.8.gz share/man/man8/zfs-rename.8.gz +share/man/man8/zfs-rewrite.8.gz share/man/man8/zfs-rollback.8.gz share/man/man8/zfs-send.8.gz share/man/man8/zfs-set.8.gz @@ -595,6 +596,7 @@ share/zfs/compatibility.d/zol-0.8 %%TESTS%%share/zfs/zfs-tests/bin/mkfiles %%TESTS%%share/zfs/zfs-tests/bin/mktree %%TESTS%%share/zfs/zfs-tests/bin/mmap_exec +%%TESTS%%share/zfs/zfs-tests/bin/mmap_ftruncate %%TESTS%%share/zfs/zfs-tests/bin/mmap_seek %%TESTS%%share/zfs/zfs-tests/bin/mmap_sync %%TESTS%%share/zfs/zfs-tests/bin/mmapwrite @@ -1167,6 +1169,9 @@ share/zfs/compatibility.d/zol-0.8 %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_reservation/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_reservation/zfs_reservation_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_reservation/zfs_reservation_002_pos.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_rewrite/cleanup.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_rewrite/setup.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_rewrite/zfs_rewrite.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_rollback/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_rollback/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zfs_rollback/zfs_rollback.cfg @@ -1414,6 +1419,7 @@ share/zfs/compatibility.d/zol-0.8 %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_errors.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_follow.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_poolname.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_events/zpool_events_scrub_txg_continue_from_last.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_expand/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_expand/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/cli_root/zpool_expand/zpool_expand.cfg @@ -1854,6 +1860,7 @@ share/zfs/compatibility.d/zol-0.8 %%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/dedup_fdt_create.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/dedup_fdt_import.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/dedup_fdt_pacing.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/dedup_legacy_create.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/dedup_legacy_fdt_mixed.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/dedup/dedup_legacy_fdt_upgrade.ksh @@ -1982,6 +1989,10 @@ share/zfs/compatibility.d/zol-0.8 %%TESTS%%share/zfs/zfs-tests/tests/functional/features/large_dnode/large_dnode_008_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/features/large_dnode/large_dnode_009_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/features/large_dnode/setup.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/gang_blocks/cleanup.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/gang_blocks/gang_blocks.kshlib +%%TESTS%%share/zfs/zfs-tests/tests/functional/gang_blocks/gang_blocks_redundant.ksh +%%TESTS%%share/zfs/zfs-tests/tests/functional/gang_blocks/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/grow/grow.cfg %%TESTS%%share/zfs/zfs-tests/tests/functional/grow/grow_pool_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/grow/grow_replicas_001_pos.ksh @@ -2141,6 +2152,7 @@ share/zfs/compatibility.d/zol-0.8 %%TESTS%%share/zfs/zfs-tests/tests/functional/migration/setup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/mmap/cleanup.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/mmap/mmap.cfg +%%TESTS%%share/zfs/zfs-tests/tests/functional/mmap/mmap_ftruncate.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/mmap/mmap_libaio_001_pos.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/mmap/mmap_mixed.ksh %%TESTS%%share/zfs/zfs-tests/tests/functional/mmap/mmap_read_001_pos.ksh diff --git a/filesystems/py-fsspec/Makefile b/filesystems/py-fsspec/Makefile index e996590992d8..4a296de72e04 100644 --- a/filesystems/py-fsspec/Makefile +++ b/filesystems/py-fsspec/Makefile @@ -1,5 +1,5 @@ PORTNAME= fsspec -PORTVERSION= 2025.5.1 +PORTVERSION= 2025.7.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-fsspec/distinfo b/filesystems/py-fsspec/distinfo index 815fe2f74665..c77540eb70b9 100644 --- a/filesystems/py-fsspec/distinfo +++ b/filesystems/py-fsspec/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107930 -SHA256 (fsspec-2025.5.1.tar.gz) = 2e55e47a540b91843b755e83ded97c6e897fa0942b11490113f09e9c443c2475 -SIZE (fsspec-2025.5.1.tar.gz) = 303033 +TIMESTAMP = 1753265770 +SHA256 (fsspec-2025.7.0.tar.gz) = 786120687ffa54b8283d942929540d8bc5ccfa820deb555a2b5d0ed2b737bf58 +SIZE (fsspec-2025.7.0.tar.gz) = 304432 diff --git a/filesystems/py-gcsfs/Makefile b/filesystems/py-gcsfs/Makefile index 1a76e947ce24..566b80abdd81 100644 --- a/filesystems/py-gcsfs/Makefile +++ b/filesystems/py-gcsfs/Makefile @@ -1,5 +1,5 @@ PORTNAME= gcsfs -PORTVERSION= 2025.5.1 +PORTVERSION= 2025.7.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-gcsfs/distinfo b/filesystems/py-gcsfs/distinfo index 5f73c9c50d96..0ecc62300d40 100644 --- a/filesystems/py-gcsfs/distinfo +++ b/filesystems/py-gcsfs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107932 -SHA256 (gcsfs-2025.5.1.tar.gz) = ba945530cf4857cd9d599ccb3ae729c65c39088880b11c4df1fecac30df5f3e3 -SIZE (gcsfs-2025.5.1.tar.gz) = 82173 +TIMESTAMP = 1753265772 +SHA256 (gcsfs-2025.7.0.tar.gz) = ad3ff66cf189ae8fc375ac8a2af409003dbca02357621cb94a66e457e02ba420 +SIZE (gcsfs-2025.7.0.tar.gz) = 82659 diff --git a/filesystems/py-s3fs/Makefile b/filesystems/py-s3fs/Makefile index 1ecf8472bc4f..f38ddd727d78 100644 --- a/filesystems/py-s3fs/Makefile +++ b/filesystems/py-s3fs/Makefile @@ -1,5 +1,5 @@ PORTNAME= s3fs -PORTVERSION= 2025.5.1 +PORTVERSION= 2025.7.0 CATEGORIES= filesystems devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/filesystems/py-s3fs/distinfo b/filesystems/py-s3fs/distinfo index e56ade128572..e724e4bdfe33 100644 --- a/filesystems/py-s3fs/distinfo +++ b/filesystems/py-s3fs/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1748107934 -SHA256 (s3fs-2025.5.1.tar.gz) = 84beffa231b8ed94f8d667e93387b38351e1c4447aedea5c2c19dd88b7fcb658 -SIZE (s3fs-2025.5.1.tar.gz) = 77276 +TIMESTAMP = 1753265774 +SHA256 (s3fs-2025.7.0.tar.gz) = 5e7f9ec0cad7745155e3eb86fae15b1481fa29946bf5b3a4ce3a60701ce6022d +SIZE (s3fs-2025.7.0.tar.gz) = 77795 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}" |