Tue May 19 16:35:07 2015 UTC ()
Updated py-tortoisehg to version 3.4.

Release notes:
TortoiseHg 3.4 is a regularly scheduled feature release.

Bug Fixes

    bookmark, matching, sign, tag: allow to resize horizontally while
     having fixed height (refs #4043)
    bookmark, tag, update: avoid combo box taking too much space (fixes #4043)
    commit: prompt for new largefiles first to skip extra confirmation
     (fixes #1954)
    filedata: rewrite copy detection by using copies.pathcopies() (fixes #3949)
    merge: discard p2 changes without using debugsetparents (fixes #3856)
    mergetools: add $output to meld to change which file will be saved
     (fixes #4134)
    quickop: do not calculate status unnecessarily in GUI process (refs #1828)
    quickop: catch known exceptions raised from repo.status() (fixes #1828)
    repomodel: clear cache of latest tags on repository change (fixes #4137)
    repoview: ignore corrupted column_widths saved in QSettings (fixes #1456)
    repowidget: refresh commit tab after rollback or custom hg command
     (fixes #3981)
    revset: set appropriate size policy to status bar of query dialog
     (fixes #834)
    sync: get host fingerprint asynchronously by extension command
     (fixes #4114)

Improvements

    bookmark: add simple bookmark dialog to sync screen (fixes #322)
    commit: do not overwrite username if ui.askusername is set (closes #4064)
    filectxactions: enable shortcuts only if the owner or its children has focus
    filectxactions: add shortcut to delete unversioned file (closes #3681)
    fileview, status: enable annotate mode for working directory
    rebase: mention command line options in checkbox labels
    sync: add "unbundle" to "repository" menu (fixes #4067)
    workbench: add default merge action to main menu and toolbar (closes #222)


(nros)
diff -r1.14 -r1.15 pkgsrc/devel/py-tortoisehg/Makefile
diff -r1.4 -r1.5 pkgsrc/devel/py-tortoisehg/PLIST
diff -r1.12 -r1.13 pkgsrc/devel/py-tortoisehg/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-tortoisehg/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-tortoisehg/Makefile 2015/04/25 14:20:39 1.14
+++ pkgsrc/devel/py-tortoisehg/Makefile 2015/05/19 16:35:07 1.15
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.14 2015/04/25 14:20:39 tnn Exp $ 1# $NetBSD: Makefile,v 1.15 2015/05/19 16:35:07 nros Exp $
2 2
3DISTNAME= tortoisehg-3.3.3 3DISTNAME= tortoisehg-3.4
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/ 6MASTER_SITES= http://bitbucket.org/tortoisehg/targz/downloads/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://tortoisehg.bitbucket.org/ 9HOMEPAGE= http://tortoisehg.bitbucket.org/
11COMMENT= GUI for Mercurial 10COMMENT= GUI for Mercurial
12LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
13 12
14REPLACE_PYTHON+= thg 13REPLACE_PYTHON+= thg
15 14
16BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx 15BUILD_DEPENDS+= ${PYPKGPREFIX}-sphinx>=1.2.3nb1:../../textproc/py-sphinx
17DEPENDS+= ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse 16DEPENDS+= ${PYPKGPREFIX}-iniparse>=0.4:../../textproc/py-iniparse
18DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments 17DEPENDS+= ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments

cvs diff -r1.4 -r1.5 pkgsrc/devel/py-tortoisehg/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/py-tortoisehg/PLIST 2015/02/08 16:37:33 1.4
+++ pkgsrc/devel/py-tortoisehg/PLIST 2015/05/19 16:35:07 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.4 2015/02/08 16:37:33 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.5 2015/05/19 16:35:07 nros Exp $
2bin/thg 2bin/thg
3${PYSITELIB}/${EGG_FILE} 3${PYSITELIB}/${EGG_FILE}
4${PYSITELIB}/tortoisehg/__init__.py 4${PYSITELIB}/tortoisehg/__init__.py
5${PYSITELIB}/tortoisehg/__init__.pyc 5${PYSITELIB}/tortoisehg/__init__.pyc
6${PYSITELIB}/tortoisehg/__init__.pyo 6${PYSITELIB}/tortoisehg/__init__.pyo
7${PYSITELIB}/tortoisehg/hgqt/__init__.py 7${PYSITELIB}/tortoisehg/hgqt/__init__.py
8${PYSITELIB}/tortoisehg/hgqt/__init__.pyc 8${PYSITELIB}/tortoisehg/hgqt/__init__.pyc
9${PYSITELIB}/tortoisehg/hgqt/__init__.pyo 9${PYSITELIB}/tortoisehg/hgqt/__init__.pyo
10${PYSITELIB}/tortoisehg/hgqt/about.py 10${PYSITELIB}/tortoisehg/hgqt/about.py
11${PYSITELIB}/tortoisehg/hgqt/about.pyc 11${PYSITELIB}/tortoisehg/hgqt/about.pyc
12${PYSITELIB}/tortoisehg/hgqt/about.pyo 12${PYSITELIB}/tortoisehg/hgqt/about.pyo
13${PYSITELIB}/tortoisehg/hgqt/archive.py 13${PYSITELIB}/tortoisehg/hgqt/archive.py
14${PYSITELIB}/tortoisehg/hgqt/archive.pyc 14${PYSITELIB}/tortoisehg/hgqt/archive.pyc
@@ -517,27 +517,26 @@ share/locale/sv/LC_MESSAGES/tortoisehg.m @@ -517,27 +517,26 @@ share/locale/sv/LC_MESSAGES/tortoisehg.m
517share/locale/tr/LC_MESSAGES/tortoisehg.mo 517share/locale/tr/LC_MESSAGES/tortoisehg.mo
518share/locale/uk/LC_MESSAGES/tortoisehg.mo 518share/locale/uk/LC_MESSAGES/tortoisehg.mo
519share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo 519share/locale/zh_CN/LC_MESSAGES/tortoisehg.mo
520share/locale/zh_TW/LC_MESSAGES/tortoisehg.mo 520share/locale/zh_TW/LC_MESSAGES/tortoisehg.mo
521share/pixmaps/tortoisehg/icons/16x16/apps/gnupg.png 521share/pixmaps/tortoisehg/icons/16x16/apps/gnupg.png
522share/pixmaps/tortoisehg/icons/16x16/apps/kiln.png 522share/pixmaps/tortoisehg/icons/16x16/apps/kiln.png
523share/pixmaps/tortoisehg/icons/16x16/apps/reviewboard.png 523share/pixmaps/tortoisehg/icons/16x16/apps/reviewboard.png
524share/pixmaps/tortoisehg/icons/16x16/mimetypes/text-x-generic.png 524share/pixmaps/tortoisehg/icons/16x16/mimetypes/text-x-generic.png
525share/pixmaps/tortoisehg/icons/22x22/actions/window-close.png 525share/pixmaps/tortoisehg/icons/22x22/actions/window-close.png
526share/pixmaps/tortoisehg/icons/24x24/actions/hg-incoming.png 526share/pixmaps/tortoisehg/icons/24x24/actions/hg-incoming.png
527share/pixmaps/tortoisehg/icons/24x24/actions/hg-outgoing.png 527share/pixmaps/tortoisehg/icons/24x24/actions/hg-outgoing.png
528share/pixmaps/tortoisehg/icons/24x24/actions/hg-pull.png 528share/pixmaps/tortoisehg/icons/24x24/actions/hg-pull.png
529share/pixmaps/tortoisehg/icons/24x24/actions/hg-push.png 529share/pixmaps/tortoisehg/icons/24x24/actions/hg-push.png
530share/pixmaps/tortoisehg/icons/32x32/actions/hg-bookmarks.png 
531share/pixmaps/tortoisehg/icons/32x32/actions/hg-sign.png 530share/pixmaps/tortoisehg/icons/32x32/actions/hg-sign.png
532share/pixmaps/tortoisehg/icons/README.txt 531share/pixmaps/tortoisehg/icons/README.txt
533share/pixmaps/tortoisehg/icons/TortoiseMerge.ico 532share/pixmaps/tortoisehg/icons/TortoiseMerge.ico
534share/pixmaps/tortoisehg/icons/branch.ico 533share/pixmaps/tortoisehg/icons/branch.ico
535share/pixmaps/tortoisehg/icons/detect_rename.ico 534share/pixmaps/tortoisehg/icons/detect_rename.ico
536share/pixmaps/tortoisehg/icons/expander-close.png 535share/pixmaps/tortoisehg/icons/expander-close.png
537share/pixmaps/tortoisehg/icons/expander-open.png 536share/pixmaps/tortoisehg/icons/expander-open.png
538share/pixmaps/tortoisehg/icons/fallback.svg 537share/pixmaps/tortoisehg/icons/fallback.svg
539share/pixmaps/tortoisehg/icons/fileadd.ico 538share/pixmaps/tortoisehg/icons/fileadd.ico
540share/pixmaps/tortoisehg/icons/filedelete.ico 539share/pixmaps/tortoisehg/icons/filedelete.ico
541share/pixmaps/tortoisehg/icons/filemodify.ico 540share/pixmaps/tortoisehg/icons/filemodify.ico
542share/pixmaps/tortoisehg/icons/general.ico 541share/pixmaps/tortoisehg/icons/general.ico
543share/pixmaps/tortoisehg/icons/hg.ico 542share/pixmaps/tortoisehg/icons/hg.ico
@@ -577,26 +576,27 @@ share/pixmaps/tortoisehg/icons/scalable/ @@ -577,26 +576,27 @@ share/pixmaps/tortoisehg/icons/scalable/
577share/pixmaps/tortoisehg/icons/scalable/actions/edit-find.svg 576share/pixmaps/tortoisehg/icons/scalable/actions/edit-find.svg
578share/pixmaps/tortoisehg/icons/scalable/actions/go-down.svg 577share/pixmaps/tortoisehg/icons/scalable/actions/go-down.svg
579share/pixmaps/tortoisehg/icons/scalable/actions/go-home.svg 578share/pixmaps/tortoisehg/icons/scalable/actions/go-home.svg
580share/pixmaps/tortoisehg/icons/scalable/actions/go-jump.svg 579share/pixmaps/tortoisehg/icons/scalable/actions/go-jump.svg
581share/pixmaps/tortoisehg/icons/scalable/actions/go-next.svg 580share/pixmaps/tortoisehg/icons/scalable/actions/go-next.svg
582share/pixmaps/tortoisehg/icons/scalable/actions/go-previous.svg 581share/pixmaps/tortoisehg/icons/scalable/actions/go-previous.svg
583share/pixmaps/tortoisehg/icons/scalable/actions/go-to-rev.svg 582share/pixmaps/tortoisehg/icons/scalable/actions/go-to-rev.svg
584share/pixmaps/tortoisehg/icons/scalable/actions/go-up.svg 583share/pixmaps/tortoisehg/icons/scalable/actions/go-up.svg
585share/pixmaps/tortoisehg/icons/scalable/actions/hg-annotate.svg 584share/pixmaps/tortoisehg/icons/scalable/actions/hg-annotate.svg
586share/pixmaps/tortoisehg/icons/scalable/actions/hg-archive.svg 585share/pixmaps/tortoisehg/icons/scalable/actions/hg-archive.svg
587share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-bad-good.svg 586share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-bad-good.svg
588share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-good-bad.svg 587share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect-good-bad.svg
589share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect.svg 588share/pixmaps/tortoisehg/icons/scalable/actions/hg-bisect.svg
 589share/pixmaps/tortoisehg/icons/scalable/actions/hg-bookmarks.svg
590share/pixmaps/tortoisehg/icons/scalable/actions/hg-bundle.svg 590share/pixmaps/tortoisehg/icons/scalable/actions/hg-bundle.svg
591share/pixmaps/tortoisehg/icons/scalable/actions/hg-clone.svg 591share/pixmaps/tortoisehg/icons/scalable/actions/hg-clone.svg
592share/pixmaps/tortoisehg/icons/scalable/actions/hg-commit.svg 592share/pixmaps/tortoisehg/icons/scalable/actions/hg-commit.svg
593share/pixmaps/tortoisehg/icons/scalable/actions/hg-compress.svg 593share/pixmaps/tortoisehg/icons/scalable/actions/hg-compress.svg
594share/pixmaps/tortoisehg/icons/scalable/actions/hg-export.svg 594share/pixmaps/tortoisehg/icons/scalable/actions/hg-export.svg
595share/pixmaps/tortoisehg/icons/scalable/actions/hg-extensions.svg 595share/pixmaps/tortoisehg/icons/scalable/actions/hg-extensions.svg
596share/pixmaps/tortoisehg/icons/scalable/actions/hg-grep.svg 596share/pixmaps/tortoisehg/icons/scalable/actions/hg-grep.svg
597share/pixmaps/tortoisehg/icons/scalable/actions/hg-import.svg 597share/pixmaps/tortoisehg/icons/scalable/actions/hg-import.svg
598share/pixmaps/tortoisehg/icons/scalable/actions/hg-incoming.svg 598share/pixmaps/tortoisehg/icons/scalable/actions/hg-incoming.svg
599share/pixmaps/tortoisehg/icons/scalable/actions/hg-init.svg 599share/pixmaps/tortoisehg/icons/scalable/actions/hg-init.svg
600share/pixmaps/tortoisehg/icons/scalable/actions/hg-log.svg 600share/pixmaps/tortoisehg/icons/scalable/actions/hg-log.svg
601share/pixmaps/tortoisehg/icons/scalable/actions/hg-merge.svg 601share/pixmaps/tortoisehg/icons/scalable/actions/hg-merge.svg
602share/pixmaps/tortoisehg/icons/scalable/actions/hg-outgoing.svg 602share/pixmaps/tortoisehg/icons/scalable/actions/hg-outgoing.svg
@@ -640,26 +640,27 @@ share/pixmaps/tortoisehg/icons/scalable/ @@ -640,26 +640,27 @@ share/pixmaps/tortoisehg/icons/scalable/
640share/pixmaps/tortoisehg/icons/scalable/actions/thg-password.svg 640share/pixmaps/tortoisehg/icons/scalable/actions/thg-password.svg
641share/pixmaps/tortoisehg/icons/scalable/actions/thg-qrefresh.svg 641share/pixmaps/tortoisehg/icons/scalable/actions/thg-qrefresh.svg
642share/pixmaps/tortoisehg/icons/scalable/actions/thg-qreorder.svg 642share/pixmaps/tortoisehg/icons/scalable/actions/thg-qreorder.svg
643share/pixmaps/tortoisehg/icons/scalable/actions/thg-reporegistry.svg 643share/pixmaps/tortoisehg/icons/scalable/actions/thg-reporegistry.svg
644share/pixmaps/tortoisehg/icons/scalable/actions/thg-repository-open.svg 644share/pixmaps/tortoisehg/icons/scalable/actions/thg-repository-open.svg
645share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-delete-left.svg 645share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-delete-left.svg
646share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-delete-right.svg 646share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-delete-right.svg
647share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-all.svg 647share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-all.svg
648share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-chunks.svg 648share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-chunks.svg
649share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-file.svg 649share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-left-file.svg
650share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-all.svg 650share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-all.svg
651share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-chunks.svg 651share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-chunks.svg
652share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-file.svg 652share/pixmaps/tortoisehg/icons/scalable/actions/thg-shelve-move-right-file.svg
 653share/pixmaps/tortoisehg/icons/scalable/actions/thg-sync-bookmarks.svg
653share/pixmaps/tortoisehg/icons/scalable/actions/thg-sync.svg 654share/pixmaps/tortoisehg/icons/scalable/actions/thg-sync.svg
654share/pixmaps/tortoisehg/icons/scalable/actions/view-annotate.svg 655share/pixmaps/tortoisehg/icons/scalable/actions/view-annotate.svg
655share/pixmaps/tortoisehg/icons/scalable/actions/view-at-revision.svg 656share/pixmaps/tortoisehg/icons/scalable/actions/view-at-revision.svg
656share/pixmaps/tortoisehg/icons/scalable/actions/view-diff.svg 657share/pixmaps/tortoisehg/icons/scalable/actions/view-diff.svg
657share/pixmaps/tortoisehg/icons/scalable/actions/view-file.svg 658share/pixmaps/tortoisehg/icons/scalable/actions/view-file.svg
658share/pixmaps/tortoisehg/icons/scalable/actions/view-filter.svg 659share/pixmaps/tortoisehg/icons/scalable/actions/view-filter.svg
659share/pixmaps/tortoisehg/icons/scalable/actions/view-hidden.svg 660share/pixmaps/tortoisehg/icons/scalable/actions/view-hidden.svg
660share/pixmaps/tortoisehg/icons/scalable/actions/view-refresh.svg 661share/pixmaps/tortoisehg/icons/scalable/actions/view-refresh.svg
661share/pixmaps/tortoisehg/icons/scalable/actions/visualdiff.svg 662share/pixmaps/tortoisehg/icons/scalable/actions/visualdiff.svg
662share/pixmaps/tortoisehg/icons/scalable/apps/help-browser.svg 663share/pixmaps/tortoisehg/icons/scalable/apps/help-browser.svg
663share/pixmaps/tortoisehg/icons/scalable/apps/help-readme.svg 664share/pixmaps/tortoisehg/icons/scalable/apps/help-readme.svg
664share/pixmaps/tortoisehg/icons/scalable/apps/preferences-desktop-font.svg 665share/pixmaps/tortoisehg/icons/scalable/apps/preferences-desktop-font.svg
665share/pixmaps/tortoisehg/icons/scalable/apps/system-file-manager.svg 666share/pixmaps/tortoisehg/icons/scalable/apps/system-file-manager.svg

cvs diff -r1.12 -r1.13 pkgsrc/devel/py-tortoisehg/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-tortoisehg/distinfo 2015/04/05 14:23:47 1.12
+++ pkgsrc/devel/py-tortoisehg/distinfo 2015/05/19 16:35:07 1.13
@@ -1,8 +1,8 @@ @@ -1,8 +1,8 @@
1$NetBSD: distinfo,v 1.12 2015/04/05 14:23:47 wiz Exp $ 1$NetBSD: distinfo,v 1.13 2015/05/19 16:35:07 nros Exp $
2 2
3SHA1 (tortoisehg-3.3.3.tar.gz) = d538cc03506a657102c1087aace04576aea454e0 3SHA1 (tortoisehg-3.4.tar.gz) = 037418308221266366d58b7cd82decb5002da140
4RMD160 (tortoisehg-3.3.3.tar.gz) = a89c7934333255d01ccf870fbd303010b67e8f35 4RMD160 (tortoisehg-3.4.tar.gz) = 11d2a279775b0183907b76c93b085ea7ce5c12dc
5Size (tortoisehg-3.3.3.tar.gz) = 8230380 bytes 5Size (tortoisehg-3.4.tar.gz) = 8230401 bytes
6SHA1 (patch-setup.py) = 2fb156031c85bb24404e36d2a360177a77d45a47 6SHA1 (patch-setup.py) = 2fb156031c85bb24404e36d2a360177a77d45a47
7SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9 7SHA1 (patch-tortoisehg_hgqt_qtlib.py) = 7c66aaf4472ac39f158e4c393bf03afafbd707d9
8SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365 8SHA1 (patch-tortoisehg_util_paths.py) = 0eea97a668b27d1ee8293bc2f2b6f6692a18b365