diff options
author | kwm <kwm@FreeBSD.org> | 2016-08-10 18:00:41 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2016-08-10 18:00:41 +0800 |
commit | fcc4cdc5c3b779ffa93648981bed501493772172 (patch) | |
tree | afe05251e80d21059de84a918554b3a2d08fd2f9 /graphics | |
parent | 8c2702f52d8bcb448d941c4adb951daca9a4b01b (diff) | |
download | freebsd-ports-gnome-fcc4cdc5c3b779ffa93648981bed501493772172.tar.gz freebsd-ports-gnome-fcc4cdc5c3b779ffa93648981bed501493772172.tar.zst freebsd-ports-gnome-fcc4cdc5c3b779ffa93648981bed501493772172.zip |
Update ImageMagick7 to 7.0.2.7.
Register indirect dependancies.
PR: 201726 (based on)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ImageMagick7/Makefile | 12 | ||||
-rw-r--r-- | graphics/ImageMagick7/distinfo | 6 |
2 files changed, 10 insertions, 8 deletions
diff --git a/graphics/ImageMagick7/Makefile b/graphics/ImageMagick7/Makefile index 2a2982e21932..c4b4395f40ab 100644 --- a/graphics/ImageMagick7/Makefile +++ b/graphics/ImageMagick7/Makefile @@ -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 diff --git a/graphics/ImageMagick7/distinfo b/graphics/ImageMagick7/distinfo index bb389c9743d3..f1a2276a4997 100644 --- a/graphics/ImageMagick7/distinfo +++ b/graphics/ImageMagick7/distinfo @@ -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 |