aboutsummaryrefslogtreecommitdiff
path: root/filesystems/gvfs
Commit message (Collapse)AuthorAgeFilesLines
* libxml2: chase libxml soversion bumpBaptiste Daroussin2025-06-301-0/+1
|
* filesystems/gvfs: update to 1.56.1Olivier Duchateau2025-06-112-5/+4
| | | | PR: 286697
* 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
* *: Bump revisions after dbus updateGleb Popov2025-03-081-0/+1
| | | | | PR: 285253 Reported by: Martin Birgmeier <d8zNeCFG@aon.at>
* filesystems/gvfs: Update to 1.56.0Gleb Popov2025-01-153-19/+23
| | | | | Sponsored by: Future Crew, LLC Pull Request: https://github.com/freebsd/freebsd-ports/pull/332
* */*: Chase sysutils/libcdio shlib version bumpJason E. Hale2025-01-131-1/+1
|
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-066-0/+274
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