diff options
author | markd <markd@pkgsrc.org> | 2006-06-13 12:11:44 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2006-06-13 12:11:44 +0000 |
commit | 593c8b154c876306b7c1414dc60588907fac17e0 (patch) | |
tree | 5bb976d44e3fd6511553470c14aa7d5e677d4e3d /devel/kdbg/Makefile | |
parent | 2265d39d98173965576ceb9accef85d2903a0648 (diff) | |
download | pkgsrc-593c8b154c876306b7c1414dc60588907fac17e0.tar.gz |
Update to 2.0.4
* Fixed encoding of the Czech translation thanks to Jakub Galgonek.
* Added support for QString in Qt4's debug libraries.
* Fixed that the debugger window really comes to the foreground and
receives the focus when the debuggee stops at a breakpoint, when this
option is on
Diffstat (limited to 'devel/kdbg/Makefile')
-rw-r--r-- | devel/kdbg/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/kdbg/Makefile b/devel/kdbg/Makefile index 3a107a93226..b6b67100505 100644 --- a/devel/kdbg/Makefile +++ b/devel/kdbg/Makefile @@ -1,13 +1,11 @@ -# $NetBSD: Makefile,v 1.61 2006/05/14 15:28:32 seb Exp $ +# $NetBSD: Makefile,v 1.62 2006/06/13 12:11:44 markd Exp $ -DISTNAME= kdbg-2.0.3 -PKGREVISION= 2 +DISTNAME= kdbg-2.0.4 CATEGORIES= devel kde -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} \ - ftp://ftp.eudaptics.com/pub/people/jsixt/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kdbg/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://members.telecom.at/~johsixt/kdbg.html +HOMEPAGE= http://www.kdbg.org/ COMMENT= Graphical User Interface around gdb using KDE USE_TOOLS+= gmake msgfmt |