Index: gaim/Makefile
===================================================================
RCS file: /home/pcvs/ports/net/gaim/Makefile,v
retrieving revision 1.147
diff -u -r1.147 Makefile
--- gaim/Makefile	30 May 2004 22:35:47 -0000	1.147
+++ gaim/Makefile	1 Jun 2004 16:34:46 -0000
@@ -6,6 +6,7 @@
 
 PORTNAME=	gaim
 PORTVERSION=	0.78
+PORTREVISION=	1
 CATEGORIES?=	net
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: gaim/files/patch-src_protocols_oscar_oscar.c
===================================================================
RCS file: gaim/files/patch-src_protocols_oscar_oscar.c
diff -N gaim/files/patch-src_protocols_oscar_oscar.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ gaim/files/patch-src_protocols_oscar_oscar.c	1 Jun 2004 16:34:46 -0000
@@ -0,0 +1,11 @@
+--- src/protocols/oscar/oscar.c.orig	Tue Jun  1 18:12:11 2004
++++ src/protocols/oscar/oscar.c	Tue Jun  1 18:12:58 2004
+@@ -3127,7 +3127,7 @@
+ 	 * Note: There *may* be some clients which send messages as HTML formatted -
+ 	 *       they need to be special-cased somehow.
+ 	 */
+-	if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0])) {
++	if (isdigit(gaim_account_get_username(account)[0]) && isdigit(userinfo->sn[0]) && g_strncasecmp(tmp, "<HTML>", 6)) {
+ 		/* being recevied by ICQ from ICQ - escape HTML so it is displayed as sent */
+ 		gchar *tmp2 = gaim_escape_html(tmp);
+ 		g_free(tmp);
