diff options
author | marcus <marcus@FreeBSD.org> | 2004-06-09 06:55:48 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-06-09 06:55:48 +0000 |
commit | 0d8ae16c8a63869d0d757c1a31e7d0c4e234f13e (patch) | |
tree | fef55e0b6f153339a1976155ac48bd457f2e2d7f /net-im/gaim/Makefile | |
parent | ca80cd83bc0fc6863e065e4e1434b478a21caa64 (diff) | |
download | FreeBSD-ports-0d8ae16c8a63869d0d757c1a31e7d0c4e234f13e.zip FreeBSD-ports-0d8ae16c8a63869d0d757c1a31e7d0c4e234f13e.tar.gz |
Do not escape HTML messages in ICQ if the message beings with <HTML>. This
works around a bug with messages sent by the sim client where they would
be displayed as:
<HTML><BODY BGCOLOR="#FFFFFF">hello</BODY></HTML>
Submitted by: ale
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 9baad7f..484c89f 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,6 +6,7 @@ PORTNAME= gaim PORTVERSION= 0.78 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} |