pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/bzr-explorer Update to 1.2.2 by package maintainer



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e21bb3143975
branches:  trunk
changeset: 602799:e21bb3143975
user:      cheusov <cheusov%pkgsrc.org@localhost>
date:      Sun Apr 22 08:45:49 2012 +0000

description:
Update to 1.2.2 by package maintainer
Changes:
  New features:

  * New menu item "Bazaar > Work > Ignore unknown files..." to launch new
  * qignore
  dialog (available in QBzr 0.22.1 or later).

  Improvements:

  * Added support to populate %(wt_selected)s tool action command placeholder
  * from
    working tree selected items.

  Bug Fixes:

  * Use absolute file path when opening with a text editor (Ryan Haigh,
  * #836631)
  * Fix endless loop on workingtree view filename filter (Jonathan
    Riddell, #822738)
  * Fix workingtree view filename filter to match first character
    (Jonathan Riddell)
  * Cope with broken history.dat files which can cause explorer to fail to
    start
    with a cryptic error from unpickling otherwise. (Martin Packman, #814151)

  Workarounds:

  * QFileSystemWatcher disabled for working tree view and for repository view.
    while running on Windows due the huge amount of bug reports related to it.

diffstat:

 devel/bzr-explorer/Makefile |   6 +++---
 devel/bzr-explorer/PLIST    |  11 ++++++++++-
 devel/bzr-explorer/distinfo |   8 ++++----
 3 files changed, 17 insertions(+), 8 deletions(-)

diffs (69 lines):

diff -r e73ea1fbc3ee -r e21bb3143975 devel/bzr-explorer/Makefile
--- a/devel/bzr-explorer/Makefile       Sun Apr 22 08:43:01 2012 +0000
+++ b/devel/bzr-explorer/Makefile       Sun Apr 22 08:45:49 2012 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.8 2012/04/08 21:28:17 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2012/04/22 08:45:49 cheusov Exp $
 
 DISTNAME=      bzr-explorer-${VER}
 PKGREVISION=   2
 CATEGORIES=    devel
-MASTER_SITES=  http://launchpad.net/bzr-explorer/1.2/${VER}/+download/
-VER=           1.2.1
+MASTER_SITES=  http://launchpad.net/bzr-explorer/${VER:R}/${VER}/+download/
+VER=           1.2.2
 
 MAINTAINER=    ddeus.pkgsrc%mailnull.com@localhost
 HOMEPAGE=      https://launchpad.net/bzr-explorer
diff -r e73ea1fbc3ee -r e21bb3143975 devel/bzr-explorer/PLIST
--- a/devel/bzr-explorer/PLIST  Sun Apr 22 08:43:01 2012 +0000
+++ b/devel/bzr-explorer/PLIST  Sun Apr 22 08:45:49 2012 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2011/11/27 13:43:06 cheusov Exp $
+@comment $NetBSD: PLIST,v 1.4 2012/04/22 08:45:49 cheusov Exp $
 ${PYSITELIB}/bzrlib/plugins/explorer/COPYING.txt
 ${PYSITELIB}/bzrlib/plugins/explorer/NEWS
 ${PYSITELIB}/bzrlib/plugins/explorer/README.txt
@@ -104,6 +104,9 @@
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/extensions/tools.py
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/extensions/tools.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/extensions/tools.pyo
+${PYSITELIB}/bzrlib/plugins/explorer/lib/filesystemwatcher.py
+${PYSITELIB}/bzrlib/plugins/explorer/lib/filesystemwatcher.pyc
+${PYSITELIB}/bzrlib/plugins/explorer/lib/filesystemwatcher.pyo
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/helpers.py
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/helpers.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/helpers.pyo
@@ -146,6 +149,9 @@
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/parameter_parser.py
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/parameter_parser.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/parameter_parser.pyo
+${PYSITELIB}/bzrlib/plugins/explorer/lib/qbzr.py
+${PYSITELIB}/bzrlib/plugins/explorer/lib/qbzr.pyc
+${PYSITELIB}/bzrlib/plugins/explorer/lib/qbzr.pyo
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/script_engine.py
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/script_engine.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/lib/script_engine.pyo
@@ -236,6 +242,9 @@
 ${PYSITELIB}/bzrlib/plugins/explorer/tests/__init__.py
 ${PYSITELIB}/bzrlib/plugins/explorer/tests/__init__.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/tests/__init__.pyo
+${PYSITELIB}/bzrlib/plugins/explorer/tests/test_history_manager.py
+${PYSITELIB}/bzrlib/plugins/explorer/tests/test_history_manager.pyc
+${PYSITELIB}/bzrlib/plugins/explorer/tests/test_history_manager.pyo
 ${PYSITELIB}/bzrlib/plugins/explorer/tests/test_new.py
 ${PYSITELIB}/bzrlib/plugins/explorer/tests/test_new.pyc
 ${PYSITELIB}/bzrlib/plugins/explorer/tests/test_new.pyo
diff -r e73ea1fbc3ee -r e21bb3143975 devel/bzr-explorer/distinfo
--- a/devel/bzr-explorer/distinfo       Sun Apr 22 08:43:01 2012 +0000
+++ b/devel/bzr-explorer/distinfo       Sun Apr 22 08:45:49 2012 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2011/11/27 13:43:06 cheusov Exp $
+$NetBSD: distinfo,v 1.4 2012/04/22 08:45:49 cheusov Exp $
 
-SHA1 (bzr-explorer-1.2.1.tar.gz) = 465def3efab1897aec92cbf0bdab4a81d227cfd5
-RMD160 (bzr-explorer-1.2.1.tar.gz) = 8e835af6c213f9ec4e36767130b68e19fc77e981
-Size (bzr-explorer-1.2.1.tar.gz) = 1436910 bytes
+SHA1 (bzr-explorer-1.2.2.tar.gz) = aac7ff6af5f3c836fb1036194aa135ce5a15efab
+RMD160 (bzr-explorer-1.2.2.tar.gz) = 4b19c5814d9d7b2470ef8a5c5d5425183ad4d584
+Size (bzr-explorer-1.2.2.tar.gz) = 1442649 bytes



Home | Main Index | Thread Index | Old Index