View | Details | Raw Unified | Return to bug 158814
Collapse All | Expand All

(-)net-im/pidgin/Makefile (-1 / +1 lines)
Lines 7-13 Link Here
7
#
7
#
8
8
9
PORTNAME=	pidgin
9
PORTNAME=	pidgin
10
PORTREVISION=	0
10
PORTREVISION=	1
11
11
12
MAINTAINER=	marcus@FreeBSD.org
12
MAINTAINER=	marcus@FreeBSD.org
13
COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
13
COMMENT=	Pidgin multi-protocol messaging client (GTK+ UI)
(-)net-im/libpurple/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
PORTNAME?=	libpurple
9
PORTNAME?=	libpurple
10
PORTVERSION=	2.9.0
10
PORTVERSION=	2.9.0
11
PORTREVISION?=	0
11
PORTREVISION?=	1
12
CATEGORIES?=	net-im
12
CATEGORIES?=	net-im
13
MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
13
MASTER_SITES=	SF/pidgin/Pidgin/${PORTVERSION}
14
DISTNAME=	pidgin-${PORTVERSION}
14
DISTNAME=	pidgin-${PORTVERSION}
(-)net-im/libpurple/files/patch-libpurple-conversation.c (+10 lines)
Line 0 Link Here
1
--- libpurple/conversation.c.orig	2011-07-11 14:28:20.000000000 +0200
2
+++ libpurple/conversation.c	2011-07-11 14:28:47.000000000 +0200
3
@@ -1978,7 +1978,6 @@
4
 	}
5
 
6
 	g_hash_table_remove_all(chat->users);
7
-	chat->users = NULL;
8
 
9
 	g_list_free(users);
10
 	chat->in_room = NULL;

Return to bug 158814