diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-05-02 23:07:27 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-05-02 23:07:27 +0800 |
commit | 04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5 (patch) | |
tree | f71697e1f45a6271e1a15499aca86ed380d94710 /math | |
parent | 58f60fe20552eb453cc3cec2669ee1615697b36f (diff) | |
download | freebsd-ports-gnome-04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5.tar.gz freebsd-ports-gnome-04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5.tar.zst freebsd-ports-gnome-04fcd1862ce5a7e6ae6ebfa6238ba871a388b2e5.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 'math')
-rw-r--r-- | math/octave-forge-video/Makefile | 2 | ||||
-rw-r--r-- | math/sage/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 5bb9f71037e1..a11d59b2d5f7 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-video PORTVERSION= 1.2.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org diff --git a/math/sage/Makefile b/math/sage/Makefile index 8794f4ec2793..7ac09fe4445b 100644 --- a/math/sage/Makefile +++ b/math/sage/Makefile @@ -3,7 +3,7 @@ PORTNAME= sage PORTVERSION= 6.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math MASTER_SITES= http://boxen.math.washington.edu/home/sagemath/sage-mirror/src/ \ http://mirrors.xmission.com/sage/src/ \ |