diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 23:07:27 +0800 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2018-05-02 23:07:27 +0800 |
commit | c400a2c8b66ef7d81b63a185371097fcd14de2f7 (patch) | |
tree | f71697e1f45a6271e1a15499aca86ed380d94710 /comms | |
parent | c27599182b75f6ae7b04d33b80e60bfb8b2dc111 (diff) | |
download | freebsd-ports-gnome-c400a2c8b66ef7d81b63a185371097fcd14de2f7.tar.gz freebsd-ports-gnome-c400a2c8b66ef7d81b63a185371097fcd14de2f7.tar.zst freebsd-ports-gnome-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
Diffstat (limited to 'comms')
-rw-r--r-- | comms/dabstick-radio/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/dabstick-radio/Makefile b/comms/dabstick-radio/Makefile index 39381865bb5d..537fff380976 100644 --- a/comms/dabstick-radio/Makefile +++ b/comms/dabstick-radio/Makefile @@ -3,7 +3,7 @@ PORTNAME= dabstick-radio PORTVERSION= 0.96 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= comms audio hamradio MASTER_SITES= http://www.sdr-j.tk/ \ LOCAL/nox/ |