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

(-)pidgin-sipe/Makefile (-2 / +1 lines)
Lines 6-13 Link Here
6
#
6
#
7
7
8
PORTNAME=	pidgin-sipe
8
PORTNAME=	pidgin-sipe
9
PORTVERSION=	1.10.0
9
PORTVERSION=	1.10.1
10
PORTREVISION=	3
11
CATEGORIES=	net-im
10
CATEGORIES=	net-im
12
MASTER_SITES=	SF/sipe/sipe/${DISTNAME}
11
MASTER_SITES=	SF/sipe/sipe/${DISTNAME}
13
12
(-)pidgin-sipe/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (pidgin-sipe-1.10.0.tar.bz2) = ce1e2d2dd3ec97e8bfc30f58e106c23a
1
MD5 (pidgin-sipe-1.10.1.tar.bz2) = 20c44175c953f3e8d8f1de6c0a6801a4
2
SHA256 (pidgin-sipe-1.10.0.tar.bz2) = 3b9e202fed3128de86e5c3cdaff24cf7b40a4e82d437deb8e5b889d3448c18f0
2
SHA256 (pidgin-sipe-1.10.1.tar.bz2) = 7c2a768778f4ecbeab6321dc8668ced88a431a9c9620358bc878568e2968dc0f
3
SIZE (pidgin-sipe-1.10.0.tar.bz2) = 539870
3
SIZE (pidgin-sipe-1.10.1.tar.bz2) = 542076
(-)pidgin-sipe/files/patch-src__core__sipe.c (-11 lines)
Lines 1-11 Link Here
1
--- ./src/core/sipe.c.orig	2010-05-27 11:34:50.000000000 +0200
2
+++ ./src/core/sipe.c	2010-05-27 11:36:16.000000000 +0200
3
@@ -10683,6 +10683,8 @@
4
 	NULL,					/* get_media_caps */
5
 #if PURPLE_VERSION_CHECK(2,7,0)
6
 	NULL,					/* get_moods */
7
+	NULL,					/* set_public_alias */
8
+	NULL,					/* get_public_alias */
9
 #endif
10
 #endif
11
 #endif

Return to bug 148479