diff options
author | kwm <kwm@FreeBSD.org> | 2017-09-28 23:36:31 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2017-09-28 23:36:31 +0800 |
commit | 18471e2901676c229ccb28c5f774b570f89fccea (patch) | |
tree | c1af7f283f5fafe4a2eb01b627e1380f8b896c53 /x11-wm | |
parent | 24c8a6edc385716a9176e3fa4894310f7fd1201f (diff) | |
download | freebsd-ports-gnome-18471e2901676c229ccb28c5f774b570f89fccea.tar.gz freebsd-ports-gnome-18471e2901676c229ccb28c5f774b570f89fccea.tar.zst freebsd-ports-gnome-18471e2901676c229ccb28c5f774b570f89fccea.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 'x11-wm')
-rw-r--r-- | x11-wm/libwraster/Makefile | 2 | ||||
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/libwraster/Makefile b/x11-wm/libwraster/Makefile index 6bcc8b8dbf6f..ad20a3125472 100644 --- a/x11-wm/libwraster/Makefile +++ b/x11-wm/libwraster/Makefile @@ -2,7 +2,7 @@ PORTNAME= libwraster PORTVERSION= 0.95.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 8ed7816889cc..d758e00b1cf9 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -3,7 +3,7 @@ PORTNAME= windowmaker PORTVERSION= 0.95.7 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/source/release/ DISTNAME= WindowMaker-${PORTVERSION} |