diff options
author | wiz <wiz@pkgsrc.org> | 2015-11-17 11:42:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-11-17 11:42:39 +0000 |
commit | 3e2d3eff3458d1b6619d2fc9a028c56e8d719045 (patch) | |
tree | a4c3badfc266f24ca2b63d2b08c98cb39f917755 /devel | |
parent | 6b1bf2e8f2d5662d43e71e22cf4171947ca3ebe0 (diff) | |
download | pkgsrc-3e2d3eff3458d1b6619d2fc9a028c56e8d719045.tar.gz |
Update py-tortoisehg to 3.6:
TortoiseHg 3.6 is a major feature release
Bugs Fixes
mq: suppress original error only if all rejects are resolved (fixes #4325)
osx: adjust icon sizes when add THG_RETINA environment variable is set to True
repowidget: allow bookmarking applied MQ patch (fixes #4336)
update: handle EnvironmentError in the same way as parameter error (fixes #4283)
Improvements
compress, graft, rebase: provide "shelve" as cleanup option (closes #4252)
mqdock: add menu action to push/pop to the selected patch
mqdock: add menu and toolbar action to finish patches (closes #4296)
repowidget: change Filter by/Ancestors into Filter by/Ancestors and Descendants
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-tortoisehg/Makefile | 4 | ||||
-rw-r--r-- | devel/py-tortoisehg/PLIST | 3 | ||||
-rw-r--r-- | devel/py-tortoisehg/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/devel/py-tortoisehg/Makefile b/devel/py-tortoisehg/Makefile index 81e7e7ea4c7..97d732cf47f 100644 --- a/devel/py-tortoisehg/Makefile +++ b/devel/py-tortoisehg/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2015/10/15 10:37:39 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2015/11/17 11:42:39 wiz Exp $ -DISTNAME= tortoisehg-3.5.2 +DISTNAME= tortoisehg-3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ diff --git a/devel/py-tortoisehg/PLIST b/devel/py-tortoisehg/PLIST index 6f01f7fb0db..ebd03041078 100644 --- a/devel/py-tortoisehg/PLIST +++ b/devel/py-tortoisehg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2015/08/14 18:00:56 wiz Exp $ +@comment $NetBSD: PLIST,v 1.7 2015/11/17 11:42:39 wiz Exp $ bin/thg ${PYSITELIB}/${EGG_FILE} ${PYSITELIB}/tortoisehg/__init__.py @@ -511,6 +511,7 @@ share/locale/pt_BR/LC_MESSAGES/tortoisehg.mo share/locale/ru/LC_MESSAGES/tortoisehg.mo share/locale/sr/LC_MESSAGES/tortoisehg.mo share/locale/sv/LC_MESSAGES/tortoisehg.mo +share/locale/th/LC_MESSAGES/tortoisehg.mo share/locale/tr/LC_MESSAGES/tortoisehg.mo share/locale/uk/LC_MESSAGES/tortoisehg.mo share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo diff --git a/devel/py-tortoisehg/distinfo b/devel/py-tortoisehg/distinfo index 0f36f39e235..5df17fbd268 100644 --- a/devel/py-tortoisehg/distinfo +++ b/devel/py-tortoisehg/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.20 2015/11/04 17:41:17 agc Exp $ +$NetBSD: distinfo,v 1.21 2015/11/17 11:42:39 wiz Exp $ -SHA1 (tortoisehg-3.5.2.tar.gz) = fb613842feef8763715e0212b94d9b6274275037 -RMD160 (tortoisehg-3.5.2.tar.gz) = c2a619b8c8caf33a45e93b85edfe7d9d456f6825 -SHA512 (tortoisehg-3.5.2.tar.gz) = 43ab341b4b01b2b28a9ac4290c9902720a10094390d323ab0c4e0962276cd333def7bec818e59a8bbacac9390cb22fd310875eb58f7092573c1254c517ada310 -Size (tortoisehg-3.5.2.tar.gz) = 7399407 bytes +SHA1 (tortoisehg-3.6.tar.gz) = 26e8883f51c580bf9bcf249ba9fe82a9d5f5cb41 +RMD160 (tortoisehg-3.6.tar.gz) = da7ac0b3b1916d5692b6ecced3c0e5bbe5defe5f +SHA512 (tortoisehg-3.6.tar.gz) = 2a0b90f3a7c0fdcb63f21c7885ebfa26de5da369b6a64b12282b72e144ef1c12a29a78f793c487f37dd5bf7b7ab93d3c6ea393c4607deabe5b0c4be7eb16342d +Size (tortoisehg-3.6.tar.gz) = 7439819 bytes SHA1 (patch-setup.py) = 3f053f9935aacc25c271a3a7658918998058694a SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365 |