1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

devel/tortoisehg: Update to 4.8.2.

Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D19304
This commit is contained in:
Gleb Popov 2019-02-23 16:22:48 +00:00
parent c1182d0c7d
commit 8c814f4d87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=493696
3 changed files with 4 additions and 13 deletions

View File

@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= tortoisehg
DISTVERSION= 4.8
PORTREVISION= 1
DISTVERSION= 4.8.2
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/tortoisehg/targz/downloads/

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1542624214
SHA256 (tortoisehg-4.8.tar.gz) = f079051a60e0f20794efe71761879f19adde629ec7fda268c6005f229625e7fe
SIZE (tortoisehg-4.8.tar.gz) = 7948435
TIMESTAMP = 1550907022
SHA256 (tortoisehg-4.8.2.tar.gz) = 70cbff8f0fc4bfb57351012ac50a2998562c8f16824ef29059c7e640c4445b09
SIZE (tortoisehg-4.8.2.tar.gz) = 8961094

View File

@ -1,8 +0,0 @@
--- tortoisehg/hgqt/qtlib.py.orig 2018-11-19 10:53:15 UTC
+++ tortoisehg/hgqt/qtlib.py
@@ -1470,5 +1470,3 @@ class PaletteSwitcher(object):
def setContextMenuShortcut(action, shortcut):
"""Set shortcut for a context menu action, making sure it's visible"""
action.setShortcut(shortcut)
- if QT_VERSION >= 0x50a00:
- action.setShortcutVisibleInContextMenu(True)