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:           Sun Jan 15 15:38:07 UTC 2023

Modified Files:
        pkgsrc/graphics/ruby-mini-magick: Makefile distinfo

Log Message:
graphics/ruby-mini-magick: update to 4.12.0

4.12.0 (2022-12-06)

* Added new tmpdir configuration, which defaults to Dir.tmpdir (#541)

        MiniMagick.configure do |config|
          config.tmpdir = File.join(Dir.tmpdir, "/my/new/tmp_dir")
        end

* Don't leave temporary files lying around when MiniMagick::Image#format
  failed (#547)
* Replace File.exists? with File.exist?, which should fix Ruby 3.2
  compatibility (#550)
* Fixed a case where the log could not be parsed correctly when there were
  multiple lines (#540)
* Added status to the exception message when the ImageMagick command fails
  (#542)
* Allow passing format to Image#get_pixels so we can request "RGBA" pixels
  (#537)
* Suppress warning to ambiguous argument (#529)
* Use Thread#join with a timeout argument instead of the Timeout standard
  library (#525)


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/graphics/ruby-mini-magick/Makefile
cvs rdiff -u -r1.28 -r1.29 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.27 pkgsrc/graphics/ruby-mini-magick/Makefile:1.28
--- pkgsrc/graphics/ruby-mini-magick/Makefile:1.27      Mon Jan 11 13:49:37 2021
+++ pkgsrc/graphics/ruby-mini-magick/Makefile   Sun Jan 15 15:38:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2021/01/11 13:49:37 taca Exp $
+# $NetBSD: Makefile,v 1.28 2023/01/15 15:38:07 taca Exp $
 
-DISTNAME=      mini_magick-4.11.0
+DISTNAME=      mini_magick-4.12.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    graphics
 

Index: pkgsrc/graphics/ruby-mini-magick/distinfo
diff -u pkgsrc/graphics/ruby-mini-magick/distinfo:1.28 pkgsrc/graphics/ruby-mini-magick/distinfo:1.29
--- pkgsrc/graphics/ruby-mini-magick/distinfo:1.28      Tue Oct 26 10:46:53 2021
+++ pkgsrc/graphics/ruby-mini-magick/distinfo   Sun Jan 15 15:38:07 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2021/10/26 10:46:53 nia Exp $
+$NetBSD: distinfo,v 1.29 2023/01/15 15:38:07 taca Exp $
 
-BLAKE2s (mini_magick-4.11.0.gem) = d03fbd6d8d5db3ac1912346fb3cdd1201dbbdb25618015f548b7233c10bdb70d
-SHA512 (mini_magick-4.11.0.gem) = 6d9eee9b49df912ec7705609d8524015651cc5e08e29a9818094c69f8a374d10e48d7d5a1c4b822a0900b8450752d8eb2e05f5e0996ff2afd5690f79d40ee930
-Size (mini_magick-4.11.0.gem) = 18944 bytes
+BLAKE2s (mini_magick-4.12.0.gem) = 3454608645ff738217e4653d262c3da871859919b05ab064eeb25ae606f71001
+SHA512 (mini_magick-4.12.0.gem) = 48fa9912b0b0fbec253e3690337afd7ba8caa25174fb5e982443665fb032e8d54780baad67411e6d6c30cbc3eeccd7e3828ddeef00914823add1422253cbb084
+Size (mini_magick-4.12.0.gem) = 18944 bytes



Home | Main Index | Thread Index | Old Index