diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2018-12-12 15:10:04 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2018-12-12 15:10:04 +0000 |
commit | ba3d96576172c96da90a04d50c2925bd97cd4100 (patch) | |
tree | bdd34d8da65b34f342076ff0b71e5914014ae0db /graphics/ImageMagick | |
parent | a5c7159569d7cfb9cb934a6d0d08c979f4da3704 (diff) | |
download | pkgsrc-ba3d96576172c96da90a04d50c2925bd97cd4100.tar.gz |
Update ImageMagick to 7.0.8.16.
The old distfile is no longer available upstream, and no one uploaded one :(
2018-12-02 7.0.8-16 Cristy <quetzlzacatenango@image...>
* Add support for -clahe clip limit with percentages (e.g. -clahe 2x2+128+3%)
* Check for modulo underflow.
* Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS.
Diffstat (limited to 'graphics/ImageMagick')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/ImageMagick/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 5fe2983031d..5c258203fff 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.178 2018/12/10 08:51:16 wiz Exp $ +# $NetBSD: Makefile.common,v 1.179 2018/12/12 15:10:04 bsiegert Exp $ # # When updating this package, please upload the distfile # since they disappear immediately when new releases happen, @@ -7,7 +7,7 @@ # used by graphics/p5-PerlMagick/Makefile IM_MAJOR_VER= 7.0.8 -IM_MINOR_VER= 15 +IM_MINOR_VER= 16 IM_MAJOR_LIB_VER= 7 .if (${IM_MINOR_VER} != NONE) diff --git a/graphics/ImageMagick/distinfo b/graphics/ImageMagick/distinfo index 401dae5e0f4..91540f13b96 100644 --- a/graphics/ImageMagick/distinfo +++ b/graphics/ImageMagick/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.195 2018/12/10 08:51:16 wiz Exp $ +$NetBSD: distinfo,v 1.196 2018/12/12 15:10:04 bsiegert Exp $ -SHA1 (ImageMagick-7.0.8-15.tar.xz) = 164757b17b20763b02d44ddf7130702600340b3a -RMD160 (ImageMagick-7.0.8-15.tar.xz) = e330dee534d95a97467b651f96a7b02e39624e6f -SHA512 (ImageMagick-7.0.8-15.tar.xz) = d5ce76aa5ffdc21d6872460e78d845cfe7dffe73d6078b038f4212bee9f140a6812084baefa7b562e863ecc0baace03232f46de8c2f621bce558690fc983c908 -Size (ImageMagick-7.0.8-15.tar.xz) = 8645376 bytes +SHA1 (ImageMagick-7.0.8-16.tar.xz) = 29ed6182fd6521f30d7f3ebe5d4b768f59b54ba9 +RMD160 (ImageMagick-7.0.8-16.tar.xz) = 614ee7c7b255f6a7407fff765af046fa1eb5ba2e +SHA512 (ImageMagick-7.0.8-16.tar.xz) = fbc0b0410702c15352989652c055e4e1a099878e30b859c75322e162eccd384cabb98e14cac14e3fb2c902f25f80a5b62f94380ef78f891731980de9a40b6867 +Size (ImageMagick-7.0.8-16.tar.xz) = 8646148 bytes SHA1 (patch-config_policy.xml) = 2c446a00fc00f85ab33eae0691d4d8989a46289f |