diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2017-04-25 08:20:30 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2017-04-25 08:20:30 +0000 |
commit | b50a4186ce94f1349629ba4833a3ac776e270a5d (patch) | |
tree | 634799b0b1d3d54aac727b35456e56e8cdd0bde7 /multimedia/openshot | |
parent | 7502b7538d7b44f9f0c0bbf49931e0c23a61c0e0 (diff) | |
download | freebsd-ports-b50a4186ce94f1349629ba4833a3ac776e270a5d.zip |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs
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 52c8a58936c5..3981bc8ca623 100644 --- a/multimedia/openshot/Makefile +++ b/multimedia/openshot/Makefile @@ -3,7 +3,7 @@ PORTNAME= openshot PORTVERSION= 1.4.3 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= multimedia MASTER_SITES= http://launchpad.net/openshot/${PORTVERSION:C/\.[0-9]+$//}/${PORTVERSION}/+download/ |