mirror of https://git.FreeBSD.org/ports.git
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
This commit is contained in:
parent
e2c02a6bf8
commit
6fd5e61155
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= mtools
|
||||
PORTVERSION= 4.0.48
|
||||
PORTVERSION= 4.0.49
|
||||
CATEGORIES= filesystems emulators
|
||||
MASTER_SITES= GNU
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue