svn commit: r355262 - head/net/linphone-base

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun May 25 18:44:39 UTC 2014


Author: sunpoet
Date: Sun May 25 18:44:38 2014
New Revision: 355262
URL: http://svnweb.freebsd.org/changeset/ports/355262
QAT: https://qat.redports.org/buildarchive/r355262/

Log:
  - Update LIB_DEPENDS: from net/libexosip2 to net/libexosip2-legacy
  - Bump PORTREVISION for dependency change
  
  Approved by:	portmgr (implicit)

Modified:
  head/net/linphone-base/Makefile

Modified: head/net/linphone-base/Makefile
==============================================================================
--- head/net/linphone-base/Makefile	Sun May 25 18:37:51 2014	(r355261)
+++ head/net/linphone-base/Makefile	Sun May 25 18:44:38 2014	(r355262)
@@ -3,7 +3,7 @@
 
 PORTNAME=	linphone
 PORTVERSION=	3.2.1
-PORTREVISION?=	2
+PORTREVISION?=	3
 PORTEPOCH=	1
 CATEGORIES?=	net
 MASTER_SITES=	SAVANNAH/${PORTNAME}/3.2.x/sources
@@ -13,7 +13,7 @@ COMMENT=	Web phone that supports SIP pro
 
 LIB_DEPENDS=	libgsm.so:${PORTSDIR}/audio/gsm \
 		libspeex.so:${PORTSDIR}/audio/speex \
-		libeXosip2.so:${PORTSDIR}/net/libexosip2
+		libeXosip2.so:${PORTSDIR}/net/libexosip2-legacy
 
 CONFLICTS=	ortp-[0-9]*
 


More information about the svn-ports-all mailing list