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 1A95C1A9239 for ; Sun, 28 Nov 2021 08:02:32 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 4A6D384DB9; Sun, 28 Nov 2021 08:02:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8647F84D41 for ; Sun, 28 Nov 2021 08:02:30 +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 ZmrXu4jurc9v for ; Sun, 28 Nov 2021 08:02:30 +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 0E4F084D04 for ; Sun, 28 Nov 2021 08:02:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 02210FAEC; Sun, 28 Nov 2021 08:02:29 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1638086549176670" MIME-Version: 1.0 Date: Sun, 28 Nov 2021 08:02:29 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/net/ruby-pcaprub To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20211128080230.02210FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1638086549176670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun Nov 28 08:02:29 UTC 2021 Modified Files: pkgsrc/net/ruby-pcaprub: Makefile distinfo Log Message: net/ruby-pcaprub: update to 0.13.1 0.13.1 (2021-09-16) * Fix compilation on win64. * Allow for ruby 3. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/ruby-pcaprub/Makefile \ pkgsrc/net/ruby-pcaprub/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1638086549176670 Content-Disposition: inline Content-Length: 1480 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/ruby-pcaprub/Makefile diff -u pkgsrc/net/ruby-pcaprub/Makefile:1.4 pkgsrc/net/ruby-pcaprub/Makefile:1.5 --- pkgsrc/net/ruby-pcaprub/Makefile:1.4 Sun Feb 14 15:09:30 2021 +++ pkgsrc/net/ruby-pcaprub/Makefile Sun Nov 28 08:02:29 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.4 2021/02/14 15:09:30 taca Exp $ +# $NetBSD: Makefile,v 1.5 2021/11/28 08:02:29 taca Exp $ -DISTNAME= pcaprub-0.13.0 +DISTNAME= pcaprub-0.13.1 CATEGORIES= net MAINTAINER= minskim@NetBSD.org Index: pkgsrc/net/ruby-pcaprub/distinfo diff -u pkgsrc/net/ruby-pcaprub/distinfo:1.4 pkgsrc/net/ruby-pcaprub/distinfo:1.5 --- pkgsrc/net/ruby-pcaprub/distinfo:1.4 Tue Oct 26 11:06:51 2021 +++ pkgsrc/net/ruby-pcaprub/distinfo Sun Nov 28 08:02:29 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2021/10/26 11:06:51 nia Exp $ +$NetBSD: distinfo,v 1.5 2021/11/28 08:02:29 taca Exp $ -BLAKE2s (pcaprub-0.13.0.gem) = d5c747b95c38c1704d136c89b3bb4bbed3c18bfc125d0ed3713892b929570036 -SHA512 (pcaprub-0.13.0.gem) = 6099996cca317194582a50ac89769d11ba802a9658c67f707e342b3c345bcaab26fba5ca2dc245a39eeb01f9ff6fdde1ae64a3a1ee4dd0e5243bae2ebed37e5f -Size (pcaprub-0.13.0.gem) = 36864 bytes +BLAKE2s (pcaprub-0.13.1.gem) = 68ac65dd89ee55799ba642326ccccc0e467f350e0e5f81538937f474e84e5788 +SHA512 (pcaprub-0.13.1.gem) = 3079a5f7b29df502b5bbf0afdb7c670c9a43fbb4024163001018ebffd660597197cb0c146005f1ce027f00f2ba4c2e0430a8574cb10c4fac310a8b04411c53dd +Size (pcaprub-0.13.1.gem) = 36864 bytes --_----------=_1638086549176670--