aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/pidgin-sipe
diff options
context:
space:
mode:
authorwen <wen@FreeBSD.org>2010-11-24 15:29:11 +0800
committerwen <wen@FreeBSD.org>2010-11-24 15:29:11 +0800
commit010816d5d381360c02b888964b05e0b33bc0d63b (patch)
tree44797c598960993223470ad0905a177f20c814e0 /net-im/pidgin-sipe
parent649b2eb4d5f24f8f2949d1f42ebce3048c94f6c0 (diff)
downloadfreebsd-ports-gnome-010816d5d381360c02b888964b05e0b33bc0d63b.tar.gz
freebsd-ports-gnome-010816d5d381360c02b888964b05e0b33bc0d63b.tar.zst
freebsd-ports-gnome-010816d5d381360c02b888964b05e0b33bc0d63b.zip
- Update to 1.11.2
PR: ports/152501 Submitted by: John Prather <john.c.prather@gmail.com> (maintainer)
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>