Commit graph

34 commits

Author SHA1 Message Date
Älven
401efad6e4 filesystems/httpdirfs: Update to 1.2.7
Clean pkg-descr.
Submitter takes maintainership.

Changelog:
https://github.com/fangfufu/httpdirfs/blob/master/CHANGELOG.md

PR:		283467
2024-12-27 20:08:03 +01:00
Niclas
ecff502206 filesystems/rar2fs: Update to 1.29.7
Remove patch since it's been committed.

Changelog: https://github.com/hasse69/rar2fs/releases/tag/v1.29.7

PR:		283580
Approved by:	submitter is maintainer
2024-12-27 19:09:37 +01:00
Po-Chuan Hsieh
8c85c8603e
filesystems/py-pyfakefs: devel/py-pyfakefs: Update to 5.7.2
Changes:	https://github.com/pytest-dev/pyfakefs/releases
2024-12-26 03:15:41 +08:00
Goran Mekić
fff0adf0ea filesystems/py-libzfs: Fix support for 14.0+
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
2024-12-24 11:14:06 -07:00
Daniel Engberg
3b3700f8f0 */*: Use Gnome helper for defining libxml2 dependency
Replace LIB_DEPENDS with USES= gnome, USE_GNOME= libxml2

Approved by:	portmgr (blanket)
2024-12-23 22:08:39 +01:00
Alexey Dokuchaev
ded5036b89 filesystems/ntfs2btrfs: unbreak the port's build on recent -CURRENT
The base template for std::char_traits<> has been removed in LLVM 19;
specializations are only provided for char, wchar_t, char8_t, char16_t,
and char32_t.   Use appropriate type and constify the first argument
as requested by the compiler (char8_t is from C++20, but this matches
already requested CMAKE_CXX_STANDARD).

Nagged by:	pkg-fallout
2024-12-22 04:24:22 +00:00
Denis Shaposhnikov
3679846e4b filesystems/zrepl-dsh2dsh: update to 0.9.3
Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.3

PR:		255857
2024-12-17 01:57:21 +01:00
Dima Panov
6f6a94c829
filesystems/e2fsprogs-core: mark as PIE_UNSAFE (+)
Reported by:	bulk -t

Approved by:	portmgr (blanket)

Sponsored by:	Future Crew, LLC
2024-12-13 11:22:24 +03:00
Alexey Dokuchaev
ebd64e65a4 filesystems/davfs2: new port had been added (+)
This is a FUSE file system driver that allows mounting a
WebDAV server as a local file system, like a disk drive.

PR:		267518 (heavily modified)
Submitted by:	Ali Abdallah (current main developer)
2024-12-12 10:23:58 +00:00
Baptiste Daroussin
d276f8ffd8 filesystems/openzfs-kmod: mark as broken everywhere 2024-12-11 15:13:42 +01:00
Robert Clausecker
17667e451e filesystems/encfs: add EOL message 2024-12-10 09:51:34 +01:00
Kevin Bowling
00fc44c63d filesystems/ltfs: Update to 2.4.7
Sponsored by:	BBOX.io
2024-12-08 00:36:08 -07:00
Robert Clausecker
bad69aab4e filesystems/encfs: undeprecate and adopt
While this port is unmaintained up stream, it is useful to people
accessing directories encrypted with encfs.  The recommended
alternative, gocryptfs, currently does not build on FreeBSD due to
missing platform-specific bits.  Keep the port around at least until
gocryptfs has FreeBSD support.

PR:		282351
Approved by:	dmgk (maintainer timeout)
2024-12-02 15:27:29 +01:00
Mikael Urankar
1d1fd15a3e lang/rust: Bump revisions after 1.83.0
PR:		283000
2024-12-01 10:24:18 +01:00
Denis Shaposhnikov
91e890e9af filesystems/zrepl-dsh2dsh: update to 0.9.2
Important fix:

  * Fix broken initial replication

Changelog: https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.2

PR:		282933
2024-11-27 12:54:53 +01:00
Herbert J. Skuhra
f04d7893e5 filesystems/hammer2: update to 1.2.8
- adjust COMMENT to reflect write capabilities

Changelog: https://github.com/kusumi/freebsd_hammer2/blob/v1.2.8/CHANGES

PR:		282629
Approved by:	tkusumi@netbsd.org (maintainer)
2024-11-25 11:22:15 +01:00
Jason W. Bacon
628057b37d filesystems/automount: Add CONFLICTS_INSTALL=devd-mount
They install competing devd rules
2024-11-21 07:33:41 -06:00
Dima Panov
312ee18b02
devel/boost: bump consu,ers after update Boost to 1.86 release
Sponsored by:	Future Crew, LLC
2024-11-20 13:05:25 +03:00
Denis Shaposhnikov
03e8423f08 filesystems/zrepl-dsh2dsh: update to 0.9.1
Upgrading needs to modify configuration file:

  /usr/local/etc/zrepl/zrepl.yml

Please read more about this change here:
https://github.com/dsh2dsh/zrepl?tab=readme-ov-file#breaking-changes

Changelogs:
https://github.com/dsh2dsh/zrepl/releases/tag/v0.8.10
https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.0
https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.1

PR:		282784
2024-11-18 01:57:54 +01:00
Daniel Engberg
ffe6eb9e52 filesystems/encfs: Deprecate and set expiration date to 2024-12-31
Unmaintained upstream as of May 26 2024, upstream recommends switching
to GoCryptFS (not ported)

PR:		282351
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-11-16 19:29:08 +01:00
Daniel Engberg
6af25c3e3f filesystems/gphotofs: Update to latest commit
Last release in 2015 and last commit in 2018, update to latest commit
as there are a few bug fixes / enhancements and as development seems
to have stopped. While at it update WWW entry

PR:		282355
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-11-16 19:29:08 +01:00
Daniel Engberg
f291130b15 filesystems/hfsfuse: Update to 0.242
Changelog: https://github.com/0x09/hfsfuse/releases/tag/0.242

PR:		282359
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-11-16 19:29:08 +01:00
Daniel Engberg
f1c9d48196 filesystems/afuse: Update to 0.5.0
* Switch back to upstream repo
* Backport upstream commit 30057222cc58ffe1f8c0889fce8da314d5364691

Reference:
30057222cc

PR:		282356
Approved by:	portmgr (maintainer timeout, 2+ weeks)
2024-11-16 19:29:08 +01:00
Po-Chuan Hsieh
b8d3e72b36
*/Makefile: Sort SUBDIRs 2024-11-15 18:17:17 +08:00
Po-Chuan Hsieh
5ae78eae3e
filesystems/rubygem-aws-sdk-efs: Move back to devel category
It is much better to put the whole AWS Ruby packages together.
2024-11-15 18:17:03 +08:00
Robert Clausecker
778c14af66 sysutils/ztop: move to new category filesystems
Forgot this one in my initial commit.

