diff options
author | salo <salo@pkgsrc.org> | 2003-02-15 04:20:17 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-02-15 04:20:17 +0000 |
commit | c6ee9506c07903a6048f3c349f7594d301e57088 (patch) | |
tree | 61de99e048d51e7a23843eaea9a6c07eb7a0ff34 /chat/micq/patches | |
parent | fa7878e5bd098151e53e568763de911b3a9ed1e1 (diff) | |
download | pkgsrc-c6ee9506c07903a6048f3c349f7594d301e57088.tar.gz |
Update to version 0.4.10.1.
Addresses PR pkg/20294 by Rudiger Kuhlmann.
Changes:
0.4.10.1:
=========
- bug fix release
0.4.10:
=======
- autosaving
- autofingering
- new event script handling
- contact meta data saving
- contact groups
- log file utils (from rtc)
- ^C handler
- type-2 message sending
- remote control via a FIFO
- send and receive UTF-8 encoded message
- ASCII art mICQ logo
- alias'ing of commands
- history
Diffstat (limited to 'chat/micq/patches')
-rw-r--r-- | chat/micq/patches/patch-aa | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa index 35d48c11258..9c4ca9ae6bd 100644 --- a/chat/micq/patches/patch-aa +++ b/chat/micq/patches/patch-aa @@ -1,13 +1,13 @@ -$NetBSD: patch-aa,v 1.5 2002/10/20 03:09:08 shell Exp $ +$NetBSD: patch-aa,v 1.6 2003/02/15 04:20:18 salo Exp $ ---- doc/Makefile.in.orig Sat Oct 5 22:35:35 2002 -+++ doc/Makefile.in -@@ -81,7 +81,7 @@ am__include = @am__include@ - am__quote = @am__quote@ - install_sh = @install_sh@ +--- doc/Makefile.in.orig Fri Jan 24 20:03:17 2003 ++++ doc/Makefile.in Sat Feb 15 05:00:29 2003 +@@ -118,7 +118,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ --SUBDIRS = de fr es ru pt_BR -+SUBDIRS = +-SUBDIRS = de fr es ru pt_BR uk ++SUBDIRS = man_MANS = micq.1 micq.7 micqrc.5 doc_DIST = README README.SOCKS5 commands.txt icq091.txt html/*.html html/*.gif |