svn commit: r415107 - in head/graphics/ImageMagick: . files

Koop Mast kwm at FreeBSD.org
Fri May 13 12:56:25 UTC 2016


Author: kwm
Date: Fri May 13 12:56:23 2016
New Revision: 415107
URL: https://svnweb.freebsd.org/changeset/ports/415107

Log:
  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

Deleted:
  head/graphics/ImageMagick/files/patch-config_delegates.xml.in
Modified:
  head/graphics/ImageMagick/Makefile
  head/graphics/ImageMagick/distinfo
  head/graphics/ImageMagick/files/patch-config_policy.xml

Modified: head/graphics/ImageMagick/Makefile
==============================================================================
--- head/graphics/ImageMagick/Makefile	Fri May 13 12:56:02 2016	(r415106)
+++ head/graphics/ImageMagick/Makefile	Fri May 13 12:56:23 2016	(r415107)
@@ -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/ \

Modified: head/graphics/ImageMagick/distinfo
==============================================================================
--- head/graphics/ImageMagick/distinfo	Fri May 13 12:56:02 2016	(r415106)
+++ head/graphics/ImageMagick/distinfo	Fri May 13 12:56:23 2016	(r415107)
@@ -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

Modified: head/graphics/ImageMagick/files/patch-config_policy.xml
==============================================================================
--- head/graphics/ImageMagick/files/patch-config_policy.xml	Fri May 13 12:56:02 2016	(r415106)
+++ head/graphics/ImageMagick/files/patch-config_policy.xml	Fri May 13 12:56:23 2016	(r415107)
@@ -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" />


More information about the svn-ports-head mailing list