pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/ruby-mini-magick Update ruby-mini-magick to 4...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/58518a0bfe9f
branches:  trunk
changeset: 361497:58518a0bfe9f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Apr 22 16:33:23 2017 +0000

description:
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:

 graphics/ruby-mini-magick/Makefile |   4 ++--
 graphics/ruby-mini-magick/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 8f0996ecf2bf -r 58518a0bfe9f graphics/ruby-mini-magick/Makefile
--- a/graphics/ruby-mini-magick/Makefile        Sat Apr 22 16:32:39 2017 +0000
+++ b/graphics/ruby-mini-magick/Makefile        Sat Apr 22 16:33:23 2017 +0000
@@ -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 -r 8f0996ecf2bf -r 58518a0bfe9f graphics/ruby-mini-magick/distinfo
--- a/graphics/ruby-mini-magick/distinfo        Sat Apr 22 16:32:39 2017 +0000
+++ b/graphics/ruby-mini-magick/distinfo        Sat Apr 22 16:33:23 2017 +0000
@@ -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



Home | Main Index | Thread Index | Old Index