summaryrefslogtreecommitdiff
path: root/filesystems/e2fsprogs-core (follow)
Commit message (Collapse)AuthorAgeFilesLines
* filesystems/fusefs-libs3: bump portrevision of dependent portsStefan Eßer2025-03-251-1/+1
| | | | | | | Bump PORTREVISION of all ports depending on libfuse3.so after upgrade to version 3.17.1. Reported by: vvd
* */e2fsprogs*: update to v1.47.2Matthias Andree2025-01-082-4/+7
| | | | ChangeLog: https://github.com/tytso/e2fsprogs/blob/v1.47.2/doc/RelNotes/v1.47.2.txt
* filesystems/e2fsprogs-core: mark as PIE_UNSAFE (+)Dima Panov2024-12-131-0/+2
| | | | | | | | Reported by: bulk -t Approved by: portmgr (blanket) Sponsored by: Future Crew, LLC
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-0625-0/+1293
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