Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8FC9D1A923C for ; Sat, 12 Feb 2022 15:29:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id D9E5E84E77; Sat, 12 Feb 2022 15:29:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1E39884D28 for ; Sat, 12 Feb 2022 15:29:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id gBCLJjjP0tcm for ; Sat, 12 Feb 2022 15:29:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 8C81384D17 for ; Sat, 12 Feb 2022 15:29:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 83D93FB24; Sat, 12 Feb 2022 15:29:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164467976323740" MIME-Version: 1.0 Date: Sat, 12 Feb 2022 15:29:23 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/graphics/ruby-RMagick To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20220212152923.83D93FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164467976323740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Feb 12 15:29:23 UTC 2022 Modified Files: pkgsrc/graphics/ruby-RMagick: Makefile distinfo Log Message: graphics/ruby-RMagick: update to 4.2.4 4.2.4 (2021-12-27) Improvements * spec_helper: drop require_relative to lib directory (#1306) * Fix build error with Ruby 3.1 on macOS (#1313) Bug Fixes * remove Mutex in trace_proc= (#1303) * channel_mean_spec: fix floating point comparison (#1307) * changed_predicate_spec: ensure target directory exists (#1305) * Doc: Fix documentation of Magick::Image#crop (#1311) * Magick::UndefinedKernel should also not be used when creating a new KernelInfo. (#1312) To generate a diff of this commit: cvs rdiff -u -r1.138 -r1.139 pkgsrc/graphics/ruby-RMagick/Makefile cvs rdiff -u -r1.65 -r1.66 pkgsrc/graphics/ruby-RMagick/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164467976323740 Content-Disposition: inline Content-Length: 1626 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/graphics/ruby-RMagick/Makefile diff -u pkgsrc/graphics/ruby-RMagick/Makefile:1.138 pkgsrc/graphics/ruby-RMagick/Makefile:1.139 --- pkgsrc/graphics/ruby-RMagick/Makefile:1.138 Wed Dec 8 16:05:05 2021 +++ pkgsrc/graphics/ruby-RMagick/Makefile Sat Feb 12 15:29:23 2022 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.138 2021/12/08 16:05:05 adam Exp $ +# $NetBSD: Makefile,v 1.139 2022/02/12 15:29:23 taca Exp $ -DISTNAME= rmagick-4.2.3 +DISTNAME= rmagick-4.2.4 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME:S/rmagick/RMagick/} -PKGREVISION= 1 CATEGORIES= graphics MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/graphics/ruby-RMagick/distinfo diff -u pkgsrc/graphics/ruby-RMagick/distinfo:1.65 pkgsrc/graphics/ruby-RMagick/distinfo:1.66 --- pkgsrc/graphics/ruby-RMagick/distinfo:1.65 Tue Nov 9 14:53:22 2021 +++ pkgsrc/graphics/ruby-RMagick/distinfo Sat Feb 12 15:29:23 2022 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.65 2021/11/09 14:53:22 taca Exp $ +$NetBSD: distinfo,v 1.66 2022/02/12 15:29:23 taca Exp $ -BLAKE2s (rmagick-4.2.3.gem) = df44e2caae91a72de607a443e1a6aedbc4a9d1e50e22e9838d0d1b2178b79917 -SHA512 (rmagick-4.2.3.gem) = f83553fdb63a2d32c36355337b5c986a47f3d7619e006ca6db9bf5e4dca6f904e3653674a92c39883612378a694b59798e0b5d9f62384c042a7d748615447bad -Size (rmagick-4.2.3.gem) = 233472 bytes +BLAKE2s (rmagick-4.2.4.gem) = 75b697934bbc3bab4ea559a920e0e029a3d6f7210715d3af787f4b3933447560 +SHA512 (rmagick-4.2.4.gem) = 3f8354f0b34e46799e1fb2e5933ce9c7f150dfb3e9709aa9fde8834db60a18a4ec81ecd7bb7052cf28514cc63cfde542c8f34144f36856c1423c612794768bd2 +Size (rmagick-4.2.4.gem) = 233472 bytes --_----------=_164467976323740--