diff options
author | Koop Mast <kwm@FreeBSD.org> | 2017-09-28 23:36:31 +0800 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2017-09-28 23:36:31 +0800 |
commit | 704ab44ef94cd1e4a47efd24aa4f1ff537a3ff08 (patch) | |
tree | c1af7f283f5fafe4a2eb01b627e1380f8b896c53 /graphics/dmtx-utils | |
parent | 3a3ea2b5284a7c59492ab06f679dfc2d16bb7221 (diff) | |
download | freebsd-ports-gnome-704ab44ef94cd1e4a47efd24aa4f1ff537a3ff08.tar.gz freebsd-ports-gnome-704ab44ef94cd1e4a47efd24aa4f1ff537a3ff08.tar.zst freebsd-ports-gnome-704ab44ef94cd1e4a47efd24aa4f1ff537a3ff08.zip |
ImageMagick to 6.9.9-15.
* Disable FPX (FlashPix) support by default. This image format is really
rare these days coupled with that there are known CVE's in libfpx and
it doesn't seem to be maintained these days. It doesn't make sense to
keep it enabled by default anymore. [1]
* Add new option for RAW support
* Fix portscout macro to only show 6.9.x versions
Bump other ports for the shared library bumps in IM 6.
PR: 222309 [1]
Submitted by: Anton Yuzhaninov <citrin+pr@citrin.ru> [1]
Diffstat (limited to 'graphics/dmtx-utils')
-rw-r--r-- | graphics/dmtx-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/dmtx-utils/Makefile b/graphics/dmtx-utils/Makefile index 5d67696a3d84..43a536e33316 100644 --- a/graphics/dmtx-utils/Makefile +++ b/graphics/dmtx-utils/Makefile @@ -3,7 +3,7 @@ PORTNAME= dmtx-utils PORTVERSION= 0.7.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/libdmtx/libdmtx/${PORTVERSION} |