summaryrefslogtreecommitdiff
path: root/filesystems/py-libzfs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* python: bump all USE_PYTHON=distutils consumers after RUN_DEPENDS removalCharlie Li2025-03-071-1/+1
| | | | | | | | Any missed ports, feel free to bump. Any ports that need setuptools at runtime can have the devel/py-setuptools manually added back to RUN_DEPENDS, but understand that this practice is deprecated; see CHANGES for details.
* filesystems/py-libzfs: Fix support for 14.0+Goran Mekić2024-12-242-2/+10
| | | | | | | | | | | | | The ZFS on 14.0 changed to include skipped bytes in the percentage of resilver. As old code didn't take into account that variable on 14.0+, the percentage was always wrong. Also, take maintainership. PR: 283522 Reviewed by: asomers Approved by: lwhsu (ports) Sponsored by: ConnectWise
* */*: Reset MAINTAINER for freqlabs ports due to fatal email bounces for ↵Ryan Steinmetz2024-11-121-1/+1
| | | | multiple months
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-064-0/+83
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