diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2003-12-14 04:14:04 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2003-12-14 04:14:04 +0000 |
commit | 7019638907e19927328567f5bf3cc6766edcde51 (patch) | |
tree | 310b024731f538425b0bb7f6b0aa5da492edb1b3 | |
parent | f31e5448280ef85d5268bfbfb6b0c9cc270333dc (diff) | |
download | pkgsrc-7019638907e19927328567f5bf3cc6766edcde51.tar.gz |
Update to 4.9.9 provided by Soren Jacobsen PR pkg/23744.
Changes since 4.9.6:
* "Away message was requested" log message for ICQ is gone.
* Yahoo! fixes.
* Ability to change incoming/outgoing colors in history.
* Sending messages by pressing Enter. Configurable per protocol.
* "User is typing" log messages removed. A "T" will show up instead.
* LiveJournal support.
* MSN support got the axe.
* AIM buddy list automatically imported at login.
* IRC supports /me.
* Ability to check Maildir mailboxes.
* Plug some memory leaks.
* [SECURITY] Passwords not stored in the input history anymore.
-rw-r--r-- | chat/centericq/Makefile | 8 | ||||
-rw-r--r-- | chat/centericq/PLIST | 3 | ||||
-rw-r--r-- | chat/centericq/distinfo | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/chat/centericq/Makefile b/chat/centericq/Makefile index cfdd6a9102f..6d7e964d9e5 100644 --- a/chat/centericq/Makefile +++ b/chat/centericq/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.32 2003/11/12 03:39:39 jschauma Exp $ +# $NetBSD: Makefile,v 1.33 2003/12/14 04:14:04 xtraeme Exp $ # -DISTNAME= centericq-4.9.6 -PKGREVISION= 2 +DISTNAME= centericq-4.9.9 CATEGORIES= chat MASTER_SITES= http://konst.org.ua/download/ EXTRACT_SUFX= .tar.bz2 @@ -53,6 +52,9 @@ CPPFLAGS+= -DAUDIO_PLAYER=\"\\\"${SOX_PREFIX}/bin/play\\\"\" CONFIGURE_ENV+= ac_cv_lib_iconv_iconv=yes .endif +post-install: + ${INSTALL_MAN} ${WRKSRC}/centericq.1 ${PREFIX}/man/man1/ + .include "../../mk/bsd.pkg.mk" .if ${MACHINE_ARCH} == "alpha" diff --git a/chat/centericq/PLIST b/chat/centericq/PLIST index a08c6bcbd9a..e0bc801a8d2 100644 --- a/chat/centericq/PLIST +++ b/chat/centericq/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2003/06/29 02:04:20 jlam Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/12/14 04:14:04 xtraeme Exp $ bin/centericq bin/cicqconv bin/cicqsync @@ -15,6 +15,7 @@ share/centericq/msg.wav share/centericq/online.wav share/centericq/sms.wav share/centericq/url.wav +${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/centericq.mo ${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/centericq.mo ${PKGLOCALEDIR}/locale/de/LC_MESSAGES/centericq.mo ${PKGLOCALEDIR}/locale/es/LC_MESSAGES/centericq.mo diff --git a/chat/centericq/distinfo b/chat/centericq/distinfo index bb3a64aa21d..9e4a18b1b2c 100644 --- a/chat/centericq/distinfo +++ b/chat/centericq/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2003/09/19 21:32:12 jmmv Exp $ +$NetBSD: distinfo,v 1.7 2003/12/14 04:14:04 xtraeme Exp $ -SHA1 (centericq-4.9.6.tar.bz2) = 53c815753c5adc4027b72ef4a046793ea3966f13 -Size (centericq-4.9.6.tar.bz2) = 933355 bytes +SHA1 (centericq-4.9.9.tar.bz2) = 4c458aacff21bd8046688516a5b484734373a7c6 +Size (centericq-4.9.9.tar.bz2) = 990786 bytes SHA1 (patch-aa) = b5c297628e965e7bfc6e85da51045c75fd0e21fd |