Update to pidgin-sipe-1.10.1. (should be imported to pkgsrc after Q3)

New features since 1.7.1 include exchange calendar support, file transfers,
access levels and lots of bugfixes.
This commit is contained in:
Tobias Nygren 2010-09-28 07:49:42 +00:00 committed by Thomas Klausner
parent d434fd0226
commit af3dda8511
5 changed files with 22 additions and 10 deletions

View file

@ -1,10 +1,10 @@
# $NetBSD: Makefile,v 1.6 2010/06/13 22:47:13 thomasklausner Exp $
# $NetBSD: Makefile,v 1.7 2010/09/28 07:49:42 tnn2 Exp $
#
DISTNAME= pidgin-sipe-1.7.1
PKGREVISION= 2
DISTNAME= pidgin-sipe-1.10.1
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sipe/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= yacht@users.sourceforge.net
HOMEPAGE= http://sipe.sourceforge.net/

View file

@ -1,5 +1,6 @@
@comment $NetBSD: PLIST,v 1.2 2010/01/20 10:41:52 yacht Exp $
@comment $NetBSD: PLIST,v 1.3 2010/09/28 07:49:42 tnn2 Exp $
lib/purple-2/libsipe.la
share/pixmaps/pidgin/protocols/16/sipe.png
share/pixmaps/pidgin/protocols/22/sipe.png
share/pixmaps/pidgin/protocols/48/sipe.png
share/pixmaps/pidgin/protocols/scalable/sipe.svg

View file

@ -1,2 +0,0 @@
This package should be imported as chat/purple-sipe or chat/sipe since
as of version 1.7.0 it will work with all libpurple clients, not just Pidgin.

View file

@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.3 2010/01/20 10:41:52 yacht Exp $
$NetBSD: distinfo,v 1.4 2010/09/28 07:49:42 tnn2 Exp $
SHA1 (pidgin-sipe-1.7.1.tar.gz) = 96c9e2f4abfc398294093ff290c8efd11f2dc989
RMD160 (pidgin-sipe-1.7.1.tar.gz) = e2577d29677610ae078c07871eae35024e6b5cab
Size (pidgin-sipe-1.7.1.tar.gz) = 460304 bytes
SHA1 (pidgin-sipe-1.10.1.tar.bz2) = 3666002777a6567a7463ca23548182e9537e20f8
RMD160 (pidgin-sipe-1.10.1.tar.bz2) = 9c509922200dbf1a342d3c4e383761c784e824f8
Size (pidgin-sipe-1.10.1.tar.bz2) = 542076 bytes
SHA1 (patch-aa) = 17a8978f9eea0a4edc0c1a96ba11031bb4c97ee3

View file

@ -0,0 +1,12 @@
$NetBSD: patch-aa,v 1.3 2010/09/28 07:49:42 tnn2 Exp $
--- src/core/sip-sec-krb5.c.orig 2010-06-28 06:25:01.000000000 +0000
+++ src/core/sip-sec-krb5.c
@@ -24,6 +24,7 @@
#include <glib.h>
#include <stdio.h>
#include <string.h>
+#include <krb5/krb5.h>
#include <gssapi/gssapi.h>
#include <gssapi/gssapi_krb5.h>