diff options
author | adam <adam@pkgsrc.org> | 2008-10-13 09:35:55 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-10-13 09:35:55 +0000 |
commit | 0bd4b0b1a6860199dfa61c95a0d21488349c276b (patch) | |
tree | 4188b03dca85b4fb7d2151d2e1d4843db1f6dd01 /chat | |
parent | 1ae4ce5ed7fad8a1f5d66a2e161c8dd19efeece1 (diff) | |
download | pkgsrc-0bd4b0b1a6860199dfa61c95a0d21488349c276b.tar.gz |
Changes 1.4.2:
* Bug fixes.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/loudmouth/Makefile | 4 | ||||
-rw-r--r-- | chat/loudmouth/distinfo | 10 | ||||
-rw-r--r-- | chat/loudmouth/patches/patch-aa | 12 | ||||
-rw-r--r-- | chat/loudmouth/patches/patch-ab | 12 |
4 files changed, 6 insertions, 32 deletions
diff --git a/chat/loudmouth/Makefile b/chat/loudmouth/Makefile index 087d966b8e4..36e903fde7d 100644 --- a/chat/loudmouth/Makefile +++ b/chat/loudmouth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.28 2008/08/17 14:14:11 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2008/10/13 09:35:55 adam Exp $ -DISTNAME= loudmouth-1.4.1 +DISTNAME= loudmouth-1.4.2 CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_GNOME:=sources/loudmouth/1.4/} \ http://ftp.imendio.com/pub/imendio/loudmouth/src/ diff --git a/chat/loudmouth/distinfo b/chat/loudmouth/distinfo index fff0c15f8b7..411a5741f29 100644 --- a/chat/loudmouth/distinfo +++ b/chat/loudmouth/distinfo @@ -1,7 +1,5 @@ -$NetBSD: distinfo,v 1.12 2008/08/17 14:14:11 wiz Exp $ +$NetBSD: distinfo,v 1.13 2008/10/13 09:35:55 adam Exp $ -SHA1 (loudmouth-1.4.1.tar.bz2) = ac7b409ab90163a3eb98e65b1afa5c037e560fca -RMD160 (loudmouth-1.4.1.tar.bz2) = 6424c89f07ca3104d8676b88ad5b42c3293e91ef -Size (loudmouth-1.4.1.tar.bz2) = 379833 bytes -SHA1 (patch-aa) = 261c7b2260830e13ac539413f0632923078009f1 -SHA1 (patch-ab) = eb11b1720bee01076f23626ddde0e79346de9940 +SHA1 (loudmouth-1.4.2.tar.bz2) = f2cbcd000127c6cb97f37e31eef3d9536cf2d8df +RMD160 (loudmouth-1.4.2.tar.bz2) = 6c94abe777e44331a1133d300cb351307e4bb48a +Size (loudmouth-1.4.2.tar.bz2) = 380128 bytes diff --git a/chat/loudmouth/patches/patch-aa b/chat/loudmouth/patches/patch-aa deleted file mode 100644 index 2810e3d0405..00000000000 --- a/chat/loudmouth/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2008/08/17 14:14:11 wiz Exp $ - ---- loudmouth/asyncns.c.orig 2008-02-24 21:41:25.000000000 +0000 -+++ loudmouth/asyncns.c -@@ -154,6 +154,7 @@ typedef struct res_query_response { - int ret; - } res_response_t; - -+#define HAVE_STRNDUP - #ifndef HAVE_STRNDUP - - static char *strndup(const char *s, size_t l) { diff --git a/chat/loudmouth/patches/patch-ab b/chat/loudmouth/patches/patch-ab deleted file mode 100644 index 5643e4835e3..00000000000 --- a/chat/loudmouth/patches/patch-ab +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ab,v 1.1 2008/08/17 14:14:11 wiz Exp $ - ---- loudmouth/lm-sock.c.orig 2008-07-27 09:21:48.000000000 +0000 -+++ loudmouth/lm-sock.c -@@ -29,6 +29,7 @@ - #include <unistd.h> - #include <sys/socket.h> - #include <fcntl.h> -+#include <netinet/in_systm.h> - #include <netinet/in.h> - #include <netinet/ip.h> - #include <netinet/tcp.h> |