Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Feb 2021 08:47:14 +0000 (UTC)
From:      Thomas Zander <riggs@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r563557 - in head/multimedia/mkvtoolnix: . files
Message-ID:  <202102010847.1118lEiK021019@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: riggs
Date: Mon Feb  1 08:47:14 2021
New Revision: 563557
URL: https://svnweb.freebsd.org/changeset/ports/563557

Log:
  Update to upstream version 53.0.0
  
  Details:
  - New features and bug fixes, see
    https://mkvtoolnix.download/doc/NEWS.md
  
  MFH:		2021Q1

Modified:
  head/multimedia/mkvtoolnix/Makefile
  head/multimedia/mkvtoolnix/distinfo
  head/multimedia/mkvtoolnix/files/patch-configure

Modified: head/multimedia/mkvtoolnix/Makefile
==============================================================================
--- head/multimedia/mkvtoolnix/Makefile	Mon Feb  1 08:21:49 2021	(r563556)
+++ head/multimedia/mkvtoolnix/Makefile	Mon Feb  1 08:47:14 2021	(r563557)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	mkvtoolnix
-PORTVERSION=	52.0.0
+PORTVERSION=	53.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	Mon Feb  1 08:21:49 2021	(r563556)
+++ head/multimedia/mkvtoolnix/distinfo	Mon Feb  1 08:47:14 2021	(r563557)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1610185320
-SHA256 (mkvtoolnix-52.0.0.tar.xz) = ba48b036f9cd30dcbc98835bc938e316d1d8c8e0c57270e8b49469172954c797
-SIZE (mkvtoolnix-52.0.0.tar.xz) = 7553452
+TIMESTAMP = 1612091555
+SHA256 (mkvtoolnix-53.0.0.tar.xz) = 8dfd66278c81e6f1df0fd84aad30ce2b4cf7a2ad4336924f01f1879f9d1e4cd6
+SIZE (mkvtoolnix-53.0.0.tar.xz) = 7567276

Modified: head/multimedia/mkvtoolnix/files/patch-configure
==============================================================================
--- head/multimedia/mkvtoolnix/files/patch-configure	Mon Feb  1 08:21:49 2021	(r563556)
+++ head/multimedia/mkvtoolnix/files/patch-configure	Mon Feb  1 08:47:14 2021	(r563557)
@@ -1,15 +1,15 @@
---- configure.orig	2018-12-01 11:15:45 UTC
+--- configure.orig	2021-01-30 15:09:20 UTC
 +++ configure
-@@ -8467,13 +8467,9 @@ fi
- { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fmt" >&5
- $as_echo "$ac_cv_fmt" >&6; }
+@@ -8886,13 +8886,9 @@ fi
+ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_fmt" >&5
+ printf "%s\n" "$ac_cv_fmt" >&6; }
  
 -if test x"$ac_cv_fmt" = xyes; then
 -  FMT_INTERNAL=no
 -else
--  { $as_echo "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
-+{ $as_echo "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
- $as_echo "$as_me: Using the internal version of fmt" >&6;}
+-  { printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
++{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: Using the internal version of fmt" >&5
+ printf "%s\n" "$as_me: Using the internal version of fmt" >&6;}
    FMT_INTERNAL=yes
 -fi
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102010847.1118lEiK021019>