diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-06-12 16:14:54 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-06-12 16:14:54 +0000 |
commit | 98cdddb183af480479a2e44fab921b5d00f1f83d (patch) | |
tree | 0bb443f7e1edd8b47b67dbe13eac10697b842cd8 /net | |
parent | d8a0424e79986707976eb26e5c1a2262d543700c (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/belle-sip/Makefile | 3 | ||||
-rw-r--r-- | net/mediastreamer/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/net/belle-sip/Makefile b/net/belle-sip/Makefile index 4355dfd07fbc..6a289230a10e 100644 --- a/net/belle-sip/Makefile +++ b/net/belle-sip/Makefile @@ -2,6 +2,7 @@ PORTNAME= belle-sip PORTVERSION= 1.4.1 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= SAVANNAH/linphone/${PORTNAME}/ \ http://www.antlr3.org/download/:source2 @@ -33,7 +34,7 @@ OPTIONS_DEFINE= POLARSSL OPTIONS_DEFAULT=POLARSSL POLARSSL_CONFIGURE_ENABLE= tls -POLARSSL_LIB_DEPENDS= libpolarssl.so.8:${PORTSDIR}/security/polarssl13 +POLARSSL_LIB_DEPENDS= libmbedtls.so.9:${PORTSDIR}/security/polarssl13 post-extract: @${CP} ${DISTDIR}/antlr-3.4-complete.jar ${WRKDIR}/antlr-complete.jar diff --git a/net/mediastreamer/Makefile b/net/mediastreamer/Makefile index 9501906a4348..67dc95ea2ae8 100644 --- a/net/mediastreamer/Makefile +++ b/net/mediastreamer/Makefile @@ -3,7 +3,7 @@ PORTNAME= mediastreamer PORTVERSION= 2.11.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/mediastreamer @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libortp.so:${PORTSDIR}/net/ortp \ libsrtp.so:${PORTSDIR}/net/libsrtp \ libbzrtp.so:${PORTSDIR}/security/libbzrtp \ - libpolarssl.so.8:${PORTSDIR}/security/polarssl13 + libmbedtls.so.9:${PORTSDIR}/security/polarssl13 CONFLICTS_INSTALL= linphone-base-[0-9]* |