diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2018-10-21 10:44:29 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2018-10-21 10:44:29 +0000 |
commit | b6a1abc3c8685cb60a0b14402a7b31d4c337c206 (patch) | |
tree | cb214d30939c6b758b6e9e9d4e733e1191b487a7 /multimedia/mkvtoolnix/Makefile | |
parent | c5333f12bf3f5ee0caf1216031d75bcf14770e84 (diff) |
Update to upstream version 28.0.0
Details:
- Fixes and minor enhancements
- Details see upstream changelog
https://mkvtoolnix.download/doc/NEWS.md
MFH: 2018Q4
Notes
Notes:
svn path=/head/; revision=482660
Diffstat (limited to 'multimedia/mkvtoolnix/Makefile')
-rw-r--r-- | multimedia/mkvtoolnix/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mkvtoolnix/Makefile b/multimedia/mkvtoolnix/Makefile index dbce8deb0693..8774621ef8db 100644 --- a/multimedia/mkvtoolnix/Makefile +++ b/multimedia/mkvtoolnix/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= mkvtoolnix -PORTVERSION= 27.0.0 +PORTVERSION= 28.0.0 CATEGORIES= multimedia audio MASTER_SITES= http://www.bunkus.org/videotools/mkvtoolnix/sources/ \ https://mkvtoolnix.download/sources/ |