--- net-im/pidgin/Makefile 2011-07-07 15:20:31.000000000 +0200 +++ net-im/pidgin/Makefile 2011-07-11 14:36:55.000000000 +0200 @@ -7,7 +7,7 @@ # PORTNAME= pidgin -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) --- net-im/libpurple/Makefile 2011-07-07 15:20:30.000000000 +0200 +++ net-im/libpurple/Makefile 2011-07-11 14:29:54.000000000 +0200 @@ -8,7 +8,7 @@ PORTNAME?= libpurple PORTVERSION= 2.9.0 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} --- net-im/libpurple/files/patch-libpurple-conversation.c 1970-01-01 01:00:00.000000000 +0100 +++ net-im/libpurple/files/patch-libpurple-conversation.c 2011-07-11 14:29:40.000000000 +0200 @@ -0,0 +1,10 @@ +--- libpurple/conversation.c.orig 2011-07-11 14:28:20.000000000 +0200 ++++ libpurple/conversation.c 2011-07-11 14:28:47.000000000 +0200 +@@ -1978,7 +1978,6 @@ + } + + g_hash_table_remove_all(chat->users); +- chat->users = NULL; + + g_list_free(users); + chat->in_room = NULL;