pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/ruby-mini-magick
Module Name: pkgsrc
Committed By: taca
Date: Mon Mar 20 13:15:42 UTC 2017
Modified Files:
pkgsrc/graphics/ruby-mini-magick: Makefile distinfo
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/graphics/ruby-mini-magick/Makefile
cvs rdiff -u -r1.19 -r1.20 pkgsrc/graphics/ruby-mini-magick/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/ruby-mini-magick/Makefile
diff -u pkgsrc/graphics/ruby-mini-magick/Makefile:1.20 pkgsrc/graphics/ruby-mini-magick/Makefile:1.21
--- pkgsrc/graphics/ruby-mini-magick/Makefile:1.20 Sat Oct 15 13:48:01 2016
+++ pkgsrc/graphics/ruby-mini-magick/Makefile Mon Mar 20 13:15:42 2017
@@ -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
Index: pkgsrc/graphics/ruby-mini-magick/distinfo
diff -u pkgsrc/graphics/ruby-mini-magick/distinfo:1.19 pkgsrc/graphics/ruby-mini-magick/distinfo:1.20
--- pkgsrc/graphics/ruby-mini-magick/distinfo:1.19 Sat Oct 15 13:48:01 2016
+++ pkgsrc/graphics/ruby-mini-magick/distinfo Mon Mar 20 13:15:42 2017
@@ -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
Home |
Main Index |
Thread Index |
Old Index