diff options
author | Koop Mast <kwm@FreeBSD.org> | 2016-05-13 12:57:03 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2016-05-13 12:57:03 +0000 |
commit | 374b9efc3e0e6039787a0957a9f10077a9a32a5c (patch) | |
tree | eb811ab682d66dc1cb27595dc619744227d12261 /graphics/ImageMagick7 | |
parent | 4681c177f132c0ee1d28509155ddf5f8f2e702fa (diff) | |
download | ports-374b9efc3e0e6039787a0957a9f10077a9a32a5c.tar.gz ports-374b9efc3e0e6039787a0957a9f10077a9a32a5c.zip |
Update ImageMagick7 to 7.0.1.3.
Remove the delegate patch since it done in IM now.
MFH: 2016Q2
Security: 82b702e0-1907-11e6-857b-00221503d280
Notes
Notes:
svn path=/head/; revision=415108
Diffstat (limited to 'graphics/ImageMagick7')
-rw-r--r-- | graphics/ImageMagick7/Makefile | 3 | ||||
-rw-r--r-- | graphics/ImageMagick7/distinfo | 4 | ||||
-rw-r--r-- | graphics/ImageMagick7/files/patch-config_delegates.xml.in | 10 | ||||
-rw-r--r-- | graphics/ImageMagick7/files/patch-config_policy.xml | 10 |
4 files changed, 8 insertions, 19 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 649ef90f416e..772636ce1699 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= ImageMagick -DISTVERSION= 7.0.1-0 -PORTREVISION= 1 +DISTVERSION= 7.0.1-3 CATEGORIES= graphics perl5 MASTER_SITES= http://www.imagemagick.org/download/ \ http://www.imagemagick.org/download/legacy/ \ diff --git a/graphics/ImageMagick7/distinfo b/graphics/ImageMagick7/distinfo index 278b45571116..55a81bb45dde 100644 --- a/graphics/ImageMagick7/distinfo +++ b/graphics/ImageMagick7/distinfo @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-7.0.1-0.tar.xz) = bd15aaef2aa2393b3d62b821f5752d5f4066a90d3b0d9259d93217ad47c056d9 -SIZE (ImageMagick-7.0.1-0.tar.xz) = 8288172 +SHA256 (ImageMagick-7.0.1-3.tar.xz) = 4f5a39f145bb0326f811e0826a9216b8c449ee4485550aa8c2e7cfdaf26f08a0 +SIZE (ImageMagick-7.0.1-3.tar.xz) = 8286332 diff --git a/graphics/ImageMagick7/files/patch-config_delegates.xml.in b/graphics/ImageMagick7/files/patch-config_delegates.xml.in deleted file mode 100644 index c269fb5771f6..000000000000 --- a/graphics/ImageMagick7/files/patch-config_delegates.xml.in +++ /dev/null @@ -1,10 +0,0 @@ ---- config/delegates.xml.in.orig 2016-05-03 23:33:12.300197000 +0200 -+++ config/delegates.xml.in 2016-05-03 23:33:29.641438000 +0200 -@@ -90,7 +90,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.pnm"; mv "%i.jxr" "%i"; mv "%o.pnm" "%o""/> - <delegate decode="man" command=""@MANDelegate@" -man -Tps "%i" > "%o""/> diff --git a/graphics/ImageMagick7/files/patch-config_policy.xml b/graphics/ImageMagick7/files/patch-config_policy.xml index 171053813054..2a285225c948 100644 --- a/graphics/ImageMagick7/files/patch-config_policy.xml +++ b/graphics/ImageMagick7/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" /> |