Wed May 17 13:21:36 2017 UTC ()
Upgrade ImageMagick6 from 6.9.7.9 to 6.9.8.5.

Pkgsrc changes:
Adapt to new version, PLIST (2 new files).

Upstream changes:
2017-05-12  6.9.8-5 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.8-5, GIT revision 11575:186b15d:20170512.

2017-05-10  6.9.8-5 John Cupitt <jcupitt@gmail.com>
  * Revise DICOM window and rescale handling (reference
    https://github.com/ImageMagick/ImageMagick/pull/484)

2017-05-08  6.9.8-5 Cristy  <quetzlzacatenango@image...>
  * Fix transient PDF bug (reference
    https://github.com/ImageMagick/ImageMagick/issues/463).
  * Check for EOF conditions for RLE image format.
  * Reset histogram page geometry (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31920).

2017-04-24  6.9.8-4 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.8-4, GIT revision 11521:d7433aa:20170424.

2017-03-26  6.9.8-4 Cristy  <quetzlzacatenango@image...>
  * Minimize buffer copies to improve OpenCL performance.
  * Patch a PCD writer problem, dark pixels (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=3164).
  * Support ICC based PDF's (reference
    https://github.com/ImageMagick/ImageMagick/issues/417).

2017-03-24  6.9.8-3 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.8-3, GIT revision 11444:3f523e5:20170324.

2017-03-20  6.9.8-3 Cristy  <quetzlzacatenango@image...>
  * MagickWand-config, use --cflags, not --clags (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31602).
  * Respect -loop option for animate -window (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31619).

2017-03-18  6.9.8-2 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.8-2, GIT revision 11436:a912791:20170318.

2017-03-14  6.9.8-2 Cristy  <quetzlzacatenango@image...>
  * Support namespaces for the security policy.

2017-03-11  6.9.8-1 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.8-1.

2017-03-03  6.9.8-0 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.8-0, GIT revision 11408:da91a7c:20170311.

2017-03-06  6.9.8-0 Cristy  <quetzlzacatenango@image...>
  * Respect throttle policy (reference
    https://github.com/ImageMagick/ImageMagick/issues/393).
  * Support the -authenticate option for PDF (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31530).

2017-03-03  6.9.7-10 Cristy  <quetzlzacatenango@image...>
  * Release ImageMagick version 6.9.7-10, GIT revision 11396:44b1bc6:20170303.

2017-02-21  6.9.7-10 Cristy  <quetzlzacatenango@image...>
  * Fix Spurious memory allocation message (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31438).
  * Identical images should return inf for PSNR (reference
    https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31487).


(he)
diff -r1.6 -r1.7 pkgsrc/graphics/ImageMagick6/Makefile.common
diff -r1.2 -r1.3 pkgsrc/graphics/ImageMagick6/PLIST
diff -r1.3 -r1.4 pkgsrc/graphics/ImageMagick6/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/graphics/ImageMagick6/Makefile.common (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/Makefile.common 2017/02/19 13:02:51 1.6
+++ pkgsrc/graphics/ImageMagick6/Makefile.common 2017/05/17 13:21:36 1.7
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: Makefile.common,v 1.6 2017/02/19 13:02:51 wiz Exp $ 1# $NetBSD: Makefile.common,v 1.7 2017/05/17 13:21:36 he Exp $
2# 2#
3# When updating this package, please upload the distfile 3# When updating this package, please upload the distfile
4# since they disappear immediately when new releases happen. 4# since they disappear immediately when new releases happen.
5 5
6IM_MAJOR_VER= 6.9.7 6IM_MAJOR_VER= 6.9.8
7IM_MINOR_VER= 9 7IM_MINOR_VER= 5
8IM_MAJOR_LIB_VER= 6 8IM_MAJOR_LIB_VER= 6
9 9
10.if (${IM_MINOR_VER} != NONE) 10.if (${IM_MINOR_VER} != NONE)
11DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER} 11DISTSUFFIX= ${IM_MAJOR_VER}-${IM_MINOR_VER}
12.else 12.else
13DISTSUFFIX= ${IM_MAJOR_VER} 13DISTSUFFIX= ${IM_MAJOR_VER}
14.endif 14.endif
15 15
16DISTNAME= ImageMagick-${DISTSUFFIX} 16DISTNAME= ImageMagick-${DISTSUFFIX}
17DISTVERSION= ${DISTSUFFIX:S/-/./} 17DISTVERSION= ${DISTSUFFIX:S/-/./}
18 18
19CATEGORIES= graphics 19CATEGORIES= graphics
20MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/ 20MASTER_SITES= ftp://ftp.imagemagick.org/pub/ImageMagick/

cvs diff -r1.2 -r1.3 pkgsrc/graphics/ImageMagick6/PLIST (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/PLIST 2017/02/12 21:41:52 1.2
+++ pkgsrc/graphics/ImageMagick6/PLIST 2017/05/17 13:21:36 1.3
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.2 2017/02/12 21:41:52 adam Exp $ 1@comment $NetBSD: PLIST,v 1.3 2017/05/17 13:21:36 he Exp $
2bin/Magick++-config6 2bin/Magick++-config6
3bin/Magick-config6 3bin/Magick-config6
4bin/MagickCore-config6 4bin/MagickCore-config6
5bin/MagickWand-config6 5bin/MagickWand-config6
6bin/Wand-config6 6bin/Wand-config6
7bin/animate6 7bin/animate6
8bin/compare6 8bin/compare6
9bin/composite6 9bin/composite6
10bin/conjure6 10bin/conjure6
11bin/convert6 11bin/convert6
12bin/display6 12bin/display6
13bin/identify6 13bin/identify6
14bin/import6 14bin/import6
@@ -139,27 +139,27 @@ include/ImageMagick-6/wand/drawing-wand. @@ -139,27 +139,27 @@ include/ImageMagick-6/wand/drawing-wand.
139include/ImageMagick-6/wand/identify.h 139include/ImageMagick-6/wand/identify.h
140include/ImageMagick-6/wand/import.h 140include/ImageMagick-6/wand/import.h
141include/ImageMagick-6/wand/magick-image.h 141include/ImageMagick-6/wand/magick-image.h
142include/ImageMagick-6/wand/magick-property.h 142include/ImageMagick-6/wand/magick-property.h
143include/ImageMagick-6/wand/magick-wand.h 143include/ImageMagick-6/wand/magick-wand.h
144include/ImageMagick-6/wand/magick_wand.h 144include/ImageMagick-6/wand/magick_wand.h
145include/ImageMagick-6/wand/method-attribute.h 145include/ImageMagick-6/wand/method-attribute.h
146include/ImageMagick-6/wand/mogrify.h 146include/ImageMagick-6/wand/mogrify.h
147include/ImageMagick-6/wand/montage.h 147include/ImageMagick-6/wand/montage.h
148include/ImageMagick-6/wand/pixel-iterator.h 148include/ImageMagick-6/wand/pixel-iterator.h
149include/ImageMagick-6/wand/pixel-wand.h 149include/ImageMagick-6/wand/pixel-wand.h
150include/ImageMagick-6/wand/stream.h 150include/ImageMagick-6/wand/stream.h
151include/ImageMagick-6/wand/wand-view.h 151include/ImageMagick-6/wand/wand-view.h
152lib/ImageMagick-6.9.7/config-Q16/configure.xml 152lib/ImageMagick-6.9.8/config-Q16/configure.xml
153lib/libMagick++-6.Q16.la 153lib/libMagick++-6.Q16.la
154lib/libMagickCore-6.Q16.la 154lib/libMagickCore-6.Q16.la
155lib/libMagickWand-6.Q16.la 155lib/libMagickWand-6.Q16.la
156lib/pkgconfig/ImageMagick++-6.Q16.pc 156lib/pkgconfig/ImageMagick++-6.Q16.pc
157lib/pkgconfig/ImageMagick-6.Q16.pc 157lib/pkgconfig/ImageMagick-6.Q16.pc
158lib/pkgconfig/Magick++-6.Q16.pc 158lib/pkgconfig/Magick++-6.Q16.pc
159lib/pkgconfig/MagickCore-6.Q16.pc 159lib/pkgconfig/MagickCore-6.Q16.pc
160lib/pkgconfig/MagickWand-6.Q16.pc 160lib/pkgconfig/MagickWand-6.Q16.pc
161lib/pkgconfig/Wand-6.Q16.pc 161lib/pkgconfig/Wand-6.Q16.pc
162man/man1/ImageMagick6.1 162man/man1/ImageMagick6.1
163man/man1/Magick++-config6.1 163man/man1/Magick++-config6.1
164man/man1/Magick-config6.1 164man/man1/Magick-config6.1
165man/man1/MagickCore-config6.1 165man/man1/MagickCore-config6.1
@@ -329,26 +329,27 @@ share/doc/ImageMagick-6/www/Magick++/Typ @@ -329,26 +329,27 @@ share/doc/ImageMagick-6/www/Magick++/Typ
329share/doc/ImageMagick-6/www/Magick++/index.html 329share/doc/ImageMagick-6/www/Magick++/index.html
330share/doc/ImageMagick-6/www/Magick++/magick.css 330share/doc/ImageMagick-6/www/Magick++/magick.css
331share/doc/ImageMagick-6/www/Magick++/montage-sample-framed.jpg 331share/doc/ImageMagick-6/www/Magick++/montage-sample-framed.jpg
332share/doc/ImageMagick-6/www/Magick++/right_triangle.png 332share/doc/ImageMagick-6/www/Magick++/right_triangle.png
333share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.fig 333share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.fig
334share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.jpg 334share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-framed.jpg
335share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.fig 335share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.fig
336share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.jpg 336share/doc/ImageMagick-6/www/Magick++/thumbnail-anatomy-plain.jpg
337share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-framed.jpg 337share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-framed.jpg
338share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-plain.jpg 338share/doc/ImageMagick-6/www/Magick++/thumbnail-sample-plain.jpg
339share/doc/ImageMagick-6/www/advanced-unix-installation.html 339share/doc/ImageMagick-6/www/advanced-unix-installation.html
340share/doc/ImageMagick-6/www/advanced-windows-installation.html 340share/doc/ImageMagick-6/www/advanced-windows-installation.html
341share/doc/ImageMagick-6/www/animate.html 341share/doc/ImageMagick-6/www/animate.html
 342share/doc/ImageMagick-6/www/api.html
342share/doc/ImageMagick-6/www/api/Image++.html 343share/doc/ImageMagick-6/www/api/Image++.html
343share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h-source.html 344share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h-source.html
344share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h.html 345share/doc/ImageMagick-6/www/api/MagickCore/ImageMagick_8h.html
345share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h-source.html 346share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h-source.html
346share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h.html 347share/doc/ImageMagick-6/www/api/MagickCore/MagickCore_8h.html
347share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8c.html 348share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8c.html
348share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h-source.html 349share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h-source.html
349share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h.html 350share/doc/ImageMagick-6/www/api/MagickCore/PreRvIcccm_8h.html
350share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h-source.html 351share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h-source.html
351share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h.html 352share/doc/ImageMagick-6/www/api/MagickCore/animate-private_8h.html
352share/doc/ImageMagick-6/www/api/MagickCore/animate_8c.html 353share/doc/ImageMagick-6/www/api/MagickCore/animate_8c.html
353share/doc/ImageMagick-6/www/api/MagickCore/animate_8h-source.html 354share/doc/ImageMagick-6/www/api/MagickCore/animate_8h-source.html
354share/doc/ImageMagick-6/www/api/MagickCore/animate_8h.html 355share/doc/ImageMagick-6/www/api/MagickCore/animate_8h.html
@@ -1101,26 +1102,27 @@ share/doc/ImageMagick-6/www/api/property @@ -1101,26 +1102,27 @@ share/doc/ImageMagick-6/www/api/property
1101share/doc/ImageMagick-6/www/api/quantize.html 1102share/doc/ImageMagick-6/www/api/quantize.html
1102share/doc/ImageMagick-6/www/api/registry.html 1103share/doc/ImageMagick-6/www/api/registry.html
1103share/doc/ImageMagick-6/www/api/resize.html 1104share/doc/ImageMagick-6/www/api/resize.html
1104share/doc/ImageMagick-6/www/api/resource.html 1105share/doc/ImageMagick-6/www/api/resource.html
1105share/doc/ImageMagick-6/www/api/segment.html 1106share/doc/ImageMagick-6/www/api/segment.html
1106share/doc/ImageMagick-6/www/api/shear.html 1107share/doc/ImageMagick-6/www/api/shear.html
1107share/doc/ImageMagick-6/www/api/signature.html 1108share/doc/ImageMagick-6/www/api/signature.html
1108share/doc/ImageMagick-6/www/api/statistic.html 1109share/doc/ImageMagick-6/www/api/statistic.html
1109share/doc/ImageMagick-6/www/api/stream.html 1110share/doc/ImageMagick-6/www/api/stream.html
1110share/doc/ImageMagick-6/www/api/transform.html 1111share/doc/ImageMagick-6/www/api/transform.html
1111share/doc/ImageMagick-6/www/api/version.html 1112share/doc/ImageMagick-6/www/api/version.html
1112share/doc/ImageMagick-6/www/api/wand-view.html 1113share/doc/ImageMagick-6/www/api/wand-view.html
1113share/doc/ImageMagick-6/www/architecture.html 1114share/doc/ImageMagick-6/www/architecture.html
 1115share/doc/ImageMagick-6/www/binary-releases.html
1114share/doc/ImageMagick-6/www/changelog.html 1116share/doc/ImageMagick-6/www/changelog.html
1115share/doc/ImageMagick-6/www/cipher.html 1117share/doc/ImageMagick-6/www/cipher.html
1116share/doc/ImageMagick-6/www/color-management.html 1118share/doc/ImageMagick-6/www/color-management.html
1117share/doc/ImageMagick-6/www/color.html 1119share/doc/ImageMagick-6/www/color.html
1118share/doc/ImageMagick-6/www/command-line-options.html 1120share/doc/ImageMagick-6/www/command-line-options.html
1119share/doc/ImageMagick-6/www/command-line-processing.html 1121share/doc/ImageMagick-6/www/command-line-processing.html
1120share/doc/ImageMagick-6/www/command-line-tools.html 1122share/doc/ImageMagick-6/www/command-line-tools.html
1121share/doc/ImageMagick-6/www/compare.html 1123share/doc/ImageMagick-6/www/compare.html
1122share/doc/ImageMagick-6/www/compose.html 1124share/doc/ImageMagick-6/www/compose.html
1123share/doc/ImageMagick-6/www/composite.html 1125share/doc/ImageMagick-6/www/composite.html
1124share/doc/ImageMagick-6/www/conjure.html 1126share/doc/ImageMagick-6/www/conjure.html
1125share/doc/ImageMagick-6/www/connected-components.html 1127share/doc/ImageMagick-6/www/connected-components.html
1126share/doc/ImageMagick-6/www/contact.html 1128share/doc/ImageMagick-6/www/contact.html

cvs diff -r1.3 -r1.4 pkgsrc/graphics/ImageMagick6/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/ImageMagick6/distinfo 2017/02/18 23:19:14 1.3
+++ pkgsrc/graphics/ImageMagick6/distinfo 2017/05/17 13:21:36 1.4
@@ -1,7 +1,7 @@ @@ -1,7 +1,7 @@
1$NetBSD: distinfo,v 1.3 2017/02/18 23:19:14 joerg Exp $ 1$NetBSD: distinfo,v 1.4 2017/05/17 13:21:36 he Exp $
2 2
3SHA1 (ImageMagick-6.9.7-9.tar.xz) = 3252058951b4e9eec3aef10120906336a5652672 3SHA1 (ImageMagick-6.9.8-5.tar.xz) = 887e32a70b1334a3c37a8895662d9a648375896b
4RMD160 (ImageMagick-6.9.7-9.tar.xz) = 57f52519a7627a6856c3c09283f87a9f8a507dcf 4RMD160 (ImageMagick-6.9.8-5.tar.xz) = b7216f2850c2a2257d9421bec51aa04c40c0aae1
5SHA512 (ImageMagick-6.9.7-9.tar.xz) = 1954e14e5da1d24b44c69352444ad66aa08be2d3698d5efa7e71703064cbae56fd75eb72ba178ac8fdb4513b9eaebe87adcc6cfd19b9e11eda1b0c2704e12481 5SHA512 (ImageMagick-6.9.8-5.tar.xz) = af1838664a6e5501726da04b437bc870271d5d79cabf697cf52fea5447ccf8df508787c6c72310f46c400afe16541aa2bc4e14c3057dc0900c921607483406a8
6Size (ImageMagick-6.9.7-9.tar.xz) = 8796644 bytes 6Size (ImageMagick-6.9.8-5.tar.xz) = 8781672 bytes
7SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0 7SHA1 (patch-Makefile.in) = bb747b5e062f2a59e307289b5b33861dd5f96ab0