Date: Thu, 13 Nov 2014 20:47:41 +0000 (UTC) From: Joe Marcus Clarke <marcus@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r372537 - in head/net-im/libpurple: . files Message-ID: <201411132047.sADKlfs6068421@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: marcus Date: Thu Nov 13 20:47:41 2014 New Revision: 372537 URL: https://svnweb.freebsd.org/changeset/ports/372537 QAT: https://qat.redports.org/buildarchive/r372537/ Log: Fix the MSN application ID to re-enable the buddy list. Reported by: Matthias Apitz <guru@unixarea.de> Obtained from: Pidgin git Added: head/net-im/libpurple/files/ head/net-im/libpurple/files/patch-libpurple_protocols_msn_contact.h (contents, props changed) Modified: head/net-im/libpurple/Makefile Modified: head/net-im/libpurple/Makefile ============================================================================== --- head/net-im/libpurple/Makefile Thu Nov 13 20:46:16 2014 (r372536) +++ head/net-im/libpurple/Makefile Thu Nov 13 20:47:41 2014 (r372537) @@ -3,7 +3,7 @@ PORTNAME?= libpurple PORTVERSION= 2.10.10 -PORTREVISION?= 0 +PORTREVISION?= 1 CATEGORIES?= net-im MASTER_SITES= SF/pidgin/Pidgin/${PORTVERSION} DISTNAME= pidgin-${PORTVERSION} Added: head/net-im/libpurple/files/patch-libpurple_protocols_msn_contact.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-im/libpurple/files/patch-libpurple_protocols_msn_contact.h Thu Nov 13 20:47:41 2014 (r372537) @@ -0,0 +1,11 @@ +--- libpurple/protocols/msn/contact.h.orig 2014-11-13 15:42:16.000000000 -0500 ++++ libpurple/protocols/msn/contact.h 2014-11-13 15:42:27.000000000 -0500 +@@ -60,7 +60,7 @@ typedef enum + #include "session.h" + #include "soap.h" + +-#define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11" ++#define MSN_APPLICATION_ID "484AAC02-7F59-41B7-9601-772045DCC569" + + #define MSN_CONTACT_SERVER "local-bay.contacts.msn.com" +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411132047.sADKlfs6068421>