diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 15:07:27 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 15:07:27 +0000 |
commit | c400a2c8b66ef7d81b63a185371097fcd14de2f7 (patch) | |
tree | f71697e1f45a6271e1a15499aca86ed380d94710 /net-im/qTox | |
parent | c27599182b75f6ae7b04d33b80e60bfb8b2dc111 (diff) | |
download | ports-c400a2c8b66ef7d81b63a185371097fcd14de2f7.tar.gz ports-c400a2c8b66ef7d81b63a185371097fcd14de2f7.zip |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175
Notes
Notes:
svn path=/head/; revision=468844
Diffstat (limited to 'net-im/qTox')
-rw-r--r-- | net-im/qTox/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile index 9f497aed5a9a..c08f9d3f466b 100644 --- a/net-im/qTox/Makefile +++ b/net-im/qTox/Makefile @@ -4,6 +4,7 @@ PORTNAME= qTox DISTVERSIONPREFIX= v DISTVERSION= 1.14.1 +PORTREVISION= 1 CATEGORIES= net-im net-p2p PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ |