diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-16 03:06:59 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-01-16 03:06:59 +0000 |
commit | fd544df33bacb0d3a43e6c6c862a4a395c667ddd (patch) | |
tree | 7d46e95ac2c7aebd1fe4a87759b5503ed6f3b3da /net/gaim-snapshot | |
parent | 11fa5dd069c39498f87df0abcc96df27925fc32d (diff) | |
download | ports-fd544df33bacb0d3a43e6c6c862a4a395c667ddd.tar.gz ports-fd544df33bacb0d3a43e6c6c862a4a395c667ddd.zip |
Notes
Diffstat (limited to 'net/gaim-snapshot')
-rw-r--r-- | net/gaim-snapshot/Makefile | 1 | ||||
-rw-r--r-- | net/gaim-snapshot/files/patch-src_protocols_yahoo_yahoo.c | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index a146954ba164..96f688e1d348 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -7,6 +7,7 @@ PORTNAME= gaim PORTVERSION= 0.59.8 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/gaim-snapshot/files/patch-src_protocols_yahoo_yahoo.c b/net/gaim-snapshot/files/patch-src_protocols_yahoo_yahoo.c new file mode 100644 index 000000000000..371395839df0 --- /dev/null +++ b/net/gaim-snapshot/files/patch-src_protocols_yahoo_yahoo.c @@ -0,0 +1,12 @@ +--- src/protocols/yahoo/yahoo.c.orig Wed Jan 15 21:19:22 2003 ++++ src/protocols/yahoo/yahoo.c Wed Jan 15 21:19:46 2003 +@@ -1196,6 +1196,9 @@ + yahoo_packet_hash(pkt, 1, gc->displayname); + yahoo_packet_hash(pkt, 5, who); + yahoo_packet_hash(pkt, 14, utf8); ++ yahoo_packet_hash(pkt, 63, ";0"); ++ yahoo_packet_hash(pkt, 64, "0"); ++ yahoo_packet_hash(pkt, 97, "1"); + + g_free (utf8); + |