svn commit: r389282 - in head/net/linphone: . files

Tijl Coosemans tijl at FreeBSD.org
Fri Jun 12 16:18:55 UTC 2015


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
  }
  


More information about the svn-ports-all mailing list