svn commit: r508192 - in head/graphics: ImageMagick6 ImageMagick6-nox11

Koop Mast kwm at FreeBSD.org
Mon Aug 5 16:24:49 UTC 2019


Author: kwm
Date: Mon Aug  5 16:24:48 2019
New Revision: 508192
URL: https://svnweb.freebsd.org/changeset/ports/508192

Log:
  Update ImageMagick to 6.9.10.57.
  
  Temperarly disable RAQM support in the -nox11 port since it pulls in X libraries (via harfbuzz->cairo->X) [1].
  
  Thanks to the reportes for tracking down where  the extra dependancies came from.
  
  PR:		239156 [1]
  Reported by:	Martin Waschbüsch <martin at waschbuesch.de>
  		Ting-Wei Lan <lantw44 at gmail.com>
  		Gary <freebsd-bugzilla at in-addr.com>

Modified:
  head/graphics/ImageMagick6-nox11/Makefile
  head/graphics/ImageMagick6/Makefile
  head/graphics/ImageMagick6/distinfo

Modified: head/graphics/ImageMagick6-nox11/Makefile
==============================================================================
--- head/graphics/ImageMagick6-nox11/Makefile	Mon Aug  5 16:15:12 2019	(r508191)
+++ head/graphics/ImageMagick6-nox11/Makefile	Mon Aug  5 16:24:48 2019	(r508192)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 # the SVG and PANGO plugins need X11
-OPTIONS_EXCLUDE=	X11 SVG PANGO
+OPTIONS_EXCLUDE=	X11 SVG PANGO RAQM
 PORTSCOUT=	ignore:1
 # workaround until bsd.port.mk code can grok the disabling of the X11 option
 WITHOUT_X11=yes

Modified: head/graphics/ImageMagick6/Makefile
==============================================================================
--- head/graphics/ImageMagick6/Makefile	Mon Aug  5 16:15:12 2019	(r508191)
+++ head/graphics/ImageMagick6/Makefile	Mon Aug  5 16:24:48 2019	(r508192)
@@ -1,8 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ImageMagick
-DISTVERSION=	6.9.10-50
-PORTREVISION=	1
+DISTVERSION=	6.9.10-57
 PORTEPOCH=	1
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \

Modified: head/graphics/ImageMagick6/distinfo
==============================================================================
--- head/graphics/ImageMagick6/distinfo	Mon Aug  5 16:15:12 2019	(r508191)
+++ head/graphics/ImageMagick6/distinfo	Mon Aug  5 16:24:48 2019	(r508192)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1561565020
-SHA256 (ImageMagick-6.9.10-50.tar.xz) = a6d48c608c9976f55d1fa726cc0e77b3be2c71c99d987a15346c0150bec315dd
-SIZE (ImageMagick-6.9.10-50.tar.xz) = 8941584
+TIMESTAMP = 1564344871
+SHA256 (ImageMagick-6.9.10-57.tar.xz) = c6be2a86d541cc076395f05a6de7f82cded78aa880f5af0cae18b818503af096
+SIZE (ImageMagick-6.9.10-57.tar.xz) = 8945296


More information about the svn-ports-head mailing list