diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-12-11 15:22:47 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-12-11 15:22:47 +0000 |
commit | 0c612c4aa397d1d6e7dce4999a9cf4f1776c18fd (patch) | |
tree | 12cece0b2d1e71932f0c22edbb6d275e22bb2ac9 /multimedia/openshot | |
parent | 07d6fce4df6945b0a0ea8048499e69018810ba35 (diff) | |
download | freebsd-ports-0c612c4aa397d1d6e7dce4999a9cf4f1776c18fd.zip |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries)
Diffstat (limited to 'multimedia/openshot')
-rw-r--r-- | multimedia/openshot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/openshot/Makefile b/multimedia/openshot/Makefile index 1de4e0b932c6..52c8a58936c5 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshot PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ |