From owner-svn-ports-all@FreeBSD.ORG Thu Nov 13 20:47:42 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F47DFCD; Thu, 13 Nov 2014 20:47:42 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B103267; Thu, 13 Nov 2014 20:47:42 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sADKlfc4068425; Thu, 13 Nov 2014 20:47:41 GMT (envelope-from marcus@FreeBSD.org) Received: (from marcus@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sADKlfs6068421; Thu, 13 Nov 2014 20:47:41 GMT (envelope-from marcus@FreeBSD.org) Message-Id: <201411132047.sADKlfs6068421@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: marcus set sender to marcus@FreeBSD.org using -f From: Joe Marcus Clarke Date: Thu, 13 Nov 2014 20:47:41 +0000 (UTC) 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 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2014 20:47:42 -0000 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 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" +