diff options
author | tijl <tijl@FreeBSD.org> | 2015-06-13 00:14:54 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2015-06-13 00:14:54 +0800 |
commit | 315902aa22ce81ddb0cf56b44aa6d5373143cf02 (patch) | |
tree | 0bb443f7e1edd8b47b67dbe13eac10697b842cd8 /net/belle-sip | |
parent | 47b55c1fc05e3c928da621780555952f7637f8c6 (diff) | |
download | freebsd-ports-gnome-315902aa22ce81ddb0cf56b44aa6d5373143cf02.tar.gz freebsd-ports-gnome-315902aa22ce81ddb0cf56b44aa6d5373143cf02.tar.zst freebsd-ports-gnome-315902aa22ce81ddb0cf56b44aa6d5373143cf02.zip |
- Update security/polarssl13 to 1.3.11
- Patch a Makefile so regular make install works
- Replace a patch with MAKE_ENV
- Bump dependent ports
PR: 200816
Diffstat (limited to 'net/belle-sip')
-rw-r--r-- | net/belle-sip/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |