diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2024-09-27 12:48:46 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2024-11-06 16:17:35 +0100 |
commit | 6e2da9672f79f44048d597f0f61e4646cdeade9d (patch) | |
tree | c92e4b3158e3419e8cec38e00227d08dcdaab3e9 /net | |
parent | math/sdpa: speed up build (diff) |
filesystems: add new category for file systems and related utilities
The filesystems category houses file systems and file system utilities.
It is added mainly to turn the sysutils/fusefs-* pseudo-category into
a proper one, but is also useful for the sundry of other file systems
related ports found in the tree.
Ports that seem like they belong there are moved to the new category.
Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are
not moved as they currently don't fetch and don't have TIMESTAMP set
in their distinfo, but that is required to be able to push a rename
of the port by the pre-receive hook.
Approved by: portmgr (rene)
Reviewed by: mat
Pull Request: https://github.com/freebsd/freebsd-ports/pull/302
PR: 281988
Diffstat (limited to 'net')
-rw-r--r-- | net/afpfs-ng/Makefile | 2 | ||||
-rw-r--r-- | net/ipxe/Makefile | 2 | ||||
-rw-r--r-- | net/rclone/Makefile | 2 | ||||
-rw-r--r-- | net/rubygem-train-winrm/Makefile | 2 | ||||
-rw-r--r-- | net/wifibox-alpine/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/net/afpfs-ng/Makefile b/net/afpfs-ng/Makefile index 4e27440a0ec3..10d1031e1080 100644 --- a/net/afpfs-ng/Makefile +++ b/net/afpfs-ng/Makefile @@ -26,7 +26,7 @@ CPPFLAGS+= -D_FILE_OFFSET_BITS=64 OPTIONS_DEFINE= FUSE GCRYPT OPTIONS_SUB= yes -FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs +FUSE_LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs FUSE_CONFIGURE_ENABLE= fuse GCRYPT_LIB_DEPENDS= libgcrypt.so:security/libgcrypt GCRYPT_CONFIGURE_ENABLE=gcrypt diff --git a/net/ipxe/Makefile b/net/ipxe/Makefile index ae4333184319..29b99b50322b 100644 --- a/net/ipxe/Makefile +++ b/net/ipxe/Makefile @@ -68,7 +68,7 @@ OPTIONS_DEFAULT= EFI ISO EFI_DESC= Create EFI images ISO_DESC= Create bootable CD image -EFI_BUILD_DEPENDS= mformat:emulators/mtools +EFI_BUILD_DEPENDS= mformat:filesystems/mtools _EFI_ARCHS= ${ARCH:Mamd64:S/amd64/x86_64/} i386 _EFI_TARGETS= ipxe snp snponly .for _arch in ${_EFI_ARCHS} diff --git a/net/rclone/Makefile b/net/rclone/Makefile index 6030629127ff..1cb64f9f4171 100644 --- a/net/rclone/Makefile +++ b/net/rclone/Makefile @@ -10,7 +10,7 @@ WWW= https://rclone.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs +LIB_DEPENDS= libfuse.so:filesystems/fusefs-libs RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss USES= cpe go:modules diff --git a/net/rubygem-train-winrm/Makefile b/net/rubygem-train-winrm/Makefile index a5dfabf05b8f..bcb5bdccca0e 100644 --- a/net/rubygem-train-winrm/Makefile +++ b/net/rubygem-train-winrm/Makefile @@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= rubygem-winrm>=2.3.6<3.0:sysutils/rubygem-winrm \ rubygem-winrm-elevated>=1.2.2<1.3:sysutils/rubygem-winrm-elevated \ - rubygem-winrm-fs>=1.0<2:sysutils/rubygem-winrm-fs + rubygem-winrm-fs>=1.0<2:filesystems/rubygem-winrm-fs USES= gem diff --git a/net/wifibox-alpine/Makefile b/net/wifibox-alpine/Makefile index 53affd870ba9..ad3a1de1e3b5 100644 --- a/net/wifibox-alpine/Makefile +++ b/net/wifibox-alpine/Makefile @@ -14,7 +14,7 @@ EXTRACT_ONLY= ${_DISTFILES:M*_GH0.tar.gz} BUILD_DEPENDS= gtar>0:archivers/gtar \ patchelf>0:sysutils/patchelf \ - squashfs-tools-ng>0:sysutils/squashfs-tools-ng + squashfs-tools-ng>0:filesystems/squashfs-tools-ng .include "${.CURDIR}/flavors.mk" |