Received: by mail.netbsd.org (Postfix, from userid 605) id E26C184D26; Sat, 6 Feb 2021 08:23:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 27A5684D15 for ; Sat, 6 Feb 2021 08:23:37 +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 Jk_7mKEHFOUn for ; Sat, 6 Feb 2021 08:23:36 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9C30F84CDA for ; Sat, 6 Feb 2021 08:23:36 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 901FEFA95; Sat, 6 Feb 2021 08:23:36 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161259981673720" MIME-Version: 1.0 Date: Sat, 6 Feb 2021 08:23:36 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-tortoisehg To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210206082336.901FEFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161259981673720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat Feb 6 08:23:36 UTC 2021 Modified Files: pkgsrc/devel/py-tortoisehg: Makefile distinfo Log Message: py-tortoisehg: update to 5.6.1. Update for mercurial 5.6.1. To generate a diff of this commit: cvs rdiff -u -r1.69 -r1.70 pkgsrc/devel/py-tortoisehg/Makefile cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-tortoisehg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161259981673720 Content-Disposition: inline Content-Length: 1753 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-tortoisehg/Makefile diff -u pkgsrc/devel/py-tortoisehg/Makefile:1.69 pkgsrc/devel/py-tortoisehg/Makefile:1.70 --- pkgsrc/devel/py-tortoisehg/Makefile:1.69 Wed Dec 9 12:20:01 2020 +++ pkgsrc/devel/py-tortoisehg/Makefile Sat Feb 6 08:23:36 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.69 2020/12/09 12:20:01 wiz Exp $ +# $NetBSD: Makefile,v 1.70 2021/02/06 08:23:36 wiz Exp $ -DISTNAME= tortoisehg-5.6 +DISTNAME= tortoisehg-5.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= https://www.mercurial-scm.org/release/tortoisehg/targz/ Index: pkgsrc/devel/py-tortoisehg/distinfo diff -u pkgsrc/devel/py-tortoisehg/distinfo:1.46 pkgsrc/devel/py-tortoisehg/distinfo:1.47 --- pkgsrc/devel/py-tortoisehg/distinfo:1.46 Sat Nov 7 16:32:13 2020 +++ pkgsrc/devel/py-tortoisehg/distinfo Sat Feb 6 08:23:36 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.46 2020/11/07 16:32:13 wiz Exp $ +$NetBSD: distinfo,v 1.47 2021/02/06 08:23:36 wiz Exp $ -SHA1 (tortoisehg-5.6.tar.gz) = 23d595ec4927c70da34756961da650a1733157b0 -RMD160 (tortoisehg-5.6.tar.gz) = c4a887efcb6698469f098154b631ecd53db5a36d -SHA512 (tortoisehg-5.6.tar.gz) = 30013a776ea7e8b1167280350b64a993ebccbf82486f93164a1eaa42e98587719503c3dd939f9ea682d4302532216575ad7a20e9e2122315f63af7d002d08b03 -Size (tortoisehg-5.6.tar.gz) = 8920111 bytes +SHA1 (tortoisehg-5.6.1.tar.gz) = 12f663d9dad3e964afdb16b7e3077ba6da627418 +RMD160 (tortoisehg-5.6.1.tar.gz) = 45015f20378c7e57149b4a498b1c3bfcea930d27 +SHA512 (tortoisehg-5.6.1.tar.gz) = 21a410277469803e1af45103bc5c7196bc7128e66ab297399b98731c32caa517da46bd06389f08ad740b78c22e58244757dbad4207b71d5643b9d1284ed9c936 +Size (tortoisehg-5.6.1.tar.gz) = 8904309 bytes --_----------=_161259981673720--