diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2023-04-02 06:50:38 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2023-04-02 21:06:59 +0000 |
commit | a64a780a264ddfb31a07cb3fdf5e0f0acd55f06e (patch) | |
tree | 6b461487f5620222f84b5aa9b63cc47b2b268f54 | |
parent | 4db69ff968f725722d8c91dbc7fbe48d3595d48d (diff) | |
download | ports-a64a780a264ddfb31a07cb3fdf5e0f0acd55f06e.tar.gz ports-a64a780a264ddfb31a07cb3fdf5e0f0acd55f06e.zip |
multimedia/mkvtoolnix: Update to upstream release 75.0.0
Details:
- Mostly bugfixes, see
https://mkvtoolnix.download/doc/NEWS.md
- Enhancment: The mp4 reader now auto-converts subtitle texts into
Matroska's S_TEXT/UTF8 format.
MFH: 2023Q2
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 3 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 435cd9312e00..8437d7cad44d 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,6 +1,5 @@ PORTNAME= mkvtoolnix -PORTVERSION= 74.0.0 -PORTREVISION= 4 +PORTVERSION= 75.0.0 CATEGORIES= multimedia audio MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 3374b27cb6be..20fd77a4dfcb 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1676448152 -SHA256 (mkvtoolnix-74.0.0.tar.xz) = b7dc8be6cb9170030de06b983f256ff3cb21efa3209f0efe8e079656fa3d5643 -SIZE (mkvtoolnix-74.0.0.tar.xz) = 11001540 +TIMESTAMP = 1680350932 +SHA256 (mkvtoolnix-75.0.0.tar.xz) = e7ad116f374cdf8370fa566ed7fe23ecdcf413dbe6dd90ab3f82904d0cf7516f +SIZE (mkvtoolnix-75.0.0.tar.xz) = 11009552 |