diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-01-21 04:43:27 +0800 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-01-21 04:43:27 +0800 |
commit | a58f726f392016d73fb2e7f917f67fb748dc0202 (patch) | |
tree | 2a6575b0f8c0f501aa85137258884c625cef0e1d /multimedia/mkvtoolnix | |
parent | de254df5b0a607bd2f9e31cf69efbc4ee47e14fa (diff) | |
download | freebsd-ports-gnome-a58f726f392016d73fb2e7f917f67fb748dc0202.tar.gz freebsd-ports-gnome-a58f726f392016d73fb2e7f917f67fb748dc0202.tar.zst freebsd-ports-gnome-a58f726f392016d73fb2e7f917f67fb748dc0202.zip |
Update to upstream version 20.0.0
Details:
- Update to upstream version 20.0.0
a.o. removal of deprecated options in command line clients, see
Changelog: https://mkvtoolnix.download/doc/NEWS.md
- QT version now requires textproc/cmark
Diffstat (limited to 'multimedia/mkvtoolnix')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 4 | ||||
-rw-r--r-- | multimedia/mkvtoolnix/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index 10cf8d327143..34b8a6f28cfd 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 19.0.0 -PORTREVISION= 1 +PORTVERSION= 20.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ @@ -54,6 +53,7 @@ QT5_USES= desktop-file-utils shared-mime-info QT5_USE= QT5=buildtools_build,concurrent,core,gui,multimedia,network,quick,widgets QT5_CONFIGURE_ENABLE= qt QT5_BUILD_DEPENDS= qmake:devel/qt5-qmake +QT5_LIB_DEPENDS= libcmark.so:textproc/cmark MANTRANS_DESC= Build and install manpage translations MANTRANS_BUILD_DEPENDS= po4a:textproc/po4a diff --git a/multimedia/mkvtoolnix/distinfo b/multimedia/mkvtoolnix/distinfo index f55562aefc12..e314450322ca 100644 --- a/multimedia/mkvtoolnix/distinfo +++ b/multimedia/mkvtoolnix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1514727331 -SHA256 (mkvtoolnix-19.0.0.tar.xz) = 4b4af84cfdf3062f8ca4ab3c37854be7cd9a71bcf5c46b8ca805a101d414b6a1 -SIZE (mkvtoolnix-19.0.0.tar.xz) = 4616780 +TIMESTAMP = 1516400368 +SHA256 (mkvtoolnix-20.0.0.tar.xz) = 6f4b86a16af1f979ce2e83e64223b1bb8635ac8f81863d8ce46014a82c8bf500 +SIZE (mkvtoolnix-20.0.0.tar.xz) = 4670268 |