ports@, Here trivial update for archivers/bzip3 to 1.5.0
Tested on -current/amd64. Changelog: * Add `--rm` option that removes the original files after successful operation. * `bz3grep`: display the correct program name on invalid invocation. * Improve the docstrings regarding the use of `bz3_bound` with block decompression. * Tighter LZP/RLE bounds in the decoder => slightly improved compression with no observable format change. * Improve the documentation and available tooling for fuzzing. * Rewritten the file format documentation. * Add the `bz3_min_memory_needed` API. * BREAKING: Change the signature of `bz3_decode_block` and `bz3_encode_block`. Refer to the documentation for the new usage. This version is not ABI-compatible with the previous versions of the package. * Fix: the file `$dir.bz3` being created when invoked as `bzip3 -e $dir` where `$dir` is a directory. Ok? Index: archivers/bzip3/Makefile =================================================================== RCS file: /home/cvs/ports/archivers/bzip3/Makefile,v diff -u -p -r1.1.1.1 Makefile --- archivers/bzip3/Makefile 23 Apr 2024 23:12:59 -0000 1.1.1.1 +++ archivers/bzip3/Makefile 16 Dec 2024 01:37:54 -0000 @@ -1,9 +1,9 @@ COMMENT= compress and decompress bzip3 files -V= 1.4.0 +V= 1.5.0 DISTNAME= bzip3-${V} -SHARED_LIBS += bzip3 0.0 # 0.0 +SHARED_LIBS += bzip3 1.0 # 0.0 CATEGORIES= archivers Index: archivers/bzip3/distinfo =================================================================== RCS file: /home/cvs/ports/archivers/bzip3/distinfo,v diff -u -p -r1.1.1.1 distinfo --- archivers/bzip3/distinfo 23 Apr 2024 23:12:59 -0000 1.1.1.1 +++ archivers/bzip3/distinfo 16 Dec 2024 01:38:07 -0000 @@ -1,2 +1,2 @@ -SHA256 (bzip3-1.4.0.tar.gz) = p78jafHqDh8mFmhjSPN0lgerrdlXUZ7gm28R2gKxA5o= -SIZE (bzip3-1.4.0.tar.gz) = 407569 +SHA256 (bzip3-1.5.0.tar.gz) = xq3gJKGAHrcM3xaRTZ68M5kucXpBHqEavIfiorDNHjY= +SIZE (bzip3-1.5.0.tar.gz) = 413681 -- wbr, Kirill