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 147011A9239 for ; Tue, 21 Dec 2021 17:17:23 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 5519084E63; Tue, 21 Dec 2021 17:17:22 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8FB8884E61 for ; Tue, 21 Dec 2021 17:17:21 +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 sj62_foucm2U for ; Tue, 21 Dec 2021 17:17:21 +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 101CE84CE2 for ; Tue, 21 Dec 2021 17:17:21 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 09380FAEC; Tue, 21 Dec 2021 17:17:21 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_164010704163640" MIME-Version: 1.0 Date: Tue, 21 Dec 2021 17:17:21 +0000 From: "Niclas Rosenvik" Subject: CVS commit: pkgsrc/devel/py-tortoisehg To: pkgsrc-changes@NetBSD.org Reply-To: nros@netbsd.org X-Mailer: log_accum Message-Id: <20211221171721.09380FAEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_164010704163640 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nros Date: Tue Dec 21 17:17:20 UTC 2021 Modified Files: pkgsrc/devel/py-tortoisehg: Makefile distinfo Log Message: Update py-tortoisehg to version 6.0 Update py-tortoisehg to version 6.0. The update is done to keep it in sync with py-mercurial. tortoisehg won't start if if the wrong version of mercurial is used with it. To generate a diff of this commit: cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-tortoisehg/Makefile cvs rdiff -u -r1.52 -r1.53 pkgsrc/devel/py-tortoisehg/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_164010704163640 Content-Disposition: inline Content-Length: 1658 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.77 pkgsrc/devel/py-tortoisehg/Makefile:1.78 --- pkgsrc/devel/py-tortoisehg/Makefile:1.77 Wed Dec 8 16:04:06 2021 +++ pkgsrc/devel/py-tortoisehg/Makefile Tue Dec 21 17:17:20 2021 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.77 2021/12/08 16:04:06 adam Exp $ +# $NetBSD: Makefile,v 1.78 2021/12/21 17:17:20 nros Exp $ -DISTNAME= tortoisehg-5.9.2 +DISTNAME= tortoisehg-6.0 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.52 pkgsrc/devel/py-tortoisehg/distinfo:1.53 --- pkgsrc/devel/py-tortoisehg/distinfo:1.52 Thu Oct 28 20:13:23 2021 +++ pkgsrc/devel/py-tortoisehg/distinfo Tue Dec 21 17:17:20 2021 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.52 2021/10/28 20:13:23 wiz Exp $ +$NetBSD: distinfo,v 1.53 2021/12/21 17:17:20 nros Exp $ -BLAKE2s (tortoisehg-5.9.2.tar.gz) = 160417a3ff0d04ecbc4bb1d91eafd7550f367923f2e529d2b29f6f6132b8622e -SHA512 (tortoisehg-5.9.2.tar.gz) = f69070ff883cbc115c98f663a818969720b75b174ccce190243749241ff3c929451f9eb17eb3f70be475eb9e575662c789b39726b55bc08398dd7f7faf87623a -Size (tortoisehg-5.9.2.tar.gz) = 8918803 bytes +BLAKE2s (tortoisehg-6.0.tar.gz) = f456111c7ba258d46d31a525845cab3897026bea75986ed13e320d4f89bdb737 +SHA512 (tortoisehg-6.0.tar.gz) = f146b2ee80ac1257472beaebbcb24fd65984e447f5a06de1fe0a9fe43142ca74320e68f1bd1ab4e3921d0d7e492bcf082072bd34e1145c39ba05a73ec9a33a25 +Size (tortoisehg-6.0.tar.gz) = 8918041 bytes --_----------=_164010704163640--