summaryrefslogtreecommitdiff
path: root/devel/qbzr
diff options
context:
space:
mode:
authorwiz <wiz>2009-10-11 09:03:29 +0000
committerwiz <wiz>2009-10-11 09:03:29 +0000
commitc00c761cd43d516143121fba900b5e4e47542340 (patch)
tree3a71eb93e5caea38920541cf974e2fcc702b1274 /devel/qbzr
parent253a2236b66fed06f4c05ffcdea3c9dca7f46663 (diff)
downloadpkgsrc-c00c761cd43d516143121fba900b5e4e47542340.tar.gz
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 (limited to 'devel/qbzr')
-rw-r--r--devel/qbzr/Makefile11
-rw-r--r--devel/qbzr/distinfo8
2 files changed, 9 insertions, 10 deletions
diff --git a/devel/qbzr/Makefile b/devel/qbzr/Makefile
index 472b4af0a3d..179dfa6468c 100644
--- a/devel/qbzr/Makefile
+++ b/devel/qbzr/Makefile
@@ -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
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 --git a/devel/qbzr/distinfo b/devel/qbzr/distinfo
index c98abc77720..0b7b7fbc78a 100644
--- a/devel/qbzr/distinfo
+++ b/devel/qbzr/distinfo
@@ -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