pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/qbzr Update to 0.14.3, and fix MASTER_SITES.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2bfc2763451e
branches:  trunk
changeset: 400061:2bfc2763451e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 11 09:03:29 2009 +0000

description:
Update to 0.14.3, and fix MASTER_SITES.

0.14.3 - 2009-10-02
-------------------
Bugfixes release.

 * qcommit:
    * Fixed bug with inability of run qcommit /path/to/tree/root after merge.
      (#433137, Alexander Belchenko)
 * qlog:
    * Ensure that tree objects correctly locked when checking for directories.
      (#436467, Gary van der Merwe)


0.14.2 - 2009-09-16
-------------------
Bugfixes.

 * qlog:
    * Fixed couple of problems with proper rendering of branch labels
      when inspecting log for several branches (e.g. in shared repo).
 * qmerge, qcommit, ...:
   * Fixed a bug where we create the QApp after opening a Branch, but we had
     already installed the QUIFactory(). A branch can be a lightweight checkout
     of a remote location which requires a password. Which wants to open a UI
     dialog, which causes a crash because QApp has not been created yet.
     (#430232, John Arbash Meinel)


0.14.1 - 2009-09-10
-------------------
Maintenance release:

 * qannotate:
   * Fixed a bug when annotating a file in a branch with no working tree.
     (Bug 419477)
   * Fixed a bug were the logwidget would crash trying to render some graphs.
     (Bug 417895)
   * Fixed a bug were it was not possible to annotate files that have been
     deleted. (Bug 419790)
   * Fixed a bug where opening a per file diff would crash with a
     ObjectNotLocked error in a 2a branch. (Bug 426688)
 * qlog:
   * Fixed a bug where it was not possible to do any file list context menu
     actions on a file that was renamed in the revision that you were viewing.
     (Bug 418340)
   * Fixed a graph layout bug, where if the first revions of a brach was
     filter, there was no non direct line to it. (Bug 417895)
   * Removed superfluous twisties at the end of a filterted branch line.
     (Bug 419784)
   * Fixed a bug where branch lables would show on the wrong revisions.
     (Bug 423201)
 * qcommit:
   * Show a friendly error message when tring to commit a specific file,
     and there are pending merges. (Bug 417210)
 * qbrowse:
   * Fixed a bug where the window would crash with a ObjectNotLocked error
     when expanded a folder in a 2a branch. (Bug 424258)
 * Handle errors raised from _qbzr_run methods and the __init__ methods that
   they call, so that ui-mode is honoured when they are reported. (Bug 420534)

diffstat:

 devel/qbzr/Makefile |  11 +++++------
 devel/qbzr/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diffs (43 lines):

diff -r e3a29292942b -r 2bfc2763451e devel/qbzr/Makefile
--- a/devel/qbzr/Makefile       Sun Oct 11 08:59:58 2009 +0000
+++ b/devel/qbzr/Makefile       Sun Oct 11 09:03:29 2009 +0000
@@ -1,21 +1,20 @@
-# $NetBSD: Makefile,v 1.8 2009/09/09 05:44:12 epg Exp $
+# $NetBSD: Makefile,v 1.9 2009/10/11 09:03:29 wiz Exp $
 
 DISTNAME=      qbzr-${VER}
-#PKGREVISION=  1
 CATEGORIES=    devel
-MASTER_SITES=  http://launchpad.net/qbzr/trunk/${VER}/+download/
-VER=           0.14
+MASTER_SITES=  http://launchpad.net/qbzr/0.14/${VER}/+download/
+VER=           0.14.3
 
 MAINTAINER=    epg%NetBSD.org@localhost
 HOMEPAGE=      http://bazaar-vcs.org/QBzr
 COMMENT=       GUI front end for Bazaar
 
+DEPENDS+=      ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_TOOLS+=    msgfmt
 
-DEPENDS+=      ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
-
 WRKSRC=                ${WRKDIR}/qbzr
 
 PYDISTUTILSPKG=        yes
diff -r e3a29292942b -r 2bfc2763451e devel/qbzr/distinfo
--- a/devel/qbzr/distinfo       Sun Oct 11 08:59:58 2009 +0000
+++ b/devel/qbzr/distinfo       Sun Oct 11 09:03:29 2009 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.6 2009/09/09 05:44:12 epg Exp $
+$NetBSD: distinfo,v 1.7 2009/10/11 09:03:29 wiz Exp $
 
-SHA1 (qbzr-0.14.tar.gz) = 54580cf13e6fb966f8f52857fe170a2ed947eda9
-RMD160 (qbzr-0.14.tar.gz) = 43b7193972661654ac2582998c5c18392bb28b48
-Size (qbzr-0.14.tar.gz) = 478540 bytes
+SHA1 (qbzr-0.14.3.tar.gz) = 3022a507edbe5016a0502a1ae50553244f92be0b
+RMD160 (qbzr-0.14.3.tar.gz) = bb4db7cd8280052144ff1b924f7f2bc447aff9ff
+Size (qbzr-0.14.3.tar.gz) = 479845 bytes



Home | Main Index | Thread Index | Old Index