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 Sep  6 15:01:45 UTC 2026

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

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

5.4.0 (2026-08-31)

* Added :inherit_fds option for handing open file descriptors to the IM
  command, so an input that's already an open IO can be passed as /dev/fd/N
  instead of being written out to a file first:

        File.open("input.jpg", "rb") do |file|
          MiniMagick.identify(inherit_fds: [file]) do |identify|
            identify << "/dev/fd/#{file.fileno}"
          end
        end

  Thanks to @flavorjones for the contribution!


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/graphics/ruby-mini-magick/Makefile
cvs rdiff -u -r1.39 -r1.40 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.38 pkgsrc/graphics/ruby-mini-magick/Makefile:1.39
--- pkgsrc/graphics/ruby-mini-magick/Makefile:1.38      Tue Aug 11 16:08:13 2026
+++ pkgsrc/graphics/ruby-mini-magick/Makefile   Sun Sep  6 15:01:45 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2026/08/11 16:08:13 taca Exp $
+# $NetBSD: Makefile,v 1.39 2026/09/06 15:01:45 taca Exp $
 
-DISTNAME=      mini_magick-5.3.3
+DISTNAME=      mini_magick-5.4.0
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/_/-/}
 CATEGORIES=    graphics
 

Index: pkgsrc/graphics/ruby-mini-magick/distinfo
diff -u pkgsrc/graphics/ruby-mini-magick/distinfo:1.39 pkgsrc/graphics/ruby-mini-magick/distinfo:1.40
--- pkgsrc/graphics/ruby-mini-magick/distinfo:1.39      Tue Aug 11 16:08:13 2026
+++ pkgsrc/graphics/ruby-mini-magick/distinfo   Sun Sep  6 15:01:45 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.39 2026/08/11 16:08:13 taca Exp $
+$NetBSD: distinfo,v 1.40 2026/09/06 15:01:45 taca Exp $
 
-BLAKE2s (mini_magick-5.3.3.gem) = 57a327d3fded7f97447bc25f83e2230709ab5f44270876733acf13af5cc89bd1
-SHA512 (mini_magick-5.3.3.gem) = c0e54e87328e966f2515179811e6708a41d527587a3e547a65818a0c3b01dda79b2ab1a6989ba10e2cd8ec4cd83126f4ca8f94efcf492e8f79fbf52ed674e823
-Size (mini_magick-5.3.3.gem) = 22016 bytes
+BLAKE2s (mini_magick-5.4.0.gem) = 210a6a1063cfe3d2bf33c76c7d221d278028ee786f4d65727583af2178fb39b3
+SHA512 (mini_magick-5.4.0.gem) = 3a8e3a2b0d3368773c766695e2fb19da4e842c8a24f40172f598dbfbd91ccad1f4aa70fec7c1f8370089345381c6c9e2645a3a5d50203546613e5a08d351867e
+Size (mini_magick-5.4.0.gem) = 22016 bytes



Home | Main Index | Thread Index | Old Index