diff options
author | jmmv <jmmv@pkgsrc.org> | 2004-11-02 19:42:41 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2004-11-02 19:42:41 +0000 |
commit | 3ca356b91d083af80fd183e3985283008f9b5b7f (patch) | |
tree | 8e133cf5d5aca6d32d274430746fa8fb103f049d /chat | |
parent | 3190319110d4d438d20ce589f49889c4232f11cb (diff) | |
download | pkgsrc-3ca356b91d083af80fd183e3985283008f9b5b7f.tar.gz |
Update to 0.17.2:
* Unset proxy by setting it to NULL.
* Fixes for 64 bit architectures.
* Fixed an issue when not using default main context.
* Fixed UTF-8 issue that lead to a few weird problems in Gossip.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/loudmouth/Makefile | 4 | ||||
-rw-r--r-- | chat/loudmouth/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 3b0a2f5eceb..325400f0703 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2004/10/22 09:12:26 adam Exp $ +# $NetBSD: Makefile,v 1.9 2004/11/02 19:42:41 jmmv Exp $ -DISTNAME= loudmouth-0.17.1 +DISTNAME= loudmouth-0.17.2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/0.17/} EXTRACT_SUFX= .tar.bz2 diff --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo index beae864ab2d..b7e6bfb7c46 100644 --- a/chat/loudmouth/distinfo +++ b/chat/loudmouth/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.3 2004/10/22 09:12:26 adam Exp $ +$NetBSD: distinfo,v 1.4 2004/11/02 19:42:41 jmmv Exp $ -SHA1 (loudmouth-0.17.1.tar.bz2) = 04618ce612de132a5f215c10e23fe80e1e3463e1 -Size (loudmouth-0.17.1.tar.bz2) = 283627 bytes +SHA1 (loudmouth-0.17.2.tar.bz2) = 8dcc61ae95c3d852d1cf88f3198e0e023e70db7e +Size (loudmouth-0.17.2.tar.bz2) = 286981 bytes |