diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-17 13:39:01 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-17 13:39:01 +0800 |
commit | 71d4fdb8c40497cff89a45b9f2842d9a54ae186f (patch) | |
tree | aa66ef762e3c439ab0c94bd904faeb5d9fe53ea0 /net/gaim | |
parent | 17ac621c1272408d827493f49f0e5463a0aa5a3f (diff) | |
download | freebsd-ports-gnome-71d4fdb8c40497cff89a45b9f2842d9a54ae186f.tar.gz freebsd-ports-gnome-71d4fdb8c40497cff89a45b9f2842d9a54ae186f.tar.zst freebsd-ports-gnome-71d4fdb8c40497cff89a45b9f2842d9a54ae186f.zip |
Update to 0.59.5.
Diffstat (limited to 'net/gaim')
-rw-r--r-- | net/gaim/Makefile | 3 | ||||
-rw-r--r-- | net/gaim/distinfo | 2 | ||||
-rw-r--r-- | net/gaim/files/patch-temp | 12 |
3 files changed, 2 insertions, 15 deletions
diff --git a/net/gaim/Makefile b/net/gaim/Makefile index f7adace4035d..050e635bb70c 100644 --- a/net/gaim/Makefile +++ b/net/gaim/Makefile @@ -6,8 +6,7 @@ # PORTNAME= gaim -PORTVERSION= 0.59.4 -PORTREVISION= 2 +PORTVERSION= 0.59.5 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/net/gaim/distinfo b/net/gaim/distinfo index 0a0f9dc8593d..a8eac9ebee62 100644 --- a/net/gaim/distinfo +++ b/net/gaim/distinfo @@ -1 +1 @@ -MD5 (gaim-0.59.4.tar.bz2) = 809fa0b413f4dc1dad2b4c154accdcd5 +MD5 (gaim-0.59.5.tar.bz2) = ac67eebcc80320199d44191f1f802254 diff --git a/net/gaim/files/patch-temp b/net/gaim/files/patch-temp deleted file mode 100644 index 39073683ae61..000000000000 --- a/net/gaim/files/patch-temp +++ /dev/null @@ -1,12 +0,0 @@ ---- src/protocols/yahoo/yahoo.c.orig Sun Oct 13 02:50:25 2002 -+++ src/protocols/yahoo/yahoo.c Sun Oct 13 02:50:58 2002 -@@ -525,6 +525,9 @@ - l = l->next; - } - -+ if (!msg) -+ return; -+ - if (!g_strncasecmp(msg, "TYPING", strlen("TYPING"))) { - if (*stat == '1') - serv_got_typing(gc, from, 0); |