- update to 1.13.2

from Tom Doherty
This commit is contained in:
jasper 2012-06-22 16:43:01 +00:00
parent 8000c77301
commit 8725135d6d
3 changed files with 12 additions and 13 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.2 2012/05/08 07:11:48 jasper Exp $
# $OpenBSD: Makefile,v 1.3 2012/06/22 16:43:01 jasper Exp $
SHARED_ONLY = Yes
COMMENT = SIPE plugin for Pidgin
DISTNAME = pidgin-sipe-1.13.1
REVISION = 0
DISTNAME = pidgin-sipe-1.13.2
CATEGORIES = net

View File

@ -1,5 +1,5 @@
MD5 (pidgin-sipe-1.13.1.tar.gz) = Ru6Njh89X0LDljIdflsKqw==
RMD160 (pidgin-sipe-1.13.1.tar.gz) = FbuvxDRtu1F5r13cxgxpFTBZZFM=
SHA1 (pidgin-sipe-1.13.1.tar.gz) = 4DD9OEI1Dy8prGK4p0xAAY9n/AU=
SHA256 (pidgin-sipe-1.13.1.tar.gz) = ER9MVwM1OBa4hKzEU28PKvo8HsPJLPudd4ZYfOA8m8s=
SIZE (pidgin-sipe-1.13.1.tar.gz) = 924317
MD5 (pidgin-sipe-1.13.2.tar.gz) = Tl1t7C4dGGArCy1Z2gU8iw==
RMD160 (pidgin-sipe-1.13.2.tar.gz) = SsUaTUUIc3jtZNOiXS3Ft9jG83U=
SHA1 (pidgin-sipe-1.13.2.tar.gz) = MLjcyJBACdoiyUmlpvgm0EhE/nE=
SHA256 (pidgin-sipe-1.13.2.tar.gz) = fKTObnrZvl5VzpCEpUY0rSPcxoc/7OnJI38OnxWLipE=
SIZE (pidgin-sipe-1.13.2.tar.gz) = 927016

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-src_purple_purple-dnsquery_c,v 1.1.1.1 2012/05/08 06:52:20 jasper Exp $
--- src/purple/purple-dnsquery.c.orig Wed Mar 21 13:16:46 2012
+++ src/purple/purple-dnsquery.c Thu Apr 19 10:03:54 2012
@@ -24,9 +24,14 @@
#include "win32/win32dep.h" /* for inet_ntop() */
$OpenBSD: patch-src_purple_purple-dnsquery_c,v 1.2 2012/06/22 16:43:01 jasper Exp $
--- src/purple/purple-dnsquery.c.orig Sun Jun 10 14:38:33 2012
+++ src/purple/purple-dnsquery.c Fri Jun 22 18:40:35 2012
@@ -25,9 +25,14 @@
#include "win32/win32dep.h"
#include <ws2tcpip.h>
#else
-#include <arpa/inet.h>