summaryrefslogtreecommitdiff
path: root/chat/micq/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-11-25 19:58:59 +0000
committerwiz <wiz@pkgsrc.org>2005-11-25 19:58:59 +0000
commit247cef13724c326311670ef36323ffca024b76c4 (patch)
tree1e86c11c71f193ba69eb3fece414f57ce84b6bb0 /chat/micq/Makefile
parentbfe9e84ed0603139ca1239e621e7c04267e8c65b (diff)
downloadpkgsrc-247cef13724c326311670ef36323ffca024b76c4.tar.gz
Update to 0.5.0.4:
2003-09-22: 0.4.10.4: buf fix release, fixes remote DoS, SSL support a la licq, TCL scripting, fixes a few file transfer glitches 2003-10-06: 0.4.10.5: fixes a bunch of annoying yet easy to fix bugs 2004-01-17: 0.4.11: history seach/dump, avoid deleted new registered UINs by initializing ICQ meta data, bug fixes 2004-11-14: 0.4.12: more history (by Sebastian Felis), OpenSSL support (by Roman Hoog Antink) 2004-12-05: 0.4.99.9: beta release 2005-02-11: 0.5: also OpenSSL support (by Roman Hoog Antink), contact list upload, more colors in messages, per-contact configurability of many options - including several new ones, again with peek/peek2 command, command line options to start commands in mICQ, reworked online help and man pages, UTF-8 input handling, lots of fixes (and probably new bugs ;) 2005-02-27: 0.5.0.1: bug fixes and translation updates, peek reliable again 2005-04-24: 0.5.0.2: bug fixes, contact list handling improvements, auto-expanding aliases "a" and "r" 2005-04-27: 0.5.0.3: fix two bugs introduced in last version 2005-06-05: 0.5.0.4: general auto-expanding aliases, peek fixed again
Diffstat (limited to 'chat/micq/Makefile')
-rw-r--r--chat/micq/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile
index 6426255821a..71d80e0f3de 100644
--- a/chat/micq/Makefile
+++ b/chat/micq/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2005/05/22 20:07:43 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2005/11/25 19:58:59 wiz Exp $
-DISTNAME= micq-0.4.10.3
-PKGREVISION= 2
+DISTNAME= micq-0.5.0.4
CATEGORIES= chat
MASTER_SITES= http://www.micq.org/source/ \
ftp://www.micq.org/pub/micq/source/
@@ -15,4 +14,5 @@ USE_TOOLS+= gmake
GNU_CONFIGURE= YES
.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"