From cd66b6ebc3212951c0aee7808aeb893577b604a8 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 3 Jul 2016 11:03:46 +0000 Subject: Updated ImageMagick to 7.0.2.2. 2016-06-26 7.0.2-2 Cristy * Release ImageMagick version 7.0.2-2, GIT revision 18514:a7b5b46:20160626. 2016-06-23 7.0.2-2 Cristy * Correct for numerical instability (reference https://github.com/ImageMagick/ImageMagick/issues/218). --- graphics/ImageMagick/Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/ImageMagick/Makefile.common') diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 178d74a6a9f..87d105f2dcd 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.123 2016/06/30 17:40:58 wiz Exp $ +# $NetBSD: Makefile.common,v 1.124 2016/07/03 11:03:46 wiz Exp $ # # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.2 -IM_MINOR_VER= 1 +IM_MINOR_VER= 2 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) -- cgit v1.2.3