svn commit: r420630 - head/graphics/ImageMagick7

Koop Mast kwm at FreeBSD.org
Mon Aug 22 19:03:22 UTC 2016


Author: kwm
Date: Mon Aug 22 19:03:20 2016
New Revision: 420630
URL: https://svnweb.freebsd.org/changeset/ports/420630

Log:
  Update ImageMagick7 to 7.0.2-9.
  
  Only add dependancy (indirect) to glib20 if the depenancy uses glib20. [1]
  Add Indirect dependancy to ilmbase for the exr plugin.
  
  Reported by:  Miroslav Lachman <000.fbsd at quip.cz> (on freebsd-ports@) [1]

Modified:
  head/graphics/ImageMagick7/Makefile
  head/graphics/ImageMagick7/distinfo

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Mon Aug 22 18:41:51 2016	(r420629)
+++ head/graphics/ImageMagick7/Makefile	Mon Aug 22 19:03:20 2016	(r420630)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ImageMagick
-DISTVERSION=	7.0.2-7
+DISTVERSION=	7.0.2-9
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
 		http://www.imagemagick.org/download/legacy/ \
@@ -48,7 +48,7 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKE=${MAKE_CMD}
 CONFIGURE_ARGS=	--without-dps
 USE_LDCONFIG=	yes
-USE_GNOME=	glib20 libxml2
+USE_GNOME=	libxml2
 
 SAMPLE_FILES=	coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
 		policy.xml quantization-table.xml thresholds.xml \
@@ -171,7 +171,8 @@ PLIST_SUB+=		MODULES='@comment '
 . if ${_IMAGEMAGICK_THREADS} == "no"
 IGNORE=OpenEXR requires threads. ${_IMAGEMAGICK_THREADS_IGNORE_MSG}
 . else
-LIB_DEPENDS+=		libIlmImf.so:graphics/OpenEXR
+LIB_DEPENDS+=		libIlmImf.so:graphics/OpenEXR \
+			libImath-2_2.so:graphics/ilmbase
 PLIST_SUB+=		OPENEXR=""
 . endif
 .else
@@ -228,6 +229,7 @@ CONFIGURE_ARGS+=	--without-gslib
 .if ${PORT_OPTIONS:MLQR}
 CONFIGURE_ARGS+=	--with-lqr
 LIB_DEPENDS+=		liblqr-1.so:graphics/liblqr-1
+USE_GNOME+=		glib20
 .else
 CONFIGURE_ARGS+=	--without-lqr
 .endif

Modified: head/graphics/ImageMagick7/distinfo
==============================================================================
--- head/graphics/ImageMagick7/distinfo	Mon Aug 22 18:41:51 2016	(r420629)
+++ head/graphics/ImageMagick7/distinfo	Mon Aug 22 19:03:20 2016	(r420630)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1470820097
-SHA256 (ImageMagick-7.0.2-7.tar.xz) = 1168f44cfcd1243acda6bb9663f5d9b3a4bca2acd372e979b97b58ecf5c713e2
-SIZE (ImageMagick-7.0.2-7.tar.xz) = 8289992
+TIMESTAMP = 1471809277
+SHA256 (ImageMagick-7.0.2-9.tar.xz) = 22df4f197985f36f77b7b0d44de92ff44415885045f0191b3319540bdc82ff53
+SIZE (ImageMagick-7.0.2-9.tar.xz) = 8291004


More information about the svn-ports-all mailing list