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 538C91A923A for ; Sat, 11 Dec 2021 13:34:17 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 8B79384E76; Sat, 11 Dec 2021 13:34:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C490884E76 for ; Sat, 11 Dec 2021 13:34:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id vkOPxsEGABIe for ; Sat, 11 Dec 2021 13:34:15 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 47D1A84C71 for ; Sat, 11 Dec 2021 13:34:15 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45240FAEC; Sat, 11 Dec 2021 13:34:15 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_163922965528690" MIME-Version: 1.0 Date: Sat, 11 Dec 2021 13:34:15 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/ruby-test-unit To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211211133415.45240FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_163922965528690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: taca Date: Sat Dec 11 13:34:15 UTC 2021 Modified Files: pkgsrc/devel/ruby-test-unit: Makefile distinfo Log Message: devel/ruby-test-unit: update to 3.5.2 3.5.2 (2021-12-10) Improvements * Required fileutils lazy. [GitHub#206][Patch by David Rodríguez] To generate a diff of this commit: cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/ruby-test-unit/Makefile cvs rdiff -u -r1.42 -r1.43 pkgsrc/devel/ruby-test-unit/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_163922965528690 Content-Disposition: inline Content-Length: 1547 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/ruby-test-unit/Makefile diff -u pkgsrc/devel/ruby-test-unit/Makefile:1.45 pkgsrc/devel/ruby-test-unit/Makefile:1.46 --- pkgsrc/devel/ruby-test-unit/Makefile:1.45 Tue Nov 9 14:40:55 2021 +++ pkgsrc/devel/ruby-test-unit/Makefile Sat Dec 11 13:34:15 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2021/11/09 14:40:55 taca Exp $ +# $NetBSD: Makefile,v 1.46 2021/12/11 13:34:15 taca Exp $ -DISTNAME= test-unit-3.5.1 +DISTNAME= test-unit-3.5.2 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/ruby-test-unit/distinfo diff -u pkgsrc/devel/ruby-test-unit/distinfo:1.42 pkgsrc/devel/ruby-test-unit/distinfo:1.43 --- pkgsrc/devel/ruby-test-unit/distinfo:1.42 Tue Nov 9 14:40:55 2021 +++ pkgsrc/devel/ruby-test-unit/distinfo Sat Dec 11 13:34:15 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.42 2021/11/09 14:40:55 taca Exp $ +$NetBSD: distinfo,v 1.43 2021/12/11 13:34:15 taca Exp $ -BLAKE2s (test-unit-3.5.1.gem) = 20e57239a72bd210c96e62029e97ceb1bd0a1ec91e50c6067e49dfb5d2ece5a1 -SHA512 (test-unit-3.5.1.gem) = ab9816b49936f81852c2efc512424e35103223a74cf40fe6c92f9df7a8b8bca3d1aeab6872e1670655dc06a11b6251e9bb061884305b9fe7eb40fb65504a8187 -Size (test-unit-3.5.1.gem) = 91648 bytes +BLAKE2s (test-unit-3.5.2.gem) = 6322d2bcc84f538671c1bd856e8a7062b84608333279fedc1374a53048952fdd +SHA512 (test-unit-3.5.2.gem) = 7bb94c18d0994d9614e1390412c469561636b2edaf6d99b738b897b49d14ec4efb02411d7f1c389cc4b35b4fe6817b6b3134c597ceef55d0cd52ca7f953ca2db +Size (test-unit-3.5.2.gem) = 91648 bytes --_----------=_163922965528690--