pkgsrc/devel/qbzr/Makefile

25 lines
553 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.18 2012/10/31 11:19:36 asau Exp $
DISTNAME= qbzr-${VER}
PKGREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://launchpad.net/qbzr/${VER:R}/${VER}/+download/
VER= 0.22.1
MAINTAINER= ddeus.pkgsrc@mailnull.com
HOMEPAGE= http://bazaar-vcs.org/QBzr
COMMENT= GUI front end for Bazaar
LICENSE= gnu-gpl-v2
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)
2009-10-11 11:03:29 +02:00
DEPENDS+= ${PYPKGPREFIX}-qt4>=4.4:../../x11/py-qt4
2008-12-31 15:04:58 +01:00
USE_TOOLS+= msgfmt
WRKSRC= ${WRKDIR}/qbzr
PYDISTUTILSPKG= yes
.include "../../devel/bzr/plugin.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"