pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/ruby-RMagick



Module Name:    pkgsrc
Committed By:   taca
Date:           Tue Nov  9 14:53:22 UTC 2021

Modified Files:
        pkgsrc/graphics/ruby-RMagick: Makefile distinfo

Log Message:
graphics/ruby-RMagick: update to 4.2.3

RMagick 4.2.3 (2021-10-10)

Bug Fixes

* Re-add block syntax deprecation warning and fix in RMagick source (#1279)
  (#1280)
* Doc: Replace Magick::Montage with Magick::ImageList::Montage (#1281)
* Update shadow example (#1297)
* Escape the backslashes in windows error message (#1298)
* Also set the alpha value of the target pixel (#1299)
* Set alpha_trait to BlendPixelTrait when the alpha value of the pixel is
  not opaque. (#1300)


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/graphics/ruby-RMagick/Makefile
cvs rdiff -u -r1.64 -r1.65 pkgsrc/graphics/ruby-RMagick/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-RMagick/Makefile
diff -u pkgsrc/graphics/ruby-RMagick/Makefile:1.136 pkgsrc/graphics/ruby-RMagick/Makefile:1.137
--- pkgsrc/graphics/ruby-RMagick/Makefile:1.136 Sat Oct  9 15:35:07 2021
+++ pkgsrc/graphics/ruby-RMagick/Makefile       Tue Nov  9 14:53:22 2021
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.136 2021/10/09 15:35:07 nia Exp $
+# $NetBSD: Makefile,v 1.137 2021/11/09 14:53:22 taca Exp $
 
-DISTNAME=      rmagick-4.2.2
+DISTNAME=      rmagick-4.2.3
 PKGNAME=       ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/}
-PKGREVISION=   6
 CATEGORIES=    graphics
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/graphics/ruby-RMagick/distinfo
diff -u pkgsrc/graphics/ruby-RMagick/distinfo:1.64 pkgsrc/graphics/ruby-RMagick/distinfo:1.65
--- pkgsrc/graphics/ruby-RMagick/distinfo:1.64  Tue Oct 26 10:46:51 2021
+++ pkgsrc/graphics/ruby-RMagick/distinfo       Tue Nov  9 14:53:22 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.64 2021/10/26 10:46:51 nia Exp $
+$NetBSD: distinfo,v 1.65 2021/11/09 14:53:22 taca Exp $
 
-BLAKE2s (rmagick-4.2.2.gem) = 689d12b21d8c8fd57a86404a9f003ba983177e29d0bde6dc3be3945c718ffdba
-SHA512 (rmagick-4.2.2.gem) = 2b25970fabb4c87dfb212ba9f349a290382262f2cba548fe0930ffd8f1d644e305918ce2d058eac87f93fcf0b202c1bce6e76654413f2ca5ea96b9e88256a696
-Size (rmagick-4.2.2.gem) = 232960 bytes
+BLAKE2s (rmagick-4.2.3.gem) = df44e2caae91a72de607a443e1a6aedbc4a9d1e50e22e9838d0d1b2178b79917
+SHA512 (rmagick-4.2.3.gem) = f83553fdb63a2d32c36355337b5c986a47f3d7619e006ca6db9bf5e4dca6f904e3653674a92c39883612378a694b59798e0b5d9f62384c042a7d748615447bad
+Size (rmagick-4.2.3.gem) = 233472 bytes



Home | Main Index | Thread Index | Old Index