diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index abf4ceed78c..17699c77a0c 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,16 +1,16 @@ -# $OpenBSD: Makefile,v 1.191 2019/06/16 19:20:45 sthen Exp $ +# $OpenBSD: Makefile,v 1.192 2019/08/19 15:27:10 sthen Exp $ COMMENT= image processing tools VER= 6.9.10 -DASHVER= 49 +DASHVER= 61 DISTNAME= ImageMagick-${VER}-${DASHVER} PKGNAME= ImageMagick-${VER}.${DASHVER} PORTROACH= site:https://www.imagemagick.org/download/ limit:6.* EXTRACT_SUFX= .tar.xz SHARED_LIBS += MagickCore-6.Q16 6.6 # 6.0 -SHARED_LIBS += MagickWand-6.Q16 4.1 # 6.0 +SHARED_LIBS += MagickWand-6.Q16 4.2 # 6.0 SHARED_LIBS += Magick++-6.Q16 5.2 # 8.0 CATEGORIES= graphics diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 7575006a1d2..039d19456f3 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,2 +1,2 @@ -SHA256 (ImageMagick-6.9.10-49.tar.xz) = 2hGD4wR8q5y34jl5FKgx2ITbcfH0QfJHRwUG6+/Vm/A= -SIZE (ImageMagick-6.9.10-49.tar.xz) = 8940128 +SHA256 (ImageMagick-6.9.10-61.tar.xz) = iAPgT1eVmqVE9GF3O567dGbFWImbRcuyyOg3XzbHIgQ= +SIZE (ImageMagick-6.9.10-61.tar.xz) = 8948128 diff --git a/graphics/ImageMagick/patches/patch-wand_MagickWand_pc_in b/graphics/ImageMagick/patches/patch-wand_MagickWand_pc_in index 0bcb30d6da7..91805fac0cb 100644 --- a/graphics/ImageMagick/patches/patch-wand_MagickWand_pc_in +++ b/graphics/ImageMagick/patches/patch-wand_MagickWand_pc_in @@ -1,4 +1,4 @@ -$OpenBSD: patch-wand_MagickWand_pc_in,v 1.6 2018/05/21 21:12:48 sthen Exp $ +$OpenBSD: patch-wand_MagickWand_pc_in,v 1.7 2019/08/19 15:27:10 sthen Exp $ Index: wand/MagickWand.pc.in --- wand/MagickWand.pc.in.orig +++ wand/MagickWand.pc.in @@ -15,7 +15,7 @@ Index: wand/MagickWand.pc.in Name: MagickWand @@ -11,5 +11,5 @@ URL: https://github.com/ImageMagick/ImageMagick6 Version: @PACKAGE_VERSION@ - Requires: MagickCore + Requires: MagickCore-@MAGICK_MAJOR_VERSION@.@MAGICK_ABI_SUFFIX@ Cflags: -I${includearchdir} -I${includedir} @MAGICK_PCFLAGS@ -Libs: -L${libdir} -l${libname} -Libs.private: -L${libdir} -l${libname} @MAGICK_LIBS@ @MATH_LIBS@