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

(-)pidgin-sipe/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	pidgin-sipe
8
PORTNAME=	pidgin-sipe
9
PORTVERSION=	1.11.0
9
PORTVERSION=	1.11.2
10
CATEGORIES=	net-im
10
CATEGORIES=	net-im
11
MASTER_SITES=	SF/sipe/sipe/${DISTNAME}
11
MASTER_SITES=	SF/sipe/sipe/${DISTNAME}
12
12
(-)pidgin-sipe/distinfo (-3 / +2 lines)
Lines 1-3 Link Here
1
MD5 (pidgin-sipe-1.11.0.tar.bz2) = a2dbcbf160acfb4fa9244545f3337639
1
SHA256 (pidgin-sipe-1.11.2.tar.bz2) = 90c424942cad50f271367acb0ddcf8e5c648d1aed1f395200e5d909515ce7ae9
2
SHA256 (pidgin-sipe-1.11.0.tar.bz2) = 5b4d9a7aae51ade245062d708425765f257ecafe7406249731f6048a29d8f5ac
2
SIZE (pidgin-sipe-1.11.2.tar.bz2) = 605656
3
SIZE (pidgin-sipe-1.11.0.tar.bz2) = 604411
(-)pidgin-sipe/files/patch-src.core.sipe-utils.c (-14 lines)
Lines 1-14 Link Here
1
*** src/core/sipe-utils.c.orig	Wed Oct 20 12:44:43 2010
2
--- src/core/sipe-utils.c	Wed Oct 20 12:45:02 2010
3
***************
4
*** 36,41 ****
5
--- 36,44 ----
6
  #ifdef __APPLE__
7
  #include <sys/socket.h>
8
  #endif
9
+ #ifdef __FreeBSD__
10
+ #include <sys/socket.h>
11
+ #endif
12
  #include <unistd.h>
13
  #include <net/if.h>
14
  #include <sys/types.h>

Return to bug 152501