diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-07-05 03:31:34 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2025-07-05 03:31:34 +0000 |
commit | 6fd5e6115521dc7e844267b63c82bbd5d657c65f (patch) | |
tree | 93d93d134e6df614b9a5843874b91af6992a1548 | |
parent | x11-wm/mutter: Update to 47.9 (diff) |
filesystems/mtools: the port had been updated to version 4.0.49
- Correctly detect overlong file names, especially when
multibyte (UTF-8) strings are concerned
- Fix off-by-one error in two calls to native_to_wchar()
- When changing disk label, ignore any plain file which
would match the label
- Add missing newlines in error messages about disk geometry
- Do not print error message if getting geometry is simply
not supported by device type (such as for loop devices)
- If full geometry of a device is not available (such as for
loop devices), at least make use of the size
-rw-r--r-- | filesystems/mtools/Makefile | 2 | ||||
-rw-r--r-- | filesystems/mtools/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/filesystems/mtools/Makefile b/filesystems/mtools/Makefile index 38f12649be0f..2c297b6322fa 100644 --- a/filesystems/mtools/Makefile +++ b/filesystems/mtools/Makefile @@ -1,5 +1,5 @@ PORTNAME= mtools -PORTVERSION= 4.0.48 +PORTVERSION= 4.0.49 CATEGORIES= filesystems emulators MASTER_SITES= GNU diff --git a/filesystems/mtools/distinfo b/filesystems/mtools/distinfo index 9dabd9a24bc0..4776ef3acafe 100644 --- a/filesystems/mtools/distinfo +++ b/filesystems/mtools/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1740239375 -SHA256 (mtools-4.0.48.tar.lz) = 7d57f14a2482dc4658e4b386180793ef50f0de89ee3a9a28f0a371630baac7c4 -SIZE (mtools-4.0.48.tar.lz) = 396333 +TIMESTAMP = 1749918038 +SHA256 (mtools-4.0.49.tar.lz) = 76dfea98d923dfc9806ce34bd1786aa9b5a39d70f56f26c0670a348c664f1d2a +SIZE (mtools-4.0.49.tar.lz) = 397000 |