Approved by:	portmgr (infrastructure blanket)
2024-11-14 09:43:27 +01:00
Robert Clausecker
29d06d4836 sysutils/ods2: move to filesystems/ods2
- tool manipulates VMS file systems
 - add timestamp to distinfo to satisfy post-receive hook

Approved by:	portmgr (infrastructure blanket)
2024-11-14 09:42:58 +01:00
Robert Clausecker
18a65291d9 sysutils/hammer2: move to new category filesystems
Approved by:	kusumi.tomohiro@gmail.com (maintainer)
PR:		282628
2024-11-14 09:41:03 +01:00
Ryan Steinmetz
e23491925d
*/*: Reset MAINTAINER for freqlabs ports due to fatal email bounces for multiple months 2024-11-12 09:42:14 -05:00
Ashish SHUKLA
9ac7419a49
all: Bump after lang/go123 update 2024-11-08 20:59:26 +00:00
Mikael Urankar
ca048c2884 lang/rust: Bump revisions after 1.82.0
PR:		282516
2024-11-08 09:24:20 +01:00
Robert Clausecker
43862c0fcf filesystems/zrepl*: unbreak fetch after move to filesystems
Go ports encode the ports category in their DISTDIR_SUBDIR.  Regenerate
distinfo following a move of the ports.  Checksums remain the same.

Reported by:	olgeni
Approved by:	portmgr (infrastructure blanket)
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/302
PR:		281988
Fixes:		6e2da9672f
2024-11-07 11:49:25 +01:00
Mateusz Piotrowski
e8a12c1254 sysutils/fusefs-httpdirfs: Return to pool 2024-11-07 11:41:03 +01:00
Robert Clausecker
6e2da9672f 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
2024-11-06 16:17:35 +01:00