summaryrefslogtreecommitdiff
path: root/graphics/ruby-mini-magick
diff options
context:
space:
mode:
authortaca <taca>2017-03-20 13:15:42 +0000
committertaca <taca>2017-03-20 13:15:42 +0000
commit85848efc3fa96bc47d1247e4f409c76b62038d59 (patch)
treec0c9f2158570a6109fac716cf368806c81ba7261 /graphics/ruby-mini-magick
parentb168c92a12b08fc64ab4375d2695ebb30e2fa38f (diff)
downloadpkgsrc-85848efc3fa96bc47d1247e4f409c76b62038d59.tar.gz
Update ruby-mini-magick to 4.6.1.
v4.6.1 12 Feb 2017 * Fixed MiniMagick::Image#data to be work for multilayer images where array is returned as the JSON representation (@bytheway875) * Fixed stdout and stderr buffer overload that can happen when processing many images using posix-spawn (@lest) v4.6.0 3 Dec 2016 * Fix Image#exif raising an error when an exif value contains a "=" chracter * Fix Image#exif raising an error when an exif value spans on multiple lines * Introduced Image#data as an alternative to Image#details, which uses ImageMagick's ability to retrieve identify -verbose output in JSON format. This eliminates possibility of any parsing errors. It is available on ImageMagick 6.8.8-3 or above. * Allow Image#format to accept a hash of options as a third argument, which will be added to the convert command before original path is added * Support Pathname in Image.new, as we already supported Pathname in Image.open * Added Tool#stdout which adds - to the command (the same as Tool#stdin does)
Diffstat (limited to 'graphics/ruby-mini-magick')
-rw-r--r--graphics/ruby-mini-magick/Makefile4
-rw-r--r--graphics/ruby-mini-magick/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/ruby-mini-magick/Makefile b/graphics/ruby-mini-magick/Makefile
index 63e8cef57c2..7db5a6aab9e 100644
--- a/graphics/ruby-mini-magick/Makefile
+++ b/graphics/ruby-mini-magick/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2016/10/15 13:48:01 taca Exp $
+# $NetBSD: Makefile,v 1.21 2017/03/20 13:15:42 taca Exp $
-DISTNAME= mini_magick-4.5.1
+DISTNAME= mini_magick-4.6.1
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
diff --git a/graphics/ruby-mini-magick/distinfo b/graphics/ruby-mini-magick/distinfo
index e2300dc72b9..3420f101740 100644
--- a/graphics/ruby-mini-magick/distinfo
+++ b/graphics/ruby-mini-magick/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.19 2016/10/15 13:48:01 taca Exp $
+$NetBSD: distinfo,v 1.20 2017/03/20 13:15:42 taca Exp $
-SHA1 (mini_magick-4.5.1.gem) = 010d12f41d99b9064583778da44f6ff05d566434
-RMD160 (mini_magick-4.5.1.gem) = 0ae063af75b7ac255a85a488c40d93fadddc9815
-SHA512 (mini_magick-4.5.1.gem) = 6c601128710888e44680d4b7d8cd39e7fa1b8f7a3e5fc06a4bae31993c4fb2d8f14f01dfd697441b2f4f5d75efe6d5d531288dfea17e5b72e51269748f58a3e9
-Size (mini_magick-4.5.1.gem) = 16384 bytes
+SHA1 (mini_magick-4.6.1.gem) = 3c04c2f0a4eb2785ab061da174db3fe92b929799
+RMD160 (mini_magick-4.6.1.gem) = e8b40b9bca77479ca9892a88d3e4baec0d444d6c
+SHA512 (mini_magick-4.6.1.gem) = 091296526262f491b98a4ef96347a5d02bdef6ce5986711e2d637901501dc66bb9337dcaa9491b347c09f5fd7a73e084290fe6e5043611ca819d0be7743775ef
+Size (mini_magick-4.6.1.gem) = 16896 bytes