Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 56A177A262 for ; Tue, 2 Aug 2016 23:33:59 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EC03285EDD; Tue, 2 Aug 2016 23:33:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7D4BA85E44 for ; Tue, 2 Aug 2016 23:33:58 +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 nKj_RV_sUn7d for ; Tue, 2 Aug 2016 23:33:57 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D4E1D84CEE for ; Tue, 2 Aug 2016 23:33:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id CABC7FBB5; Tue, 2 Aug 2016 23:33:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1470180837271740" MIME-Version: 1.0 Date: Tue, 2 Aug 2016 23:33:57 +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: <20160802233357.CABC7FBB5@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1470180837271740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Aug 2 23:33:57 UTC 2016 Modified Files: pkgsrc/devel/py-tortoisehg: Makefile PLIST distinfo pkgsrc/devel/py-tortoisehg/patches: patch-tortoisehg_util_paths.py Log Message: Updated py-tortoisehg to 3.9. TortoiseHg 3.9 TortoiseHg 3.9 is a quarterly feature release, with many improvements to performance on large repositories, and security improvements in Mercurial 3.9. See https://www.mercurial-scm.org/wiki/SecureConnections Bugs Fixes merge: fix missing separator in merge preview output (fixes #4526) repofilter: do not emit branchChanged if original branch is restored repowatcher: compare st_size and st_ctime to detect changes repowidget: add status bar to LightRepoWindow (fixes #4553) run: load template functions from extensions (fixes #4515) wconfig: patch iniparse to allow :suboption in name Improvements commit: focus on commit message after branch operation (fixes #4442) filedata: pass in existing copy information to diff fileview: change shortcut keys of parent toggle actions to free Ctrl+n icons: doubles the icon sizes on Linux on retina displays (fixes #4493) init: relabel "Add special files" to avoid confusion with "hg add" (fixes #4513) repofilter: improve branch drop-down performance repomodel: new graph layout algorithm for large repositories status: reuse working context in WctxModel sync: add widget to select minimum TLS protocol workbench: add actions to switch tabs by Ctrl+n key (closes #3543) workbench: add shortcut to toggle visibility of task tab Installer updates to mercurial_keyring, evolve, hgsubversion, and hg-git To generate a diff of this commit: cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-tortoisehg/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-tortoisehg/PLIST cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-tortoisehg/distinfo cvs rdiff -u -r1.1 -r1.2 \ pkgsrc/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1470180837271740 Content-Disposition: inline Content-Length: 4031 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.35 pkgsrc/devel/py-tortoisehg/Makefile:1.36 --- pkgsrc/devel/py-tortoisehg/Makefile:1.35 Thu Jul 21 12:57:44 2016 +++ pkgsrc/devel/py-tortoisehg/Makefile Tue Aug 2 23:33:57 2016 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.35 2016/07/21 12:57:44 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2016/08/02 23:33:57 wiz Exp $ -DISTNAME= tortoisehg-3.8.4 +DISTNAME= tortoisehg-3.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ Index: pkgsrc/devel/py-tortoisehg/PLIST diff -u pkgsrc/devel/py-tortoisehg/PLIST:1.10 pkgsrc/devel/py-tortoisehg/PLIST:1.11 --- pkgsrc/devel/py-tortoisehg/PLIST:1.10 Tue Mar 8 15:17:14 2016 +++ pkgsrc/devel/py-tortoisehg/PLIST Tue Aug 2 23:33:57 2016 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2016/03/08 15:17:14 wiz Exp $ +@comment $NetBSD: PLIST,v 1.11 2016/08/02 23:33:57 wiz Exp $ bin/thg ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/tortoisehg/__init__.py @@ -85,6 +85,9 @@ ${PYSITELIB}/tortoisehg/hgqt/graft.pyo ${PYSITELIB}/tortoisehg/hgqt/graph.py ${PYSITELIB}/tortoisehg/hgqt/graph.pyc ${PYSITELIB}/tortoisehg/hgqt/graph.pyo +${PYSITELIB}/tortoisehg/hgqt/graphopt.py +${PYSITELIB}/tortoisehg/hgqt/graphopt.pyc +${PYSITELIB}/tortoisehg/hgqt/graphopt.pyo ${PYSITELIB}/tortoisehg/hgqt/grep.py ${PYSITELIB}/tortoisehg/hgqt/grep.pyc ${PYSITELIB}/tortoisehg/hgqt/grep.pyo Index: pkgsrc/devel/py-tortoisehg/distinfo diff -u pkgsrc/devel/py-tortoisehg/distinfo:1.31 pkgsrc/devel/py-tortoisehg/distinfo:1.32 --- pkgsrc/devel/py-tortoisehg/distinfo:1.31 Thu Jul 21 12:57:44 2016 +++ pkgsrc/devel/py-tortoisehg/distinfo Tue Aug 2 23:33:57 2016 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2016/07/21 12:57:44 wiz Exp $ +$NetBSD: distinfo,v 1.32 2016/08/02 23:33:57 wiz Exp $ -SHA1 (tortoisehg-3.8.4.tar.gz) = 4b585242fe8bd53cf76c58562df3ca5a22ffe8c0 -RMD160 (tortoisehg-3.8.4.tar.gz) = 263184efc50fbaeab6a3b5fbe3cbd4fecf36d835 -SHA512 (tortoisehg-3.8.4.tar.gz) = d9d83007588e8e62a03976a229a7c325e6e7f203d4f8fc74cc32b3f2880a1873237b4c333cfdb0ece6acde51019f6f62a75d863f1f99e8a5930ad17c38c6358b -Size (tortoisehg-3.8.4.tar.gz) = 7817508 bytes +SHA1 (tortoisehg-3.9.tar.gz) = ba59b445400a1a5bbeb6e2851aba9155e9af68da +RMD160 (tortoisehg-3.9.tar.gz) = d493425c08faccb57abf954dded2e336f7802c09 +SHA512 (tortoisehg-3.9.tar.gz) = 5b67a98e9503974d7dfe001178c3343f7426a17b2ddc5f9ad67fd3c7a372a5d153903ec40e2906a3eefa6c8b994a9f08b0f6d8733668b15731e8bd6fc8a5b69a +Size (tortoisehg-3.9.tar.gz) = 7816824 bytes SHA1 (patch-setup.py) = a28c82a1709b932f54610fa770cae3c78de3a8d5 SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 -SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365 +SHA1 (patch-tortoisehg_util_paths.py) = 0fbe6b583b3d6d60f4c8d96f81d633f454230f81 Index: pkgsrc/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py diff -u pkgsrc/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py:1.1 pkgsrc/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py:1.2 --- pkgsrc/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py:1.1 Sat Jul 5 15:33:03 2014 +++ pkgsrc/devel/py-tortoisehg/patches/patch-tortoisehg_util_paths.py Tue Aug 2 23:33:57 2016 @@ -1,8 +1,8 @@ -$NetBSD: patch-tortoisehg_util_paths.py,v 1.1 2014/07/05 15:33:03 wiz Exp $ +$NetBSD: patch-tortoisehg_util_paths.py,v 1.2 2016/08/02 23:33:57 wiz Exp $ * include doc_path in paths ---- tortoisehg/util/paths.py.orig 2014-03-05 15:40:47.000000000 +0000 +--- tortoisehg/util/paths.py.orig 2016-08-02 17:08:10.000000000 +0000 +++ tortoisehg/util/paths.py @@ -7,9 +7,9 @@ @@ -14,5 +14,5 @@ $NetBSD: patch-tortoisehg_util_paths.py, - icon_path, bin_path, license_path, locale_path = None, None, None, None + icon_path, bin_path, license_path, locale_path , doc_path = None, None, None, None, None - import os, sys + import os, sys, shlex import mercurial --_----------=_1470180837271740--