diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-17 22:28:01 +0800 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2016-10-17 22:28:01 +0800 |
commit | ef3fb3edb5a286020f26bde4b8e1e815c63e3923 (patch) | |
tree | 75d6b46189fa9e9b54f78056c33a6d233796de80 /net/ortp | |
parent | a978a843583939334a2dd33992a3d534db9a7253 (diff) | |
download | freebsd-ports-gnome-ef3fb3edb5a286020f26bde4b8e1e815c63e3923.tar.gz freebsd-ports-gnome-ef3fb3edb5a286020f26bde4b8e1e815c63e3923.tar.zst freebsd-ports-gnome-ef3fb3edb5a286020f26bde4b8e1e815c63e3923.zip |
Update the Linphone stack:
Linphone 3.10.2
bctoolbox 0.2.0
oRTP 0.27.0 + bump PORTREVISION on dependent ports (devel/libosmo-abis)
bzrtp 1.0.4
Belle-SIP 1.5.0
Mediastreamer 2.14.0
MS plugins (msbcg729 1.0.2, msopenh264 1.1.2)
Diffstat (limited to 'net/ortp')
-rw-r--r-- | net/ortp/Makefile | 4 | ||||
-rw-r--r-- | net/ortp/distinfo | 5 | ||||
-rw-r--r-- | net/ortp/pkg-plist | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/net/ortp/Makefile b/net/ortp/Makefile index 79de2f70d8af..5fe883dbfaa2 100644 --- a/net/ortp/Makefile +++ b/net/ortp/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ortp -PORTVERSION= 0.25.0 +PORTVERSION= 0.27.0 CATEGORIES= net MASTER_SITES= SAVANNAH/linphone/ortp/sources @@ -12,6 +12,8 @@ COMMENT= Real-time Transport Protocol (RTP) library LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libbctoolbox.so:net/bctoolbox + CONFLICTS_INSTALL= linphone-base-[0-9]* GNU_CONFIGURE= yes diff --git a/net/ortp/distinfo b/net/ortp/distinfo index 71942708220a..7eaf2ef832e5 100644 --- a/net/ortp/distinfo +++ b/net/ortp/distinfo @@ -1,2 +1,3 @@ -SHA256 (ortp-0.25.0.tar.gz) = 0deb826b79b1fd329f7638821d5439dc343bc55bb122daa6c90d19116cfe8d9a -SIZE (ortp-0.25.0.tar.gz) = 565836 +TIMESTAMP = 1476351902 +SHA256 (ortp-0.27.0.tar.gz) = eb61a833ab3ad80978d7007411240f46e9b2d1034373b9d9dfaac88c1b6ec0af +SIZE (ortp-0.27.0.tar.gz) = 592522 diff --git a/net/ortp/pkg-plist b/net/ortp/pkg-plist index 0352fde09973..538ebaf3e2d5 100644 --- a/net/ortp/pkg-plist +++ b/net/ortp/pkg-plist @@ -13,6 +13,6 @@ include/ortp/sessionset.h include/ortp/str_utils.h include/ortp/telephonyevents.h lib/libortp.so -lib/libortp.so.10 -lib/libortp.so.10.0.0 +lib/libortp.so.11 +lib/libortp.so.11.0.0 libdata/pkgconfig/ortp.pc |