1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

MFH: r563557

Update to upstream version 53.0.0

Details:
- New features and bug fixes, see
  https://mkvtoolnix.download/doc/NEWS.md
This commit is contained in:
Thomas Zander 2021-02-01 08:51:03 +00:00
parent d3a52c8077
commit 151c94ae13
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/branches/2021Q1/; revision=563558
3 changed files with 11 additions and 11 deletions

View File

@ -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/

View File

@ -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

View File

@ -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