From owner-svn-ports-head@FreeBSD.ORG Fri Jun 12 16:18:55 2015 Return-Path: Delivered-To: svn-ports-head@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DC84A58; Fri, 12 Jun 2015 16:18:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) 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 420CD997; Fri, 12 Jun 2015 16:18:55 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t5CGItrE081170; Fri, 12 Jun 2015 16:18:55 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t5CGIs14081167; Fri, 12 Jun 2015 16:18:54 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201506121618.t5CGIs14081167@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 12 Jun 2015 16:18:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r389282 - in head/net/linphone: . 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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Jun 2015 16:18:55 -0000 Author: tijl Date: Fri Jun 12 16:18:53 2015 New Revision: 389282 URL: https://svnweb.freebsd.org/changeset/ports/389282 Log: Update to 3.8.3 Modified: head/net/linphone/Makefile head/net/linphone/distinfo head/net/linphone/files/patch-gtk-status_icon.c Modified: head/net/linphone/Makefile ============================================================================== --- head/net/linphone/Makefile Fri Jun 12 16:14:54 2015 (r389281) +++ head/net/linphone/Makefile Fri Jun 12 16:18:53 2015 (r389282) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= linphone -PORTVERSION= 3.8.2 +PORTVERSION= 3.8.3 PORTEPOCH= 1 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/3.8.x/sources @@ -12,7 +12,7 @@ COMMENT= SIP client supporting voice/vid LIB_DEPENDS= libbellesip.so:${PORTSDIR}/net/belle-sip \ libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \ libortp.so:${PORTSDIR}/net/ortp \ - libpolarssl.so.8:${PORTSDIR}/security/polarssl13 \ + libmbedtls.so.9:${PORTSDIR}/security/polarssl13 \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ libsqlite3.so:${PORTSDIR}/databases/sqlite3 Modified: head/net/linphone/distinfo ============================================================================== --- head/net/linphone/distinfo Fri Jun 12 16:14:54 2015 (r389281) +++ head/net/linphone/distinfo Fri Jun 12 16:18:53 2015 (r389282) @@ -1,2 +1,2 @@ -SHA256 (linphone-3.8.2.tar.gz) = a14a228fe0f7cd9918777558f8272690a6d7541f262a593893eb447b500fec6d -SIZE (linphone-3.8.2.tar.gz) = 15366935 +SHA256 (linphone-3.8.3.tar.gz) = 12618114e2517771320a7bfb32fbe4088863cb74a287719634e4462209b0e5b5 +SIZE (linphone-3.8.3.tar.gz) = 15368139 Modified: head/net/linphone/files/patch-gtk-status_icon.c ============================================================================== --- head/net/linphone/files/patch-gtk-status_icon.c Fri Jun 12 16:14:54 2015 (r389281) +++ head/net/linphone/files/patch-gtk-status_icon.c Fri Jun 12 16:18:53 2015 (r389282) @@ -1,13 +1,5 @@ --- gtk/status_icon.c.orig 2015-05-13 14:47:31 UTC +++ gtk/status_icon.c -@@ -25,7 +25,6 @@ Foundation, Inc., 59 Temple Place - Suit - #endif - - #if !defined(WIN32) && !defined(__APPLE__) && GLIB_CHECK_VERSION(2, 26, 0) --#define STATUS_NOTIFIER_IS_USABLE 1 - #endif - - #include "status_notifier.h" @@ -195,7 +194,7 @@ static LinphoneStatusIcon *_linphone_sta }