diff options
author | adam <adam@pkgsrc.org> | 2006-03-05 21:25:48 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2006-03-05 21:25:48 +0000 |
commit | 82320dd49fe6c6bf532a2bba8dead8566bc579cc (patch) | |
tree | f1ee10f82271c4709f2f3fce861f26baa682dc96 /graphics/ImageMagick/Makefile | |
parent | 8b2441c12ed3bc83b2025e9925970160e2367a44 (diff) | |
download | pkgsrc-82320dd49fe6c6bf532a2bba8dead8566bc579cc.tar.gz |
Changes 6.2.6.3:
* The command line utilities properly returns a non-zero status when an
exception is thrown.
Changes 6.2.6.2
* Fix a memory leak in each of CompositeImageCommand() and CompositeImage()
* Add new options -layers compare-any, -layers compare-clear,
-layers compare-overlay, and -layers optimize.
* Draw last dash in a dashed polyline.
* Add %D to -format to return the image disposal method.
* ncorrect handling of file:// URIs causes data loss (patch from Daniel
Kobras).
* Set default BMP resolution units to PixelsPerCentimeter (problem report
from digipete@shaw...).
Diffstat (limited to 'graphics/ImageMagick/Makefile')
-rw-r--r-- | graphics/ImageMagick/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/ImageMagick/Makefile b/graphics/ImageMagick/Makefile index 52c67eabad3..764ee155259 100644 --- a/graphics/ImageMagick/Makefile +++ b/graphics/ImageMagick/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.139 2006/02/08 12:19:38 tv Exp $ +# $NetBSD: Makefile,v 1.140 2006/03/05 21:25:48 adam Exp $ .include "Makefile.common" PKGNAME= ImageMagick-${DISTVERSION} -PKGREVISION= 3 MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.simplesystems.org/ImageMagick/ |