summaryrefslogtreecommitdiff
path: root/graphics/ImageMagick
diff options
context:
space:
mode:
authorleot <leot>2016-07-18 08:09:39 +0000
committerleot <leot>2016-07-18 08:09:39 +0000
commit5bbfcbe5cdaa8cc0d14b9848dc52d4623f38059f (patch)
tree489cb76b7ebdace0e6928d76fa2fecf9912eda65 /graphics/ImageMagick
parenta4fcd208bc644da5481219646a109b79ab0e8830 (diff)
downloadpkgsrc-5bbfcbe5cdaa8cc0d14b9848dc52d4623f38059f.tar.gz
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 (limited to 'graphics/ImageMagick')
-rw-r--r--graphics/ImageMagick/Makefile3
-rw-r--r--graphics/ImageMagick/Makefile.common9
-rw-r--r--graphics/ImageMagick/distinfo10
3 files changed, 13 insertions, 9 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile
index 418f049b15f..a696586da84 100644
--- a/graphics/ImageMagick/Makefile
+++ b/graphics/ImageMagick/Makefile
@@ -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 --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common
index 87d105f2dcd..21c6c2a6d25 100644
--- a/graphics/ImageMagick/Makefile.common
+++ b/graphics/ImageMagick/Makefile.common
@@ -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 @@ DISTSUFFIX= ${IM_MAJOR_VER}
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 --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo
index c38bcbf3866..f95baebcf4f 100644
--- a/graphics/ImageMagick/distinfo
+++ b/graphics/ImageMagick/distinfo
@@ -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