Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Aug 2016 10:00:41 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r420002 - head/graphics/ImageMagick7
Message-ID:  <201608101000.u7AA0fsN090214@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Wed Aug 10 10:00:41 2016
New Revision: 420002
URL: https://svnweb.freebsd.org/changeset/ports/420002

Log:
  Update ImageMagick7 to 7.0.2.7.
  
  Register indirect dependancies.
  
  PR:		201726 (based on)

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

Modified: head/graphics/ImageMagick7/Makefile
==============================================================================
--- head/graphics/ImageMagick7/Makefile	Wed Aug 10 09:39:00 2016	(r420001)
+++ head/graphics/ImageMagick7/Makefile	Wed Aug 10 10:00:41 2016	(r420002)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	ImageMagick
-DISTVERSION=	7.0.1-5
+DISTVERSION=	7.0.2-7
 CATEGORIES=	graphics perl5
 MASTER_SITES=	http://www.imagemagick.org/download/ \
 		http://www.imagemagick.org/download/legacy/ \
@@ -39,8 +39,8 @@ LIB_DEPENDS=	libltdl.so:devel/libltdl
 CONFLICTS_INSTALL=	execline-[0-9]* # bin/import
 
 # This port uses .la files, keep libtool:keepla! (magick/module.c)
-USES=		cpe gmake libtool:keepla localbase pathfix perl5 \
-		pkgconfig:both shebangfix tar:xz
+USES=		cpe gettext-runtime gmake gnome libtool:keepla \
+		localbase pathfix perl5 pkgconfig:both shebangfix tar:xz
 CPE_PRODUCT=	imagemagick
 CPE_VENDOR=	imagemagick
 SHEBANG_FILES=	www/source/examples.pl
@@ -48,7 +48,8 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	MAKE=${MAKE_CMD}
 CONFIGURE_ARGS=	--without-dps
 USE_LDCONFIG=	yes
-USE_GNOME=	libxml2
+USE_GNOME=	glib20 libxml2
+USE_XORG=	sm ice x11
 
 SAMPLE_FILES=	coder.xml colors.xml delegates.xml log.xml magic.xml mime.xml \
 		policy.xml quantization-table.xml thresholds.xml \
@@ -337,6 +338,7 @@ PLIST_SUB+=		WMF="@comment "
 # SVG (Scalable Vector Graphics) requires both libxml2 and X11
 .if ${PORT_OPTIONS:MSVG} && ${PORT_OPTIONS:MX11}
 LIB_DEPENDS+=		librsvg-2.so:graphics/librsvg2
+USE_GNOME=		cairo gdkpixbuf2
 CONFIGURE_ARGS+=	--with-rsvg
 .else
 CONFIGURE_ARGS+=	--without-rsvg
@@ -369,7 +371,7 @@ PKGNAMESUFFIX=		7-nox11
 CONFLICTS+=		ImageMagick7-nox11-*
 CONFLICTS+=		display-[0-9]*
 CONFIGURE_ARGS+=	--with-x
-USE_XORG=		xext xt
+USE_XORG+=		xext xt
 PLIST_SUB+=		X11=''
 .endif
 

Modified: head/graphics/ImageMagick7/distinfo
==============================================================================
--- head/graphics/ImageMagick7/distinfo	Wed Aug 10 09:39:00 2016	(r420001)
+++ head/graphics/ImageMagick7/distinfo	Wed Aug 10 10:00:41 2016	(r420002)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1463648575
-SHA256 (ImageMagick-7.0.1-5.tar.xz) = 3a1820c11c81d77ec4a8cac5f24d8582cc2e63d00e40d6930892bd405e86d953
-SIZE (ImageMagick-7.0.1-5.tar.xz) = 8282756
+TIMESTAMP = 1470820097
+SHA256 (ImageMagick-7.0.2-7.tar.xz) = 1168f44cfcd1243acda6bb9663f5d9b3a4bca2acd372e979b97b58ecf5c713e2
+SIZE (ImageMagick-7.0.2-7.tar.xz) = 8289992



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608101000.u7AA0fsN090214>