summaryrefslogtreecommitdiff
path: root/graphics/ruby-RMagick/Makefile
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-11-02 01:28:50 +0000
committerobache <obache@pkgsrc.org>2008-11-02 01:28:50 +0000
commit1d08806591990e3af9115518b83d34b0595ea1d7 (patch)
tree280a0f10d542c7fe9fcadb748f5d7540210d9c39 /graphics/ruby-RMagick/Makefile
parente26d82d607ebf5121ce8aca0bd47d8aa25c42ee4 (diff)
downloadpkgsrc-1d08806591990e3af9115518b83d34b0595ea1d7.tar.gz
Update RMagick to 2.7.1.
RMagick 2.7.1 o Fix bug #22471, Magick::fonts can abend on 64-bit systems (bug report and patch by James Le Cuirot) o ImageList.new accepts a block which is passed on to Image::read when reading the input images. The block is executed in the context of an Image::Info object. o Add support for the "user" image property. o Define the Magick::FatalImageMagickError exception class, raised if ImageMagick raises a fatal (unrecoverable) exception. o Added feature #22618, Image#total_ink_density (request by F. Behrens)
Diffstat (limited to 'graphics/ruby-RMagick/Makefile')
-rw-r--r--graphics/ruby-RMagick/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-RMagick/Makefile b/graphics/ruby-RMagick/Makefile
index 23ae7766417..42bc67f4c35 100644
--- a/graphics/ruby-RMagick/Makefile
+++ b/graphics/ruby-RMagick/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.55 2008/09/29 14:28:45 taca Exp $
+# $NetBSD: Makefile,v 1.56 2008/11/02 01:28:50 obache Exp $
-DISTNAME= rmagick-2.7.0
+DISTNAME= rmagick-2.7.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
CATEGORIES= graphics