pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-tortoisehg Updated py-tortoisehg to 4.1.3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a87c020bb811
branches:  trunk
changeset: 361342:a87c020bb811
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Apr 19 17:47:05 2017 +0000

description:
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

diffstat:

 devel/py-tortoisehg/Makefile                               |   4 +-
 devel/py-tortoisehg/distinfo                               |  11 ++++-----
 devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py |  15 --------------
 3 files changed, 7 insertions(+), 23 deletions(-)

diffs (49 lines):

diff -r 523fc9dc3ece -r a87c020bb811 devel/py-tortoisehg/Makefile
--- a/devel/py-tortoisehg/Makefile      Wed Apr 19 17:30:37 2017 +0000
+++ b/devel/py-tortoisehg/Makefile      Wed Apr 19 17:47:05 2017 +0000
@@ -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 -r 523fc9dc3ece -r a87c020bb811 devel/py-tortoisehg/distinfo
--- a/devel/py-tortoisehg/distinfo      Wed Apr 19 17:30:37 2017 +0000
+++ b/devel/py-tortoisehg/distinfo      Wed Apr 19 17:47:05 2017 +0000
@@ -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 -r 523fc9dc3ece -r a87c020bb811 devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py
--- a/devel/py-tortoisehg/patches/patch-tortoisehg_hgqt_qtlib.py        Wed Apr 19 17:30:37 2017 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -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')



Home | Main Index | Thread Index | Old Index