diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-28 13:36:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-28 13:36:02 +0000 |
commit | 59b8d82e2b92ba7404fa6eac345ef95b4b8c2e5c (patch) | |
tree | 87c6756093dfb72f36613d6fd6301525aa4bb88d /chat | |
parent | a6262466a1466a655870e860a03d5f35f642fd38 (diff) | |
download | pkgsrc-59b8d82e2b92ba7404fa6eac345ef95b4b8c2e5c.tar.gz |
Update to 0.11.7.3:
0.11.7.3:
A serious bug in naim's HTML rendering engine has been identified and
corrected. Additionally, changes to the packaging have reduced the source
tarball size from 529 kB in 0.11.7.2 to 452 kB for 0.11.7.3. naim now
completely passes "make distcheck", and distcheck is used to create source
tarballs. FireTalk now allows you to send messages to the :RAW target before
signing on, to allow passwords to be sent to the server during signon. The
IRC driver now handles /names replies from servers that use non-standard
status identifiers (such as those who implement "halfop" and other
statuses). The UI includes code to suppress duplicate messages and redundant
message targets. The embedded Libtool was upgraded to match the stock 1.5.10
release. A new "proto_user_onlineval" chain was added to allow module
authors to track buddy online status.
0.11.7.3.1:
On some systems, naim's build system was unable to generate a list of
special characters to read, which caused naim to interpret the Home key as
Ŋ, etc. naim's build system has been changed to work around the issue.
No other changes have been made since 0.11.7.3.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/naim/Makefile | 5 | ||||
-rw-r--r-- | chat/naim/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index c0d983f71be..0a040ee78c8 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.39 2005/04/11 21:45:05 tv Exp $ +# $NetBSD: Makefile,v 1.40 2005/04/28 13:36:02 wiz Exp $ -DISTNAME= naim-0.11.7.2 -PKGREVISION= 1 +DISTNAME= naim-0.11.7.3.1 CATEGORIES= chat MASTER_SITES= http://shell.n.ml.org/n/naim/ EXTRACT_SUFX= .tar.bz2 diff --git a/chat/naim/distinfo b/chat/naim/distinfo index a6248aee063..cd92e1bf294 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.22 2005/02/23 15:59:12 agc Exp $ +$NetBSD: distinfo,v 1.23 2005/04/28 13:36:02 wiz Exp $ -SHA1 (naim-0.11.7.2.tar.bz2) = 9db84da121b23610ab50841b74e1b736c41af226 -RMD160 (naim-0.11.7.2.tar.bz2) = 5e1519a53e3b6187e394f3a0b83dfd386c15524c -Size (naim-0.11.7.2.tar.bz2) = 541033 bytes +SHA1 (naim-0.11.7.3.1.tar.bz2) = 9048d3698c8b11bcdd827ef501ca5ad8dce2b952 +RMD160 (naim-0.11.7.3.1.tar.bz2) = 0c991f736f81656e24384e69eefa56edd5be818e +Size (naim-0.11.7.3.1.tar.bz2) = 461778 bytes |