summaryrefslogtreecommitdiff
path: root/graphics/ruby-mini-magick
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-09-13 14:32:27 +0000
committertaca <taca@pkgsrc.org>2015-09-13 14:32:27 +0000
commit2bd88bbd63bfed285f0d8aebe7944027f9b94d02 (patch)
tree6c13f955a7ead3111f3bddf04469972f7f6ef3b3 /graphics/ruby-mini-magick
parent3537c9d6264e0bd1fcb5f186d7059acea1b15638 (diff)
downloadpkgsrc-2bd88bbd63bfed285f0d8aebe7944027f9b94d02.tar.gz
Update ruby-mini-magick to 4.3.3.
v4.3.3 * Fixed a bug where, if you would reference any image info inside Image#format {} or Image#combine_options {}, this info would be cached even after these methods were executed, leaving the MiniMagick::Image instance with stale data. v4.3.2 * Fixed MiniMagick::Image.new("...").format("<ext>") not working if the image didn't have an extension. v4.3.1 * Reverted making MiniMagick configuration thread safe, until we figure out what caused #328. v4.3.0 * Fixed early reportings of ImageMagick/GraphicsMagick not being installed by removing the automagically generated methods (commit) * MiniMagick.with_cli is now thread-safe, as well as other configuration options v4.2.10 * Make GraphicsMagick's mogrify support the "-gravity" option. v4.2.9 * Fixes MiniMagick::Image#size to properly return filesize in bytes * Added MiniMagick::Image#human_size which holds ImageMagick's human-readable size string. v4.2.8 This version has been yanked as it holds a backwards incompatibility which breaks CarrierWave. * MiniMagick.with_cli will now restore the old CLI even when errors occur. * Fixed race condition which caused the MiniMagick::Tool methods not to be defined yet (can happen in multithreaded environments) Backwards compatibility * MiniMagick::Image#size now returns a string with the filesize unit included
Diffstat (limited to 'graphics/ruby-mini-magick')
-rw-r--r--graphics/ruby-mini-magick/Makefile4
-rw-r--r--graphics/ruby-mini-magick/distinfo8
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/ruby-mini-magick/Makefile b/graphics/ruby-mini-magick/Makefile
index 8e3d5e084d7..6f0ece4716d 100644
--- a/graphics/ruby-mini-magick/Makefile
+++ b/graphics/ruby-mini-magick/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2015/06/07 10:43:50 taca Exp $
+# $NetBSD: Makefile,v 1.16 2015/09/13 14:32:27 taca Exp $
-DISTNAME= mini_magick-4.2.7
+DISTNAME= mini_magick-4.3.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
CATEGORIES= graphics
diff --git a/graphics/ruby-mini-magick/distinfo b/graphics/ruby-mini-magick/distinfo
index fc6852b829c..51848b1a8cd 100644
--- a/graphics/ruby-mini-magick/distinfo
+++ b/graphics/ruby-mini-magick/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2015/06/07 10:43:50 taca Exp $
+$NetBSD: distinfo,v 1.14 2015/09/13 14:32:27 taca Exp $
-SHA1 (mini_magick-4.2.7.gem) = d5ec0f003d34c8291075641cf7cbc27561634cf9
-RMD160 (mini_magick-4.2.7.gem) = 891e92793a45607122d7b87059e21d3f9bb40efd
-Size (mini_magick-4.2.7.gem) = 16384 bytes
+SHA1 (mini_magick-4.3.3.gem) = a12c6e519706412d87161b15086c19f27d5e34fb
+RMD160 (mini_magick-4.3.3.gem) = 2e2e8698fc056c050eea768c9bb485cef856e502
+Size (mini_magick-4.3.3.gem) = 15872 bytes