Received: by mail.netbsd.org (Postfix, from userid 605) id DAA9E84DA0; Thu, 18 Jan 2018 17:08:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6564C84CEF for ; Thu, 18 Jan 2018 17:08:57 +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 MQH-zwXQkm_E for ; Thu, 18 Jan 2018 17:08:57 +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 C0A8484C2E for ; Thu, 18 Jan 2018 17:08:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BBC8BFBDE; Thu, 18 Jan 2018 17:08:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1516295336256740" MIME-Version: 1.0 Date: Thu, 18 Jan 2018 17:08:56 +0000 From: "Min Sik Kim" Subject: CVS commit: pkgsrc/devel/py-protobuf To: pkgsrc-changes@NetBSD.org Reply-To: minskim@netbsd.org X-Mailer: log_accum Message-Id: <20180118170856.BBC8BFBDE@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1516295336256740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: minskim Date: Thu Jan 18 17:08:56 UTC 2018 Modified Files: pkgsrc/devel/py-protobuf: distinfo Log Message: devel/py-protobuf: Regen distinfo This should have been updated when devel/protobuf was updated to 3.5.1. To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-protobuf/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1516295336256740 Content-Disposition: inline Content-Length: 1389 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-protobuf/distinfo diff -u pkgsrc/devel/py-protobuf/distinfo:1.12 pkgsrc/devel/py-protobuf/distinfo:1.13 --- pkgsrc/devel/py-protobuf/distinfo:1.12 Fri Nov 17 22:09:11 2017 +++ pkgsrc/devel/py-protobuf/distinfo Thu Jan 18 17:08:56 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.12 2017/11/17 22:09:11 he Exp $ +$NetBSD: distinfo,v 1.13 2018/01/18 17:08:56 minskim Exp $ -SHA1 (protobuf-python-3.5.0.tar.gz) = 4813791e9deecaea862e83217564df0ce56a80c6 -RMD160 (protobuf-python-3.5.0.tar.gz) = bbef18f7312f450c7fc8b6954a3bad8693666104 -SHA512 (protobuf-python-3.5.0.tar.gz) = d641048f61b52cdf3f30730ba9c2c4d6d48fdf021fc7037bb55f87e3a4e350b47010f6eaef881b2de5fdfc7e67ed109a9529c6c75888aa6391f3a1b4a1be56e9 -Size (protobuf-python-3.5.0.tar.gz) = 4560124 bytes +SHA1 (protobuf-python-3.5.1.tar.gz) = 977bb2f96b3362d06022db1a0a510f943ebab0dd +RMD160 (protobuf-python-3.5.1.tar.gz) = b2a7574a89fca44cf2b218aa29048909d9aed796 +SHA512 (protobuf-python-3.5.1.tar.gz) = 592580a59d473d7e10aa86278e30f37e7aec8b36ac43f39c9ed7ec8405e31dc961d1603ac4da164705600ccf548c4b2be3763e344cd882408cf8cff78e4db678 +Size (protobuf-python-3.5.1.tar.gz) = 4564059 bytes SHA1 (patch-configure) = ec7003c29d2d3e9aeb9ea90921313e9eb68d3127 SHA1 (patch-configure.ac) = 208a5ce72905aa95ad73ee0f751d4a58f0c37f5f SHA1 (patch-gmock_configure) = a39355c602366450e3cdb6bc7dbc0523fc194319 --_----------=_1516295336256740--