Commit graph

53 commits

Author SHA1 Message Date
Kevin Bowling
8a36c580e2 filesystems/ltfs: Remove accidental libpkg dep
Also remove USES ssl while here

Reported by:	bapt
2025-01-29 00:57:58 -07:00
Serhii (Sergey) Kozlov
153e22e091 filesystems/py-zfs-autobackup: update to v3.3
Changelog: https://github.com/psy0rz/zfs_autobackup/releases/tag/v3.3
2025-01-28 20:16:45 +00:00
Philippe Audeoud
3970e20f99 filesystems/zrepl-dsh2dsh: update to 0.9.4
changelog:	https://github.com/dsh2dsh/zrepl/releases/tag/v0.9.4

PR:		284243
2025-01-22 10:47:07 +01:00
Ashish SHUKLA
ca07a602a8
all: Bump after lang/go123 update
MFH:		2025Q1
2025-01-21 22:21:12 +00:00
Mikael Urankar
fccaa1b326 lang/rust: Bump revisions after 1.84.0
PR:		283962
2025-01-20 12:06:50 +01:00
Sergey
79c61bde75 filesystems/wimlib: Update 1.13.0 → 1.14.4
Changelogs:
1.13.1: https://github.com/ebiggers/wimlib/compare/v1.13.0...v1.13.1
1.13.2: https://wimlib.net/forums/viewtopic.php?t=530
1.13.3: https://wimlib.net/forums/viewtopic.php?t=543
1.13.4: https://wimlib.net/forums/viewtopic.php?t=554
1.13.5: https://wimlib.net/forums/viewtopic.php?t=570
1.13.6: https://wimlib.net/forums/viewtopic.php?t=612
1.14.0: https://wimlib.net/forums/viewtopic.php?t=658
1.14.1: https://wimlib.net/forums/viewtopic.php?t=662
1.14.2: https://wimlib.net/forums/viewtopic.php?t=675
1.14.3: https://wimlib.net/forums/viewtopic.php?t=681
1.14.4: https://wimlib.net/forums/viewtopic.php?t=737

Improve port:
 - PORTVERSION → DISTVERSION;
 - remove GNU_CONFIGURE_MANPREFIX;
 - remove unnecessary dependencies from libxml2 ad fuse;
 - pet portclippy;
 - add INSTALL_TARGET=install-strip.

PR:	284111
2025-01-17 23:24:16 +03:00
Tomohiro Kusumi
bc71b6fa41 filesystems/hammer2: Update pkg-descr
Sync with recent COMMENT update in f04d7893e5.

PR:		283923
Fixes:		f04d7893e5
2025-01-17 13:34:01 +01:00
Gleb Popov
d4b37fc951 filesystems/gvfs: Update to 1.56.0
Sponsored by:	Future Crew, LLC
Pull Request:	https://github.com/freebsd/freebsd-ports/pull/332
2025-01-15 16:26:59 +03:00
Jason E. Hale
a14870bbca */*: Chase sysutils/libcdio shlib version bump 2025-01-13 03:59:25 -05:00
Piotr Kubaj
c1e50bcc62 filesystems/httpdirfs: fix build on 32-bits
../src/link.c:998:55: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                             ~~~       ^~~~~
      |                                             %zu
../src/link.c:998:62: error: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int') [-Werror,-Wformat]
  998 |     snprintf(range_str, sizeof(range_str), "%lu-%lu", start, end);
      |                                                 ~~~          ^~~
      |                                                 %zu
2 errors generated.
2025-01-12 22:41:54 +01:00
Matthias Andree
84845919c4 */e2fsprogs*: update to v1.47.2
ChangeLog:	https://github.com/tytso/e2fsprogs/blob/v1.47.2/doc/RelNotes/v1.47.2.txt
2025-01-08 18:27:51 +01:00
Rene Ladan
40f8b28cc2 filesystems/httpfs: Remove expired port
2024-12-31 filesystems/httpfs: Abandonware, last release in 2012 and there are multiple issues unresolved
2025-01-01 13:16:33 +01:00
Rene Ladan
75c34909a8 filesystems/gitfs: Remove expired port
2024-12-31 filesystems/gitfs: Abandonware, last release on 2019
2025-01-01 13:16:02 +01:00
Rene Ladan
35230312a3 filesystems/sqlfs: Remove expired port
2024-12-31 filesystems/sqlfs: Abandoned upstream, superseded by forks
2025-01-01 13:15:28 +01:00
Po-Chuan Hsieh
1256fba4d7
filesystems/py-s3fs: devel/py-s3fs: Update to 2024.12.0
Changes:	https://github.com/fsspec/s3fs/blob/main/docs/source/changelog.rst
		https://s3fs.readthedocs.io/en/latest/changelog.html
2024-12-31 23:49:41 +08:00
Po-Chuan Hsieh
c63229834c
filesystems/py-pyfakefs: Update to 5.7.3
Changes:	https://github.com/pytest-dev/pyfakefs/releases
2024-12-31 23:49:40 +08:00
Po-Chuan Hsieh
6ad97d0bfb
filesystems/py-gcsfs: devel/py-gcsfs: Update to 2024.12.0
Changes:	https://github.com/fsspec/gcsfs/blob/main/docs/source/changelog.rst
		https://gcsfs.readthedocs.io/en/latest/changelog.html
2024-12-31 23:49:39 +08:00
Po-Chuan Hsieh
a7eba3ba2a
filesystems/py-fsspec: devel/py-fsspec: Update to 2024.12.0
Changes:	https://github.com/fsspec/filesystem_spec/blob/master/docs/source/changelog.rst
		https://filesystem-spec.readthedocs.io/en/latest/changelog.html
2024-12-31 23:49:38 +08:00
Muhammad Moinur Rahman
0835676e36
Mk/**java.mk: Convert bsd.java.mk to USES
The following features have been added or changed:
- Instead of USE_JAVA use USES=java. This defaults to
  USES=java:build,run if NO_BUILD is undefined. Else it defaults to
  USES=java:run
- Instead of USE_ANT=yes use USES=java:ant which also implies
  USES=java:build
- Instead of JAVA_BUILD=yes use USES=java:build. Does not imply run or
  extract
- Instead of JAVA_EXTRACT=yes use USES=java:extract does not imply
  build or run
- Instead of JAVA_RUN=yes use USES=java:run does not imply extract or
  build
- Instead of USE_JAVA=<version> use USES=java and JAVA_VERSION=<version>

Approved by: mat (portmgr), glewis
Differential Revision:  https://reviews.freebsd.org/D48201
2024-12-31 09:57:55 +01:00
Ä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