diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-07-19 08:01:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2011-07-19 08:01:35 +0000 |
commit | 5288ef9c4f33033760240068619e657268adb658 (patch) | |
tree | 2a14a027817a0a33db530d047b848a4f76d6a891 /net-im | |
parent | a4ec165f10c8a03f0474d412df0a7858da9f7420 (diff) | |
download | ports-5288ef9c4f33033760240068619e657268adb658.tar.gz ports-5288ef9c4f33033760240068619e657268adb658.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libpurple/Makefile | 2 | ||||
-rw-r--r-- | net-im/libpurple/files/patch-libpurple-conversation.c | 10 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 2 |
3 files changed, 12 insertions, 2 deletions
diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 5f1f4bb034db..d320d9fcf5f2 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -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} diff --git a/net-im/libpurple/files/patch-libpurple-conversation.c b/net-im/libpurple/files/patch-libpurple-conversation.c new file mode 100644 index 000000000000..992769c8bfcd --- /dev/null +++ b/net-im/libpurple/files/patch-libpurple-conversation.c @@ -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; diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 4a42ce98681f..ed5d7e46b499 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pidgin -PORTREVISION= 0 +PORTREVISION= 1 MAINTAINER= marcus@FreeBSD.org COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) |