diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-12-11 23:22:47 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-12-11 23:22:47 +0800 |
commit | 587677d11f9e54c218984c45302721ac78b9fb4b (patch) | |
tree | 12cece0b2d1e71932f0c22edbb6d275e22bb2ac9 /graphics/gimp-gmic-plugin | |
parent | b5e89aa6da810a12b3ff2548bb76cd9f6a6e137b (diff) | |
download | freebsd-ports-gnome-587677d11f9e54c218984c45302721ac78b9fb4b.tar.gz freebsd-ports-gnome-587677d11f9e54c218984c45302721ac78b9fb4b.tar.zst freebsd-ports-gnome-587677d11f9e54c218984c45302721ac78b9fb4b.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 'graphics/gimp-gmic-plugin')
-rw-r--r-- | graphics/gimp-gmic-plugin/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-gmic-plugin/Makefile b/graphics/gimp-gmic-plugin/Makefile index f5d657b9bce0..6d0121c07c9f 100644 --- a/graphics/gimp-gmic-plugin/Makefile +++ b/graphics/gimp-gmic-plugin/Makefile @@ -2,7 +2,7 @@ PORTNAME= gmic PORTVERSION= 1.6.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://gmic.eu/files/source/ PKGNAMEPREFIX= gimp- |