summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2017-04-22 16:33:23 +0000
committertaca <taca@pkgsrc.org>2017-04-22 16:33:23 +0000
commit34f6a5e83f0e009cc52a7060dea39ab1c5e640b4 (patch)
treeb02de66886c2c9ccdd7191c7d295b4ff89af1179 /graphics
parent69553ccc1dd06f8026fe903029a8363ffbd92504 (diff)
downloadpkgsrc-34f6a5e83f0e009cc52a7060dea39ab1c5e640b4.tar.gz
Update ruby-mini-magick to 4.7.0.
4.7.0 2017/03/28 * Added MiniMagick::Image#get_pixels, which returns a matrix where each member is a 3-element array of numbers between 0 and 255, one for each of the RGB channels. * When MiniMagick.timeout is set and the command times out, previously the command would still continue running in the background. Now when Timeout::Error is raised, we also kill the subprocess running the command with SIGTERM. * Implementation of posix-spawn has been improved, where now both stdout and stderr are read from at the same time, stdin pipe is closed immediately after writing the input, and stdout and stderr pipes are closed once the command finishes. This now has essentially the same behaivour as Open3.popen3 with a block.
Diffstat (limited to 'graphics')
-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 7db5a6aab9e..c86163cfac2 100644
--- a/graphics/ruby-mini-magick/Makefile
+++ b/graphics/ruby-mini-magick/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2017/03/20 13:15:42 taca Exp $
+# $NetBSD: Makefile,v 1.22 2017/04/22 16:33:23 taca Exp $
-DISTNAME= mini_magick-4.6.1
+DISTNAME= mini_magick-4.7.0
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
diff --git a/graphics/ruby-mini-magick/distinfo b/graphics/ruby-mini-magick/distinfo
index 3420f101740..97f4490b24d 100644
--- a/graphics/ruby-mini-magick/distinfo
+++ b/graphics/ruby-mini-magick/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2017/03/20 13:15:42 taca Exp $
+$NetBSD: distinfo,v 1.21 2017/04/22 16:33:23 taca Exp $
-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
+SHA1 (mini_magick-4.7.0.gem) = 83b3317a4611061e133e4095e5455e3f2f1bdcdb
+RMD160 (mini_magick-4.7.0.gem) = a6cecce54419993a9a694bbf093664b5bd7c9513
+SHA512 (mini_magick-4.7.0.gem) = cad9e79c2cd8d5fecf0dc3e0f7f0faba956c2988405220e0f3860c54b35b25cdef6fe7fed81353e9ef6447b4126e405ff0da57bf358deddfe45f380e5c1c20a7
+Size (mini_magick-4.7.0.gem) = 17408 bytes