diff options
author | kwm <kwm@FreeBSD.org> | 2016-05-13 20:56:23 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-05-13 20:56:23 +0800 |
commit | c8b0abacc7314d9428ea7854ae91b72a4b1cf0e6 (patch) | |
tree | 3113a6ac4f807b63f395b53eafdf795f7cd438f3 /graphics | |
parent | 4e4da347e076597774b63c17abe61d34fc1e9bae (diff) | |
download | freebsd-ports-gnome-c8b0abacc7314d9428ea7854ae91b72a4b1cf0e6.tar.gz freebsd-ports-gnome-c8b0abacc7314d9428ea7854ae91b72a4b1cf0e6.tar.zst freebsd-ports-gnome-c8b0abacc7314d9428ea7854ae91b72a4b1cf0e6.zip |
Update ImageMagick to 6.9.4.1.
Remove the delegate patch since it done in IM now.
MFH: 2016Q2
Security: 82b702e0-1907-11e6-857b-00221503d280
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick/Makefile | 3 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/files/patch-config_delegates.xml.in | 10 | ||||
-rw-r--r-- | graphics/ImageMagick/files/patch-config_policy.xml | 10 |
4 files changed, 8 insertions, 19 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 3e81292e36c1..48012158310e 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 6.9.3-9 -PORTREVISION= 1 +DISTVERSION= 6.9.4-1 PORTEPOCH= 1 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 3c09415fb449..1336d06e3432 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.3-9.tar.xz) = cec69db7d14cb1ab2d173381e5676219c678ca27b7af8878c6ffec18ec932960 -SIZE (ImageMagick-6.9.3-9.tar.xz) = 8777400 +SHA256 (ImageMagick-6.9.4-1.tar.xz) = 2ea0fef839cd5d6f134502b7cf7ee0e57a3f230b19771515d4aa44354f4c6b3b +SIZE (ImageMagick-6.9.4-1.tar.xz) = 8789688 diff --git a/graphics/ImageMagick/files/patch-config_delegates.xml.in b/graphics/ImageMagick/files/patch-config_delegates.xml.in deleted file mode 100644 index 0f79c8b4e94e..000000000000 --- a/graphics/ImageMagick/files/patch-config_delegates.xml.in +++ /dev/null @@ -1,10 +0,0 @@ ---- config/delegates.xml.in.orig 2016-05-03 23:36:18.581813000 +0200 -+++ config/delegates.xml.in 2016-05-03 23:36:26.858835000 +0200 -@@ -88,7 +88,6 @@ - <delegate decode="hpgl" command=""@HPGLDecodeDelegate@" -q -m eps -f `basename "%o"` "%i"; mv -f `basename "%o"` "%o""/> - <delegate decode="htm" command=""@HTMLDecodeDelegate@" -U -o "%o" "%i""/> - <delegate decode="html" command=""@HTMLDecodeDelegate@" -U -o "%o" "%i""/> -- <delegate decode="https" command=""@WWWDecodeDelegate@" -s -k -L -o "%o" "https:%F""/> - <delegate decode="ilbm" command=""@ILBMDecodeDelegate@" "%i" > "%o""/> - <delegate decode="jxr" command="mv "%i" "%i.jxr"; "@JXRDecodeDelegate@" -i "%i.jxr" -o "%o.bmp" -c 0; mv "%i.jxr" "%i"; mv "%o.bmp" "%o""/> - <delegate decode="man" command=""@MANDelegate@" -man -Tps "%i" > "%o""/> diff --git a/graphics/ImageMagick/files/patch-config_policy.xml b/graphics/ImageMagick/files/patch-config_policy.xml index 171053813054..2a285225c948 100644 --- a/graphics/ImageMagick/files/patch-config_policy.xml +++ b/graphics/ImageMagick/files/patch-config_policy.xml @@ -1,8 +1,8 @@ ---- config/policy.xml.orig 2016-05-03 23:18:45.652543000 +0200 -+++ config/policy.xml 2016-05-03 23:19:23.818471000 +0200 -@@ -58,4 +58,9 @@ - <!-- <policy domain="resource" name="time" value="3600"/> --> - <!-- <policy domain="system" name="precision" value="6"/> --> +--- config/policy.xml.orig 2016-05-09 19:28:58.000000000 +0200 ++++ config/policy.xml 2016-05-10 17:44:26.720503000 +0200 +@@ -64,4 +64,9 @@ + <!-- <policy domain="coder" rights="none" pattern="HTTPS" /> --> + <!-- <policy domain="path" rights="none" pattern="@*" /> --> <policy domain="cache" name="shared-secret" value="passphrase"/> + <policy domain="coder" rights="none" pattern="EPHEMERAL" /> + <policy domain="coder" rights="none" pattern="URL" /> |