svn commit: r524978 - head/multimedia/mkvtoolnix

Thomas Zander riggs at FreeBSD.org
Sun Feb 2 16:59:40 UTC 2020


Author: riggs
Date: Sun Feb  2 16:59:40 2020
New Revision: 524978
URL: https://svnweb.freebsd.org/changeset/ports/524978

Log:
  Update to upstream version 43.0.0
  
  Details:
  - Mostly bug fixes and moderate feature changes, see
    https://mkvtoolnix.download/doc/NEWS.md
  - Includes fixes for an abort with some opus streams, and
    AVC / H264 parser fixes.
  
  MFH:		2020Q1 (hat: ports-secteam)

Modified:
  head/multimedia/mkvtoolnix/Makefile
  head/multimedia/mkvtoolnix/distinfo

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Sun Feb  2 16:40:43 2020	(r524977)
+++ head/multimedia/mkvtoolnix/Makefile	Sun Feb  2 16:59:40 2020	(r524978)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mkvtoolnix
-PORTVERSION=	42.0.0
+PORTVERSION=	43.0.0
 CATEGORIES=	multimedia audio
 MASTER_SITES=	http://www.bunkus.org/videotools/mkvtoolnix/sources/ \
 		https://mkvtoolnix.download/sources/

Modified: head/multimedia/mkvtoolnix/distinfo
==============================================================================
--- head/multimedia/mkvtoolnix/distinfo	Sun Feb  2 16:40:43 2020	(r524977)
+++ head/multimedia/mkvtoolnix/distinfo	Sun Feb  2 16:59:40 2020	(r524978)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1578140550
-SHA256 (mkvtoolnix-42.0.0.tar.xz) = 2c8215c22a3a75925c0f1568235fbe2e34172021e43fb45081400b7c6b610033
-SIZE (mkvtoolnix-42.0.0.tar.xz) = 7486620
+TIMESTAMP = 1580542008
+SHA256 (mkvtoolnix-43.0.0.tar.xz) = 5acfda67817c17702c35e14c2acd78340f608d154842a791ea17fd38835910b6
+SIZE (mkvtoolnix-43.0.0.tar.xz) = 7486252


More information about the svn-ports-all mailing list