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/3883d6b7f34d
branches:  trunk
changeset: 353838:3883d6b7f34d
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Oct 15 13:48:01 2016 +0000

description:
Update ruby-mini-magick to 4.5.1.

v4.5.1

* Fixed MiniMagick logging commands by default

v4.5.0

New features

* Added the ability for ImageMagick commands to accept standard input:

        identify = MiniMagick::Tool::Identify.new
        identify.stdin # adds "-"
        identify.call(stdin: image_content)

* Added ability to capture stdout, stderr and exist status by passing a block
  to MiniMagick::Tool#call:

        compare = MiniMagick::Tool::Compare.new
        # build the command
        compare.call do |stdout, stderr, status|
          # ...
        end

* Added ability to assign MiniMagick.logger to Rails.logger

Bug fixes

* The value of MiniMagick.whiny configuration option is now respected
* The new filename when calling #format is now generated better when calling
  on a layer
* Delete *.cache files generated by .mpc files when deleting MiniMagick::Image

Deprecations

* Whiny option should now be passed as a keyword argument:

        MiniMagick::Tool::Identify.new(false) # deprecated
        MiniMagick::Tool::Identify.new(whiny: false) # good

* Passing the whiny argument to MiniMagick::Tool#call is deprecated, it should
  now always be passed to MiniMagick::Tool.new

diffstat:

 graphics/ruby-mini-magick/Makefile |   4 ++--
 graphics/ruby-mini-magick/PLIST    |   3 +--
 graphics/ruby-mini-magick/distinfo |  10 +++++-----
 3 files changed, 8 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r 0bbf9a0ec422 -r 3883d6b7f34d graphics/ruby-mini-magick/Makefile
--- a/graphics/ruby-mini-magick/Makefile        Sat Oct 15 13:42:24 2016 +0000
+++ b/graphics/ruby-mini-magick/Makefile        Sat Oct 15 13:48:01 2016 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2016/02/17 15:02:44 taca Exp $
+# $NetBSD: Makefile,v 1.20 2016/10/15 13:48:01 taca Exp $
 
-DISTNAME=      mini_magick-4.4.0
+DISTNAME=      mini_magick-4.5.1
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    graphics
 
diff -r 0bbf9a0ec422 -r 3883d6b7f34d graphics/ruby-mini-magick/PLIST
--- a/graphics/ruby-mini-magick/PLIST   Sat Oct 15 13:42:24 2016 +0000
+++ b/graphics/ruby-mini-magick/PLIST   Sat Oct 15 13:48:01 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2015/02/03 14:14:12 taca Exp $
+@comment $NetBSD: PLIST,v 1.12 2016/10/15 13:48:01 taca Exp $
 ${GEM_HOME}/cache/${GEM_NAME}.gem
 ${GEM_LIBDIR}/MIT-LICENSE
 ${GEM_LIBDIR}/Rakefile
@@ -7,7 +7,6 @@
 ${GEM_LIBDIR}/lib/mini_magick/configuration.rb
 ${GEM_LIBDIR}/lib/mini_magick/image.rb
 ${GEM_LIBDIR}/lib/mini_magick/image/info.rb
-${GEM_LIBDIR}/lib/mini_magick/logger.rb
 ${GEM_LIBDIR}/lib/mini_magick/shell.rb
 ${GEM_LIBDIR}/lib/mini_magick/tool.rb
 ${GEM_LIBDIR}/lib/mini_magick/tool/animate.rb
diff -r 0bbf9a0ec422 -r 3883d6b7f34d graphics/ruby-mini-magick/distinfo
--- a/graphics/ruby-mini-magick/distinfo        Sat Oct 15 13:42:24 2016 +0000
+++ b/graphics/ruby-mini-magick/distinfo        Sat Oct 15 13:48:01 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.18 2016/02/17 15:02:44 taca Exp $
+$NetBSD: distinfo,v 1.19 2016/10/15 13:48:01 taca Exp $
 
-SHA1 (mini_magick-4.4.0.gem) = 8f5b312185461696aed86da02810d4a03ab50a4c
-RMD160 (mini_magick-4.4.0.gem) = a8f1b42dfc34885399caa736f5f83f8207368174
-SHA512 (mini_magick-4.4.0.gem) = 9538a4897199b57fee774cbcaceb86aed7113600ee4906b7a22406cca5eb1cdb6f4fc6df91f8cf36b1c97304e3323e70f2c8ee6a6fba7dede32fb079b9041683
-Size (mini_magick-4.4.0.gem) = 16384 bytes
+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



Home | Main Index | Thread Index | Old Index