aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-sipe
diff options
context:
space:
mode:
authorWen Heping <wen@FreeBSD.org>2010-11-24 07:29:11 +0000
committerWen Heping <wen@FreeBSD.org>2010-11-24 07:29:11 +0000
commit9bf93c12a15b1bfd3c7e7244b541a9862c911a92 (patch)
tree64a76a8c31bf73445c3d354d836cff45b3a8475d /net-im/pidgin-sipe
parent1afa06d59f60a912e5d34501049bc68c531d929a (diff)
downloadports-9bf93c12a15b1bfd3c7e7244b541a9862c911a92.tar.gz
ports-9bf93c12a15b1bfd3c7e7244b541a9862c911a92.zip
Notes
Diffstat (limited to 'net-im/pidgin-sipe')
-rw-r--r--net-im/pidgin-sipe/Makefile2
-rw-r--r--net-im/pidgin-sipe/distinfo5
-rw-r--r--net-im/pidgin-sipe/files/patch-src.core.sipe-utils.c14
3 files changed, 3 insertions, 18 deletions
diff --git a/net-im/pidgin-sipe/Makefile b/net-im/pidgin-sipe/Makefile
index 521fcfc43ed8..568f97149606 100644
--- a/net-im/pidgin-sipe/Makefile
+++ b/net-im/pidgin-sipe/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= pidgin-sipe
-PORTVERSION= 1.11.0
+PORTVERSION= 1.11.2
CATEGORIES= net-im
MASTER_SITES= SF/sipe/sipe/${DISTNAME}
diff --git a/net-im/pidgin-sipe/distinfo b/net-im/pidgin-sipe/distinfo
index 6b8dc42ab316..f2613d27a2e1 100644
--- a/net-im/pidgin-sipe/distinfo
+++ b/net-im/pidgin-sipe/distinfo
@@ -1,3 +1,2 @@
-MD5 (pidgin-sipe-1.11.0.tar.bz2) = a2dbcbf160acfb4fa9244545f3337639
-SHA256 (pidgin-sipe-1.11.0.tar.bz2) = 5b4d9a7aae51ade245062d708425765f257ecafe7406249731f6048a29d8f5ac
-SIZE (pidgin-sipe-1.11.0.tar.bz2) = 604411
+SHA256 (pidgin-sipe-1.11.2.tar.bz2) = 90c424942cad50f271367acb0ddcf8e5c648d1aed1f395200e5d909515ce7ae9
+SIZE (pidgin-sipe-1.11.2.tar.bz2) = 605656
diff --git a/net-im/pidgin-sipe/files/patch-src.core.sipe-utils.c b/net-im/pidgin-sipe/files/patch-src.core.sipe-utils.c
deleted file mode 100644
index b69057a55366..000000000000
--- a/net-im/pidgin-sipe/files/patch-src.core.sipe-utils.c
+++ /dev/null
@@ -1,14 +0,0 @@
-*** src/core/sipe-utils.c.orig Wed Oct 20 12:44:43 2010
---- src/core/sipe-utils.c Wed Oct 20 12:45:02 2010
-***************
-*** 36,41 ****
---- 36,44 ----
- #ifdef __APPLE__
- #include <sys/socket.h>
- #endif
-+ #ifdef __FreeBSD__
-+ #include <sys/socket.h>
-+ #endif
- #include <unistd.h>
- #include <net/if.h>
- #include <sys/types.h>