diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-07 08:52:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-07 08:52:50 +0000 |
commit | 68642efbf87c3f973a06611971be3c8c5d6e0cc7 (patch) | |
tree | c1aea0f8943913a5b03ecc8126b3304df1e940e9 /devel | |
parent | c647687641f7253592ab2c5c78d51b66388e8996 (diff) | |
download | pkgsrc-68642efbf87c3f973a06611971be3c8c5d6e0cc7.tar.gz |
Update to 3.4.1:
TortoiseHg 3.4.1 is a regularly scheduled bugfix release. The Windows
packages no longer include subversion SWIG bindings, see libsvn.
Bug Fixes
hglib: prevent loading zeroconf extension in GUI process (fixes
#3289)
merge: suppress changed/deleted prompt when discarding p2
changes (refs #3856)
workbench: avoid crash on sync bookmarks with no configured
path (fixes #4166)
Improvements
filectxactions: add explore local option to file context menu
(fixes #3442)
Installer
contrib/hg, thg: avoid crash by missing PATH environment
overlay: insert bin folder to PATH and sys.path for pywintypes
(fixes #4158)
thg: insert bin folder into sys.path for pywintypes (fixes
#4153)
wix: move kdiff3.exe into bin/ folder (fixes #4151)
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tortoisehg/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tortoisehg/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index c8ffd6221f5..ceb6503304e 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2015/05/19 16:35:07 nros Exp $ +# $NetBSD: Makefile,v 1.16 2015/06/07 08:52:50 wiz Exp $ -DISTNAME= tortoisehg-3.4 +DISTNAME= tortoisehg-3.4.1 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 eef4badc739..d2ee8e4ccbf 100644 --- a/devel/py-tortoisehg/distinfo +++ b/devel/py-tortoisehg/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.13 2015/05/19 16:35:07 nros Exp $ +$NetBSD: distinfo,v 1.14 2015/06/07 08:52:50 wiz Exp $ -SHA1 (tortoisehg-3.4.tar.gz) = 037418308221266366d58b7cd82decb5002da140 -RMD160 (tortoisehg-3.4.tar.gz) = 11d2a279775b0183907b76c93b085ea7ce5c12dc -Size (tortoisehg-3.4.tar.gz) = 8230401 bytes +SHA1 (tortoisehg-3.4.1.tar.gz) = c3775a5357cc39a6e7b651f14dd16ef1c178af2a +RMD160 (tortoisehg-3.4.1.tar.gz) = 81c148e945f06ee27d0a7524ceff5541ad010ad8 +Size (tortoisehg-3.4.1.tar.gz) = 8236037 bytes SHA1 (patch-setup.py) = 2fb156031c85bb24404e36d2a360177a77d45a47 SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365 |