Received: by mail.netbsd.org (Postfix, from userid 605) id F3E9F84D26; Sun, 15 Jan 2023 15:44:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2E66284D26 for ; Sun, 15 Jan 2023 15:44:38 +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 0vepiTSAclyH for ; Sun, 15 Jan 2023 15:44:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9DDC684CF7 for ; Sun, 15 Jan 2023 15:44:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 977D9FA90; Sun, 15 Jan 2023 15:44:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673797477200330" MIME-Version: 1.0 Date: Sun, 15 Jan 2023 15:44:37 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/sysutils/ruby-listen To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20230115154437.977D9FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673797477200330 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 15 15:44:37 UTC 2023 Modified Files: pkgsrc/sysutils/ruby-listen: Makefile distinfo Log Message: sysutils/ruby-listen: update to 3.8.0 3.8.0 (2023-01-09) * Use the defined type to the default value of directory (#566) @y-yagi * update ruby version matrix to drop 2.4, 2.5 and add 3.2 (#567) @ColinDKelley * Update ruby version 3.0.4 (#562) @vickyprahastra * Raise argument error when passing a file path (#563) @janko * Fix kwargs matching with rspec-mock 3.12 and Ruby 3+ (#564) @voxik * Disable fail-fast for CI matrix (#555) @ybiquitous * Add Ruby 3.0/3.1 to CI (#554) @ybiquitous To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/sysutils/ruby-listen/Makefile cvs rdiff -u -r1.18 -r1.19 pkgsrc/sysutils/ruby-listen/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673797477200330 Content-Disposition: inline Content-Length: 1526 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/ruby-listen/Makefile diff -u pkgsrc/sysutils/ruby-listen/Makefile:1.21 pkgsrc/sysutils/ruby-listen/Makefile:1.22 --- pkgsrc/sysutils/ruby-listen/Makefile:1.21 Sun Aug 28 13:07:27 2022 +++ pkgsrc/sysutils/ruby-listen/Makefile Sun Jan 15 15:44:37 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2022/08/28 13:07:27 taca Exp $ +# $NetBSD: Makefile,v 1.22 2023/01/15 15:44:37 taca Exp $ -DISTNAME= listen-3.7.1 +DISTNAME= listen-3.8.0 CATEGORIES= sysutils MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/sysutils/ruby-listen/distinfo diff -u pkgsrc/sysutils/ruby-listen/distinfo:1.18 pkgsrc/sysutils/ruby-listen/distinfo:1.19 --- pkgsrc/sysutils/ruby-listen/distinfo:1.18 Sun Aug 28 13:07:27 2022 +++ pkgsrc/sysutils/ruby-listen/distinfo Sun Jan 15 15:44:37 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.18 2022/08/28 13:07:27 taca Exp $ +$NetBSD: distinfo,v 1.19 2023/01/15 15:44:37 taca Exp $ -BLAKE2s (listen-3.7.1.gem) = c87d8a5f64dc152aface60e6da02fc4d65836741d66bdf20de8df661d923d1f3 -SHA512 (listen-3.7.1.gem) = 902324850d022086ced8aa0759638a3d909c717ea8045af276f1a2e27128796c5fbe0b4b7e57aee76362cbeac3401101eaf68d9cc173364507811f7934c8e606 -Size (listen-3.7.1.gem) = 30208 bytes +BLAKE2s (listen-3.8.0.gem) = e508b97404138a6397027c61f27395b905466c47decffa2c11935148e96bba88 +SHA512 (listen-3.8.0.gem) = ee31bae33ab1f2b8a8fed46540f405ea57a7eeab8c47c386540e83f8e78294f7930e7715dab406500424a68c738339c89af73b6e9ee1c2aa4c2c8572067cc355 +Size (listen-3.8.0.gem) = 30720 bytes --_----------=_1673797477200330--