pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ImageMagick Update graphics/ImageMagick to 7....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1013b1adb1a9
branches:  trunk
changeset: 349893:1013b1adb1a9
user:      leot <leot%pkgsrc.org@localhost>
date:      Mon Jul 18 08:09:39 2016 +0000

description:
Update graphics/ImageMagick to 7.0.2.4

pkgsrc changes:
 - Add a comment to suggest running upload-distfiles because upstream only store
   latest stable version distfiles.

Changes:
7.0.2-4:
  * To comply with the SVG standard, use stroke-opacity for transparent strokes.
  * Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black.

7.0.2-3:
  * Patch so -kuwahara option can preserve colormapped edges.
  * The histogram coder now returns the correct extent.
  * Use CopyMagickString() rather than CopyMagickMemory() for strings.

diffstat:

 graphics/ImageMagick/Makefile        |   3 +--
 graphics/ImageMagick/Makefile.common |   9 +++++++--
 graphics/ImageMagick/distinfo        |  10 +++++-----
 3 files changed, 13 insertions(+), 9 deletions(-)

diffs (53 lines):

diff -r 137893294158 -r 1013b1adb1a9 graphics/ImageMagick/Makefile
--- a/graphics/ImageMagick/Makefile     Mon Jul 18 07:14:42 2016 +0000
+++ b/graphics/ImageMagick/Makefile     Mon Jul 18 08:09:39 2016 +0000
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.226 2016/07/09 06:38:19 wiz Exp $
+# $NetBSD: Makefile,v 1.227 2016/07/18 08:09:39 leot Exp $
 
-PKGREVISION= 1
 .include "Makefile.common"
 
 PKGNAME=       ImageMagick-${DISTVERSION}
diff -r 137893294158 -r 1013b1adb1a9 graphics/ImageMagick/Makefile.common
--- a/graphics/ImageMagick/Makefile.common      Mon Jul 18 07:14:42 2016 +0000
+++ b/graphics/ImageMagick/Makefile.common      Mon Jul 18 08:09:39 2016 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.124 2016/07/03 11:03:46 wiz Exp $
+# $NetBSD: Makefile.common,v 1.125 2016/07/18 08:09:39 leot Exp $
 #
 # used by graphics/p5-PerlMagick/Makefile
 
 IM_MAJOR_VER=          7.0.2
-IM_MINOR_VER=          2
+IM_MINOR_VER=          4
 IM_MAJOR_LIB_VER=      7
 
 .if (${IM_MINOR_VER} != NONE)
@@ -15,6 +15,11 @@
 DISTNAME=      ImageMagick-${DISTSUFFIX}
 DISTVERSION=   ${DISTSUFFIX:S/-/./}
 
+#
+# Please always run `upload-distfiles' after every update!
+# (upstream usually get rid of old version and only the latest stable versions
+# are available in the mirrors)
+#
 CATEGORIES=    graphics
 MASTER_SITES=  ftp://ftp.imagemagick.org/pub/ImageMagick/ \
                ftp://ftp.nluug.nl/pub/ImageMagick/ \
diff -r 137893294158 -r 1013b1adb1a9 graphics/ImageMagick/distinfo
--- a/graphics/ImageMagick/distinfo     Mon Jul 18 07:14:42 2016 +0000
+++ b/graphics/ImageMagick/distinfo     Mon Jul 18 08:09:39 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.143 2016/07/03 11:03:46 wiz Exp $
+$NetBSD: distinfo,v 1.144 2016/07/18 08:09:39 leot Exp $
 
-SHA1 (ImageMagick-7.0.2-2.tar.xz) = b407a9033dd2a017a421d90bef1cbb2a1e96621e
-RMD160 (ImageMagick-7.0.2-2.tar.xz) = d8b964ef3df01fd0cd19b8900292cf9a13084c3d
-SHA512 (ImageMagick-7.0.2-2.tar.xz) = b80b1e2f42dc3a98ebd474c716be5ef2409921cc403731726efd15e36c923030806f1426d7febd229b5c8c7b0fb6b74998f745b306301c91622c15a5dc8dec6f
-Size (ImageMagick-7.0.2-2.tar.xz) = 8283228 bytes
+SHA1 (ImageMagick-7.0.2-4.tar.xz) = dd9565b0020f156a41872c1f5c64e3c877aea96e
+RMD160 (ImageMagick-7.0.2-4.tar.xz) = c75279524921e1a7d0d011182ca75705349d1b14
+SHA512 (ImageMagick-7.0.2-4.tar.xz) = cb64ebb9932f554755122dfb141e878bd330e979c74be907895bed0987bcce879101004ba0e72fbe77fed5ac858822057cc8865a13b1ba71a28fa0288d94636d
+Size (ImageMagick-7.0.2-4.tar.xz) = 8285388 bytes



Home | Main Index | Thread Index | Old Index