diff options
author | shell <shell> | 2002-10-20 03:09:07 +0000 |
---|---|---|
committer | shell <shell> | 2002-10-20 03:09:07 +0000 |
commit | 5b2296eab8518d94f0338b60d36377da8dbc61f6 (patch) | |
tree | d178356c810755f03ac01c44362c08d97f8dca8d /chat | |
parent | 0fc91c7e8f7c12aa9ec5c7c72010cbdbe782fc4a (diff) | |
download | pkgsrc-5b2296eab8518d94f0338b60d36377da8dbc61f6.tar.gz |
Updated to micq-0.4.9.4
- update maintainer email
- re-add patch-aa
Changes :
* add error message for missing file reception directory
* web page: add blurb for misconfigured browsers
* final translation updates
* .. or non-updates (english text copied to translated man pages)
* compile fixes (thanks, Andy)
* do not send CAP_IS_2002 (it means UTF-8, we can't do that yet)
* show failing connections only when verbose or for server connections
* display 0x46 meta result (just output the text)
For more see Changes
Diffstat (limited to 'chat')
-rw-r--r-- | chat/micq/Makefile | 11 | ||||
-rw-r--r-- | chat/micq/PLIST | 4 | ||||
-rw-r--r-- | chat/micq/distinfo | 7 | ||||
-rw-r--r-- | chat/micq/patches/patch-aa | 13 |
4 files changed, 22 insertions, 13 deletions
diff --git a/chat/micq/Makefile b/chat/micq/Makefile index d0957d8fa80..1e0f782d807 100644 --- a/chat/micq/Makefile +++ b/chat/micq/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2002/10/13 15:03:32 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/20 03:09:07 shell Exp $ -DISTNAME= micq-0.4.9 +DISTNAME= micq-0.4.9.4 CATEGORIES= chat MASTER_SITES= http://micq.ukeer.de/source/ EXTRACT_SUFX= .tgz -MAINTAINER= shell@shellhung.org +MAINTAINER= shell@netbsd.org HOMEPAGE= http://micq.ukeer.de/ COMMENT= text-mode ICQ client @@ -13,10 +13,5 @@ USE_BUILDLINK2= YES USE_GMAKE= YES GNU_CONFIGURE= YES -post-install: - ${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${PREFIX}/man/man1 - ${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${PREFIX}/man/man7 - ${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${PREFIX}/man/man5 - .include "../../devel/gettext-lib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/chat/micq/PLIST b/chat/micq/PLIST index adea796dbc5..4d5497cf67d 100644 --- a/chat/micq/PLIST +++ b/chat/micq/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.2 2001/11/28 17:30:38 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/10/20 03:09:07 shell Exp $ bin/micq man/man1/micq.1 man/man5/micqrc.5 man/man7/micq.7 share/micq/bg.i18n share/micq/br.i18n -share/micq/cn.i18n share/micq/de.i18n share/micq/en.i18n share/micq/en_fun.i18n @@ -21,4 +20,5 @@ share/micq/ru.i18n share/micq/se.i18n share/micq/uk.i18n share/micq/yu.i18n +share/micq/zh_CN.i18n @dirrm share/micq diff --git a/chat/micq/distinfo b/chat/micq/distinfo index 72001c858d5..c86cd4695b4 100644 --- a/chat/micq/distinfo +++ b/chat/micq/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.5 2002/06/14 22:16:35 itojun Exp $ +$NetBSD: distinfo,v 1.6 2002/10/20 03:09:07 shell Exp $ -SHA1 (micq-0.4.9.tgz) = 6641c416964e8abd694a062409395f2173c381b9 -Size (micq-0.4.9.tgz) = 419381 bytes +SHA1 (micq-0.4.9.4.tgz) = f2d06856686599200a3965c81d57cad590cd95fc +Size (micq-0.4.9.4.tgz) = 504805 bytes +SHA1 (patch-aa) = 7118991947eb759bff2844aca2ccd7bda0f4b2a3 diff --git a/chat/micq/patches/patch-aa b/chat/micq/patches/patch-aa new file mode 100644 index 00000000000..35d48c11258 --- /dev/null +++ b/chat/micq/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.5 2002/10/20 03:09:08 shell 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@ + +-SUBDIRS = de fr es ru pt_BR ++SUBDIRS = + + man_MANS = micq.1 micq.7 micqrc.5 + doc_DIST = README README.SOCKS5 commands.txt icq091.txt html/*.html html/*.gif |