diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-19 17:47:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-19 17:47:05 +0000 |
commit | 0df13494d9b8d687d0a76f17d674d3391da95730 (patch) | |
tree | 9df0470cc59032df8d9820782289db74f34580f1 | |
parent | b0baa8e81b3193f41a0f2432d2f9f78cea097d2a (diff) | |
download | pkgsrc-0df13494d9b8d687d0a76f17d674d3391da95730.tar.gz |
Updated py-tortoisehg to 4.1.3.
TortoiseHg 4.1.3
TortoiseHg 4.1.3 is a special release to pick up security fixes in Mercurial 4.1.3
TortoiseHg 4.1.2
TortoiseHg 4.1.2 is a regularly scheduled bug-fix release
Bug Fixes
fix URLs to websites
Installer
Latest evolve and dulwich extensions
-rw-r--r-- | devel/py-tortoisehg/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tortoisehg/distinfo | 11 | ||||
-rw-r--r-- | devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py | 15 |
3 files changed, 7 insertions, 23 deletions
diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 93346eccac1..6ec672f049b 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.45 2017/03/20 14:09:53 wiz Exp $ +# $NetBSD: Makefile,v 1.46 2017/04/19 17:47:05 wiz Exp $ -DISTNAME= tortoisehg-4.1.1 +DISTNAME= tortoisehg-4.1.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ diff --git a/devel/py-tortoisehg/distinfo b/devel/py-tortoisehg/distinfo index 12a1ac52628..0334cffe2c4 100644 --- a/devel/py-tortoisehg/distinfo +++ b/devel/py-tortoisehg/distinfo @@ -1,9 +1,8 @@ -$NetBSD: distinfo,v 1.39 2017/03/20 14:09:53 wiz Exp $ +$NetBSD: distinfo,v 1.40 2017/04/19 17:47:05 wiz Exp $ -SHA1 (tortoisehg-4.1.1.tar.gz) = f728d7262b0905a63916abb4309bf64104b219a0 -RMD160 (tortoisehg-4.1.1.tar.gz) = 6f741e6f2d145944f0e80539b5ef315e89c28c8c -SHA512 (tortoisehg-4.1.1.tar.gz) = d8b28e92d05b4f84e8c6158825cb8a48306492f59973a7f0a23eb0245c3b703c27838afc8657f228d452927cb9321c8cb6cacf3f2d4c2321f3d65428ef8da7aa -Size (tortoisehg-4.1.1.tar.gz) = 7917162 bytes +SHA1 (tortoisehg-4.1.3.tar.gz) = daf9035fc3d34b121bd130edddae3b4cf8814074 +RMD160 (tortoisehg-4.1.3.tar.gz) = 8d70131906d655aabcdadab1ce0df70b1d6c8f09 +SHA512 (tortoisehg-4.1.3.tar.gz) = a33bc596bc36fa81612917409099cee6424daf3f31f96daa3ee15b88f94f15b90018fc6a58715ed4a04b92ce5a1e172d3627e6571cf7c6ec2e74c1b1d1f021c0 +Size (tortoisehg-4.1.3.tar.gz) = 7919254 bytes SHA1 (patch-setup.py) = a28c82a1709b932f54610fa770cae3c78de3a8d5 -SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 SHA1 (patch-tortoisehg_util_paths.py) = 0fbe6b583b3d6d60f4c8d96f81d633f454230f81 diff --git a/devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py b/devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py deleted file mode 100644 index d3ac52c9c9e..00000000000 --- a/devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-tortoisehg_hgqt_qtlib.py,v 1.1 2014/07/05 15:33:03 wiz Exp $ - -* Point to docs installed on computer instead of online docs. - ---- tortoisehg/hgqt/qtlib.py.orig 2014-03-05 15:42:01.000000000 +0000 -+++ tortoisehg/hgqt/qtlib.py -@@ -57,7 +57,7 @@ def gettempdir(): - def openhelpcontents(url): - 'Open online help, use local CHM file if available' - if not url.startswith('http'): -- fullurl = 'http://tortoisehg.readthedocs.org/en/latest/' + url -+ fullurl = 'file://'+ paths.doc_path + '/html/' + url - # Use local CHM file if it can be found - if os.name == 'nt' and paths.bin_path: - chm = os.path.join(paths.bin_path, 'doc', 'TortoiseHg.chm') |