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 800851A9217 for ; Sun, 10 Jan 2021 14:05:24 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B6AEC84D67; Sun, 10 Jan 2021 14:05:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id F32A084D3D for ; Sun, 10 Jan 2021 14:05:22 +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 wQJxR75GLhmM for ; Sun, 10 Jan 2021 14:05:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7AEAA84CEC for ; Sun, 10 Jan 2021 14:05:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 78717FA9D; Sun, 10 Jan 2021 14:05:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1610287522256350" MIME-Version: 1.0 Date: Sun, 10 Jan 2021 14:05:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/converters/ruby-unf_ext To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20210110140522.78717FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1610287522256350 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Jan 10 14:05:22 UTC 2021 Modified Files: pkgsrc/converters/ruby-unf_ext: Makefile distinfo Log Message: converters/ruby-unf_ext: update to 0.0.7.7 ## 0.0.7.7 (2019-03-19) - Include Windows binaries for Ruby 2.7. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/converters/ruby-unf_ext/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/converters/ruby-unf_ext/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1610287522256350 Content-Disposition: inline Content-Length: 1673 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/ruby-unf_ext/Makefile diff -u pkgsrc/converters/ruby-unf_ext/Makefile:1.10 pkgsrc/converters/ruby-unf_ext/Makefile:1.11 --- pkgsrc/converters/ruby-unf_ext/Makefile:1.10 Sat Jan 18 15:07:26 2020 +++ pkgsrc/converters/ruby-unf_ext/Makefile Sun Jan 10 14:05:22 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.10 2020/01/18 15:07:26 taca Exp $ +# $NetBSD: Makefile,v 1.11 2021/01/10 14:05:22 taca Exp $ -DISTNAME= unf_ext-0.0.7.6 +DISTNAME= unf_ext-0.0.7.7 CATEGORIES= converters MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/converters/ruby-unf_ext/distinfo diff -u pkgsrc/converters/ruby-unf_ext/distinfo:1.9 pkgsrc/converters/ruby-unf_ext/distinfo:1.10 --- pkgsrc/converters/ruby-unf_ext/distinfo:1.9 Sat Jan 18 15:07:26 2020 +++ pkgsrc/converters/ruby-unf_ext/distinfo Sun Jan 10 14:05:22 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/01/18 15:07:26 taca Exp $ +$NetBSD: distinfo,v 1.10 2021/01/10 14:05:22 taca Exp $ -SHA1 (unf_ext-0.0.7.6.gem) = e1d4eb2d5832e6c6f58c0384c3c33521042cc498 -RMD160 (unf_ext-0.0.7.6.gem) = 4f4b34d22db34d848308138dd1075232fcc98839 -SHA512 (unf_ext-0.0.7.6.gem) = c6b6bc797015875b0a3422dc1e9656eae6c42d2263fd6e73ba41a1789ac1ffe927f81d5d9874973fd8d9bd9486494efa725b081e553954121588818d454db7f2 -Size (unf_ext-0.0.7.6.gem) = 399360 bytes +SHA1 (unf_ext-0.0.7.7.gem) = d0d10680d5bb965d1186ccefb6c01a35e31c4a56 +RMD160 (unf_ext-0.0.7.7.gem) = 55b9e3d186a2b175d75b0ea6c1710f30072a7ce0 +SHA512 (unf_ext-0.0.7.7.gem) = 7dc75f071be4d4f3cd44f64a26c5f63f01494f79f3585eea3b307c3e8133b17b1007c4b36915f7254e516ae7a62268be8f3e4b250dcec7a9a083b5a66582887d +Size (unf_ext-0.0.7.7.gem) = 399360 bytes --_----------=_1610287522256350--