diff options
author | Koop Mast <kwm@FreeBSD.org> | 2018-11-11 23:43:03 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2018-11-11 23:43:03 +0800 |
commit | f4330257e9b8515ff01cbce011c78606e209193d (patch) | |
tree | a7f7ed79b869b52d641afc3add74a5cb5d06ca06 /multimedia/vapoursynth | |
parent | 81181e861255214892b3d3f0379c6457eebdaaa3 (diff) | |
download | freebsd-ports-gnome-f4330257e9b8515ff01cbce011c78606e209193d.tar.gz freebsd-ports-gnome-f4330257e9b8515ff01cbce011c78606e209193d.tar.zst freebsd-ports-gnome-f4330257e9b8515ff01cbce011c78606e209193d.zip |
Update ImageMagick7 to 7.0.8.14 [1]
* Add option for ISO/IEC 23008-12:2017 HEIF suport [1]
* Add option for RAW support (from IM6).
* Convert a number of options to optionhelpers (sync from IM6).
* Add comment to the patch-config_policy.xml file why it still needed.
PR: 230788 (based on) [1]
Submitted by: Sebastian Steinmetz <freebsd-2018@sebastiansteinmetz.ch>
Diffstat (limited to 'multimedia/vapoursynth')
-rw-r--r-- | multimedia/vapoursynth/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/vapoursynth/Makefile b/multimedia/vapoursynth/Makefile index baedf5a89ea7..8522264a3e7e 100644 --- a/multimedia/vapoursynth/Makefile +++ b/multimedia/vapoursynth/Makefile @@ -2,7 +2,7 @@ PORTNAME= vapoursynth PORTVERSION= R45.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia MAINTAINER= jbeich@FreeBSD.org |