diff options
author | tv <tv> | 2002-02-06 14:40:38 +0000 |
---|---|---|
committer | tv <tv> | 2002-02-06 14:40:38 +0000 |
commit | 8a1c60ee5ede158b72fb800e5102369d2d365302 (patch) | |
tree | 6fc7124830bcefc7fe2c64e86cec3df7be7e963b /chat/naim | |
parent | b53a28106547d95a4b8f98af76f5fc14620ca01c (diff) | |
download | pkgsrc-8a1c60ee5ede158b72fb800e5102369d2d365302.tar.gz |
Update to release candidate snapshot 20020204. Some minor bugfixes and
an updated libfiretalk.
Diffstat (limited to 'chat/naim')
-rw-r--r-- | chat/naim/Makefile | 6 | ||||
-rw-r--r-- | chat/naim/distinfo | 10 | ||||
-rw-r--r-- | chat/naim/patches/patch-aa | 17 | ||||
-rw-r--r-- | chat/naim/patches/patch-ab | 7 |
4 files changed, 18 insertions, 22 deletions
diff --git a/chat/naim/Makefile b/chat/naim/Makefile index 60981902dce..3db5af95c4a 100644 --- a/chat/naim/Makefile +++ b/chat/naim/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2002/01/25 22:45:50 simonb Exp $ +# $NetBSD: Makefile,v 1.3 2002/02/06 14:40:38 tv Exp $ # -PKGNAME= naim-0.11.2.20020125 -DISTNAME= naim-0.11.2-2002-01-25-0900 +PKGNAME= naim-0.11.2.20020204 +DISTNAME= naim-0.11.2-2002-02-04-0919 CATEGORIES= chat MASTER_SITES= http://dev.n.ml.org/ diff --git a/chat/naim/distinfo b/chat/naim/distinfo index 8a8a000dcb4..77b41731c49 100644 --- a/chat/naim/distinfo +++ b/chat/naim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2002/01/25 22:45:51 simonb Exp $ +$NetBSD: distinfo,v 1.3 2002/02/06 14:40:38 tv Exp $ -SHA1 (naim-0.11.2-2002-01-25-0900.tar.gz) = 6ce21583773ee2a782179cc52d53bc68879c9181 -Size (naim-0.11.2-2002-01-25-0900.tar.gz) = 137030 bytes -SHA1 (patch-aa) = 59e9042fe20710d2951142d25b69ba14e014d4a3 -SHA1 (patch-ab) = 43dc18114f4e13a1e95c5b655495b646c12f8a41 +SHA1 (naim-0.11.2-2002-02-04-0919.tar.gz) = 38c5138f00ab5b9cc14cb4a358573c70324b1cfa +Size (naim-0.11.2-2002-02-04-0919.tar.gz) = 140410 bytes +SHA1 (patch-aa) = d0f350a86c061e7fe99817533737fa1295aaa6de +SHA1 (patch-ab) = 35d4694c7a3a98eec35842f816622eb10a24dea0 diff --git a/chat/naim/patches/patch-aa b/chat/naim/patches/patch-aa index 87bdbc983b0..e5a85904519 100644 --- a/chat/naim/patches/patch-aa +++ b/chat/naim/patches/patch-aa @@ -1,11 +1,10 @@ -$NetBSD: patch-aa,v 1.1.1.1 2002/01/25 15:53:56 tv Exp $ +$NetBSD: patch-aa,v 1.2 2002/02/06 14:40:38 tv Exp $ ---- firetalk/lclint.h.orig Thu Jan 24 12:34:58 2002 -+++ firetalk/lclint.h Thu Jan 24 12:35:09 2002 -@@ -24,4 +24,6 @@ - #define _NETDB_H - #endif - +--- firetalk/firetalk.h.orig Fri Feb 1 12:00:18 2002 ++++ firetalk/firetalk.h Fri Feb 1 12:00:27 2002 +@@ -22,4 +22,5 @@ + #include <sys/time.h> + #include <unistd.h> + #include <netinet/in.h> +#include <inttypes.h> -+ - #endif + diff --git a/chat/naim/patches/patch-ab b/chat/naim/patches/patch-ab index 7a354a2325a..1b77f1643ca 100644 --- a/chat/naim/patches/patch-ab +++ b/chat/naim/patches/patch-ab @@ -1,14 +1,11 @@ -$NetBSD: patch-ab,v 1.2 2002/01/25 22:45:51 simonb Exp $ +$NetBSD: patch-ab,v 1.3 2002/02/06 14:40:38 tv Exp $ --- src/Makefile.in.orig Sat Jan 26 01:00:55 2002 +++ src/Makefile.in Sat Jan 26 03:16:45 2002 -@@ -334,9 +334,6 @@ +@@ -334,6 +334,3 @@ conio.c: conio_keys.h -conio_keys.h: - ./genkeys.sh > conio_keys.h - - fireio.c: sysinfo.h - - help.h: ../doc/naim.hlp |