Fri Jun 19 10:31:06 2020 UTC ()
ImageMagick: update to 7.0.10.19.

2020-06-12  7.0.10-19 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-19, GIT revision 17343:e552d22:20200612

2020-06-09  7.0.10-19 Cristy  <quetzlzacatenango@image...>
  * Improve checking for write failures (reference
    https://github.com/ImageMagick/ImageMagick/pull/2081).

2020-06-08  7.0.10-18 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-18, GIT revision 17333:d071c2032:20200608

2020-06-08  7.0.10-18 Cristy  <quetzlzacatenango@image...>
  * Colorspace change will remove ICC profile (reference
    https://github.com/ImageMagick/ImageMagick6/issues/82).

2020-06-07  7.0.10-17 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-17, GIT revision 17311:8b5350f:20200607

2020-06-03  7.0.10-17 Cristy  <quetzlzacatenango@image...>
  * Free up memory after a ICC profile is removed.

2020-05-31  7.0.10-16 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-16, GIT revision 17294:5be1abe:20200531

2020-05-30  7.0.10-16 Cristy  <quetzlzacatenango@image...>
  * Fix PDF XREF directory for image sequences with and without ICC profiles.

2020-05-29  7.0.10-15 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-15, GIT revision 17282:9294896:20200529

2020-05-24  7.0.10-15 Cristy  <quetzlzacatenango@image...>
  * Clipping was not returning expected results (reference
    https://github.com/ImageMagick/ImageMagick/discussions/2061).
  * Don't write a ICC profile to PDF if the image is gray (reference
    https://github.com/ImageMagick/ImageMagick/issues/2070).

2020-05-22  7.0.10-14 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 7.0.10-14, GIT revision 17268:e9c804c93:20200522

2020-05-22  7.0.10-14 Cristy  <quetzlzacatenango@image...>
  * Errant warning when reading a profile file (reference
    https://github.com/ImageMagick/ImageMagick/issues/2030).
   * Fix one off error on PDF object for images with ICC profile.


(wiz)
diff -r1.269 -r1.270 pkgsrc/graphics/ImageMagick/Makefile
diff -r1.211 -r1.212 pkgsrc/graphics/ImageMagick/Makefile.common
diff -r1.109 -r1.110 pkgsrc/graphics/ImageMagick/PLIST
diff -r1.228 -r1.229 pkgsrc/graphics/ImageMagick/distinfo

cvs diff -r1.269 -r1.270 pkgsrc/graphics/ImageMagick/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile 2020/06/08 11:44:41 1.269
+++ pkgsrc/graphics/ImageMagick/Makefile 2020/06/19 10:31:06 1.270
@@ -1,16 +1,15 @@ @@ -1,16 +1,15 @@
1# $NetBSD: Makefile,v 1.269 2020/06/08 11:44:41 jperkin Exp $ 1# $NetBSD: Makefile,v 1.270 2020/06/19 10:31:06 wiz Exp $
2 2
3PKGREVISION= 2 
4.include "Makefile.common" 3.include "Makefile.common"
5 4
6PKGNAME= ImageMagick-${DISTVERSION} 5PKGNAME= ImageMagick-${DISTVERSION}
7 6
8MAINTAINER= adam@NetBSD.org 7MAINTAINER= adam@NetBSD.org
9COMMENT= Package for display and interactive manipulation of images 8COMMENT= Package for display and interactive manipulation of images
10 9
11CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate' 10CONFLICTS= geomview<1.8.1nb2 # used to have a program named 'animate'
12 11
13USE_LANGUAGES= c c++ c99 12USE_LANGUAGES= c c++ c99
14USE_TOOLS+= gmake pkg-config:run 13USE_TOOLS+= gmake pkg-config:run
15CONFIGURE_ARGS+= --disable-assert 14CONFIGURE_ARGS+= --disable-assert
16CONFIGURE_ARGS+= --with-fontconfig 15CONFIGURE_ARGS+= --with-fontconfig

cvs diff -r1.211 -r1.212 pkgsrc/graphics/ImageMagick/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/Makefile.common 2020/05/19 13:34:54 1.211
+++ pkgsrc/graphics/ImageMagick/Makefile.common 2020/06/19 10:31:06 1.212
@@ -1,19 +1,19 @@ @@ -1,19 +1,19 @@
1# $NetBSD: Makefile.common,v 1.211 2020/05/19 13:34:54 nia Exp $ 1# $NetBSD: Makefile.common,v 1.212 2020/06/19 10:31:06 wiz Exp $
2# 2#
3# used by graphics/p5-PerlMagick/Makefile 3# used by graphics/p5-PerlMagick/Makefile
4 4
5IM_MAJOR_VER= 7.0.10 5IM_MAJOR_VER= 7.0.10
6IM_MINOR_VER= 13 6IM_MINOR_VER= 19
7IM_MAJOR_LIB_VER= 7 7IM_MAJOR_LIB_VER= 7
8 8
9.if (${IM_MINOR_VER} != NONE) 9.if (${IM_MINOR_VER} != NONE)
10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 10DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
11.else 11.else
12DISTSUFFIX= ${IM_MAJOR_VER} 12DISTSUFFIX= ${IM_MAJOR_VER}
13.endif 13.endif
14 14
15DISTNAME= ImageMagick-${DISTSUFFIX} 15DISTNAME= ImageMagick-${DISTSUFFIX}
16DISTVERSION= ${DISTSUFFIX:S/-/./} 16DISTVERSION= ${DISTSUFFIX:S/-/./}
17 17
18CATEGORIES= graphics 18CATEGORIES= graphics
19MASTER_SITES= https://www.imagemagick.org/download/releases/ 19MASTER_SITES= https://www.imagemagick.org/download/releases/

cvs diff -r1.109 -r1.110 pkgsrc/graphics/ImageMagick/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/PLIST 2020/03/31 16:44:18 1.109
+++ pkgsrc/graphics/ImageMagick/PLIST 2020/06/19 10:31:06 1.110
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.109 2020/03/31 16:44:18 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.110 2020/06/19 10:31:06 wiz Exp $
2bin/Magick++-config 2bin/Magick++-config
3bin/MagickCore-config 3bin/MagickCore-config
4bin/MagickWand-config 4bin/MagickWand-config
5bin/animate 5bin/animate
6bin/compare 6bin/compare
7bin/composite 7bin/composite
8bin/conjure 8bin/conjure
9bin/convert 9bin/convert
10bin/display 10bin/display
11bin/identify 11bin/identify
12bin/import 12bin/import
13bin/magick 13bin/magick
14bin/magick-script 14bin/magick-script
@@ -1139,26 +1139,27 @@ share/doc/ImageMagick-7/www/color-manage @@ -1139,26 +1139,27 @@ share/doc/ImageMagick-7/www/color-manage
1139share/doc/ImageMagick-7/www/color-thresholding.html 1139share/doc/ImageMagick-7/www/color-thresholding.html
1140share/doc/ImageMagick-7/www/color.html 1140share/doc/ImageMagick-7/www/color.html
1141share/doc/ImageMagick-7/www/command-line-options.html 1141share/doc/ImageMagick-7/www/command-line-options.html
1142share/doc/ImageMagick-7/www/command-line-processing.html 1142share/doc/ImageMagick-7/www/command-line-processing.html
1143share/doc/ImageMagick-7/www/command-line-tools.html 1143share/doc/ImageMagick-7/www/command-line-tools.html
1144share/doc/ImageMagick-7/www/compare.html 1144share/doc/ImageMagick-7/www/compare.html
1145share/doc/ImageMagick-7/www/compose.html 1145share/doc/ImageMagick-7/www/compose.html
1146share/doc/ImageMagick-7/www/composite.html 1146share/doc/ImageMagick-7/www/composite.html
1147share/doc/ImageMagick-7/www/conjure.html 1147share/doc/ImageMagick-7/www/conjure.html
1148share/doc/ImageMagick-7/www/connected-components.html 1148share/doc/ImageMagick-7/www/connected-components.html
1149share/doc/ImageMagick-7/www/contact.html 1149share/doc/ImageMagick-7/www/contact.html
1150share/doc/ImageMagick-7/www/convert.html 1150share/doc/ImageMagick-7/www/convert.html
1151share/doc/ImageMagick-7/www/convex-hull.html 1151share/doc/ImageMagick-7/www/convex-hull.html
 1152share/doc/ImageMagick-7/www/defines.html
1152share/doc/ImageMagick-7/www/develop.html 1153share/doc/ImageMagick-7/www/develop.html
1153share/doc/ImageMagick-7/www/display.html 1154share/doc/ImageMagick-7/www/display.html
1154share/doc/ImageMagick-7/www/distribute-pixel-cache.html 1155share/doc/ImageMagick-7/www/distribute-pixel-cache.html
1155share/doc/ImageMagick-7/www/download.html 1156share/doc/ImageMagick-7/www/download.html
1156share/doc/ImageMagick-7/www/escape.html 1157share/doc/ImageMagick-7/www/escape.html
1157share/doc/ImageMagick-7/www/examples.html 1158share/doc/ImageMagick-7/www/examples.html
1158share/doc/ImageMagick-7/www/exception.html 1159share/doc/ImageMagick-7/www/exception.html
1159share/doc/ImageMagick-7/www/export.html 1160share/doc/ImageMagick-7/www/export.html
1160share/doc/ImageMagick-7/www/favicon.ico 1161share/doc/ImageMagick-7/www/favicon.ico
1161share/doc/ImageMagick-7/www/formats.html 1162share/doc/ImageMagick-7/www/formats.html
1162share/doc/ImageMagick-7/www/fx.html 1163share/doc/ImageMagick-7/www/fx.html
1163share/doc/ImageMagick-7/www/gradient.html 1164share/doc/ImageMagick-7/www/gradient.html
1164share/doc/ImageMagick-7/www/high-dynamic-range.html 1165share/doc/ImageMagick-7/www/high-dynamic-range.html

cvs diff -r1.228 -r1.229 pkgsrc/graphics/ImageMagick/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick/distinfo 2020/06/08 10:23:18 1.228
+++ pkgsrc/graphics/ImageMagick/distinfo 2020/06/19 10:31:06 1.229
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.228 2020/06/08 10:23:18 tm Exp $ 1$NetBSD: distinfo,v 1.229 2020/06/19 10:31:06 wiz Exp $
2 2
3SHA1 (ImageMagick-7.0.10-13.tar.xz) = ce1792a35b487e3d7fa86d3e3f1ea7a60f79b7b7 3SHA1 (ImageMagick-7.0.10-19.tar.xz) = 96c81dfd60989513af46424860a16198fc8f5ec2
4RMD160 (ImageMagick-7.0.10-13.tar.xz) = 91ddcc971aa0089862ca058918566f6d1c9702e8 4RMD160 (ImageMagick-7.0.10-19.tar.xz) = cc84530c7ba366d2dab888c85ff3fab707792271
5SHA512 (ImageMagick-7.0.10-13.tar.xz) = 0f688e9dd2edb78572114b6efd29b2220b050737d2a66a2ad37cf5a08f21501d07015ead9643ce270c3b285f4ff36d709e805f85febb2c938f73fe2dc0502748 5SHA512 (ImageMagick-7.0.10-19.tar.xz) = ed577e48ca88d37c01d7e889fa1364af3398e94864b393fcc70711a3317c34adababe5ac0ea7995bd23e10aac554522ed69d290c4c11b946e8a0de86c6365e84
6Size (ImageMagick-7.0.10-13.tar.xz) = 9691740 bytes 6Size (ImageMagick-7.0.10-19.tar.xz) = 9685552 bytes
7SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f 7SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f