From owner-dev-commits-ports-main@freebsd.org Mon Jun 14 22:02:23 2021 Return-Path: Delivered-To: dev-commits-ports-main@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 42141656441; Mon, 14 Jun 2021 22:02:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G3lmb1Qg5z3KMg; Mon, 14 Jun 2021 22:02:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 196D71CA10; Mon, 14 Jun 2021 22:02:23 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15EM2NqY008380; Mon, 14 Jun 2021 22:02:23 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15EM2MBL008379; Mon, 14 Jun 2021 22:02:22 GMT (envelope-from git) Date: Mon, 14 Jun 2021 22:02:22 GMT Message-Id: <202106142202.15EM2MBL008379@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Thomas Zander Subject: git: f9c74a608607 - main - multimedia/mkvtoolnix: Update to upstream version 58.0.0. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: riggs X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f9c74a608607642bbdb580fe8ebb68f5548c7cbd Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Jun 2021 22:02:23 -0000 The branch main has been updated by riggs: URL: https://cgit.FreeBSD.org/ports/commit/?id=f9c74a608607642bbdb580fe8ebb68f5548c7cbd commit f9c74a608607642bbdb580fe8ebb68f5548c7cbd Author: Thomas Zander AuthorDate: 2021-06-14 21:59:16 +0000 Commit: Thomas Zander CommitDate: 2021-06-14 22:02:20 +0000 multimedia/mkvtoolnix: Update to upstream version 58.0.0. Details: - Large new release with improvements, new features, bug fixes, see https://mkvtoolnix.download/doc/NEWS.md --- multimedia/mkvtoolnix/Makefile | 5 +++-- multimedia/mkvtoolnix/distinfo | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index e9f0476a0847..628feebbeb29 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -1,7 +1,7 @@ # Created by: Mario Sergio Fujikawa Ferreira PORTNAME= mkvtoolnix -PORTVERSION= 57.0.0 +PORTVERSION= 58.0.0 CATEGORIES= multimedia audio MASTER_SITES= https://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -33,7 +33,8 @@ CONFIGURE_ARGS= --with-boost=${LOCALBASE} \ --with-boost-filesystem=boost_filesystem \ --with-boost-system=boost_system \ --with-boost-regex=boost_regex \ - --with-docbook-xsl-root=${PREFIX}/share/xsl/docbook + --with-docbook-xsl-root=${PREFIX}/share/xsl/docbook \ + --disable-qt6 MAKE_ENV= V=1 MAKE_CMD= rake -v MAKEFILE= Rakefile diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index 39fd00824ded..e10662c0ace9 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1621692371 -SHA256 (mkvtoolnix-57.0.0.tar.xz) = 961d0487bd273ec45fb142284a5710c09da5625bbc6981e8838899d13d74fcc7 -SIZE (mkvtoolnix-57.0.0.tar.xz) = 7635780 +TIMESTAMP = 1623661545 +SHA256 (mkvtoolnix-58.0.0.tar.xz) = 1af727fa203e2bd8c54a005f28b635c96a4b80aa4ee8d23b4def0b6800ca6e38 +SIZE (mkvtoolnix-58.0.0.tar.xz) = 7651964