summaryrefslogtreecommitdiff
path: root/chat/licq-gui-console
diff options
context:
space:
mode:
authorjdolecek <jdolecek@pkgsrc.org>2007-12-22 22:34:22 +0000
committerjdolecek <jdolecek@pkgsrc.org>2007-12-22 22:34:22 +0000
commit7ad66c555185461a8a3b9de2f6fc1e9c079e303c (patch)
treefa257e8551e1d0b2e3463c0b8b7300b328130971 /chat/licq-gui-console
parentadf53f5a0d2ca97663bb03be9bb94edd8c26ecfe (diff)
downloadpkgsrc-7ad66c555185461a8a3b9de2f6fc1e9c079e303c.tar.gz
Update licq-{core,gui-console,gui-qt} to 1.3.5.
New in 1.3.4 o Fix a few bugs where users would falsely go offline o Make sending typing notifications optional o Fixes for newly registered users o Fix the handling of pidfiles so that Licq always starts unless there actually is an other instance of Licq running. o 64-bit compatibility changes o Compilation fixes o Fixes for Licq on Mac OS X (with Fink) o Iconv fixes o ICQ: Fix a bug where contacts would receive empty messages o ICQ: Update the protocol to properly set info o ICQ: Show more version information of remote clients o ICQ: Fix SSL issue o MSN: Fix a race error in MSN packet parsing o MSN: Fix socket handling o KDE: Addressbook fix o KDE: Add spell checking to the kde-gui (Using KSpell) o Qt/KDE: Show user's pictures as a tooltip or status icon o Qt/KDE: Optional "Send with Enter" o Qt/KDE: Improve hyperlink detection o Qt/KDE: Improve emoticon detection and processing o Qt/KDE: Add a custom message box handler o Qt/KDE: New KDE iconset to better integrate with the KDE desktop Many various minor bugs and crashes fixed... See http://tinyurl.com/ygdrfo for d etails. Build and basic startup done on NetBSD 4.0 and Mac OS X 10.5
Diffstat (limited to 'chat/licq-gui-console')
-rw-r--r--chat/licq-gui-console/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/licq-gui-console/Makefile b/chat/licq-gui-console/Makefile
index 62f233053de..4a1f7fbaab4 100644
--- a/chat/licq-gui-console/Makefile
+++ b/chat/licq-gui-console/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2007/12/21 23:50:21 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2007/12/22 22:34:24 jdolecek Exp $
#
-DISTNAME= licq-1.2.6
+DISTNAME= licq-1.3.5
PKGNAME= ${DISTNAME:C/-/-gui-console-/}
-PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=licq/}
EXTRACT_SUFX= .tar.bz2
@@ -27,5 +26,6 @@ OVERRIDE_DIRDEPTH= 3
INCOMPAT_CURSES= NetBSD-1.4*-* NetBSD-1.5*-* NetBSD-1.6[-_.]*-* NetBSD-1.6[A-Q]-*
.include "../../devel/ncurses/buildlink3.mk"
+.include "../../devel/cdk/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"