aboutsummaryrefslogtreecommitdiff
path: root/filesystems/s3fs
Commit message (Collapse)AuthorAgeFilesLines
* libxml2: chase libxml soversion bumpBaptiste Daroussin2025-06-301-0/+1
|
* all: return dmgk's ports to the pool after safekeeping his commit bitRene Ladan2025-04-091-1/+1
| | | | Hat: portmgr
* filesystems/s3fs: Update 1.92 → 1.95, unbreak - fix coredumpRafael Grether2025-03-084-23/+8
| | | | | | | | | | | | | | | | Changelogs: https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.93 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.94 https://github.com/s3fs-fuse/s3fs-fuse/releases/tag/v1.95 Improve port: - remove GNU_CONFIGURE_MANPREFIX; - pet portclippy; - improve description. PR: 285261 281071 Approved by: dmgk (maintainer, timeout > 6 months, implicit - unbreak) MFH: 2025Q1
* */*: Use Gnome helper for defining libxml2 dependencyDaniel Engberg2024-12-231-3/+3
| | | | | | Replace LIB_DEPENDS with USES= gnome, USE_GNOME= libxml2 Approved by: portmgr (blanket)
* filesystems: add new category for file systems and related utilitiesRobert Clausecker2024-11-065-0/+61
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