diff options
author | tijl <tijl@FreeBSD.org> | 2014-07-14 18:29:38 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-07-14 18:29:38 +0800 |
commit | 4b9719d5040fea4fa0d7bba71c0782a25f0eef4c (patch) | |
tree | 6c6af440896486471f6df0337f2552dd1859809a /net-im | |
parent | 8ef1a33c68dd49e9e15c5e187e71eb68fb95b9a9 (diff) | |
download | freebsd-ports-gnome-4b9719d5040fea4fa0d7bba71c0782a25f0eef4c.tar.gz freebsd-ports-gnome-4b9719d5040fea4fa0d7bba71c0782a25f0eef4c.tar.zst freebsd-ports-gnome-4b9719d5040fea4fa0d7bba71c0782a25f0eef4c.zip |
- Move net/linphone-base to replace net/linphone and update to version 3.7.0
- Adjust ports that depended on linphone-base to depend on net/ortp or
net/mediastreamer instead
- Mark net-im/libjingle deprecated (part of Google Talk)
Approved by: portmgr (implicit, PORTREVISION bump of unstaged port)
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/kopete-kde4/Makefile | 6 | ||||
-rw-r--r-- | net-im/libjingle/Makefile | 13 |
2 files changed, 11 insertions, 8 deletions
diff --git a/net-im/kopete-kde4/Makefile b/net-im/kopete-kde4/Makefile index 1856a08816dc..e315748abcac 100644 --- a/net-im/kopete-kde4/Makefile +++ b/net-im/kopete-kde4/Makefile @@ -2,7 +2,7 @@ PORTNAME= kopete PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im kde MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} @@ -14,8 +14,8 @@ LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn \ libqca.so:${PORTSDIR}/devel/qca \ libotr.so.5:${PORTSDIR}/security/libotr \ libgadu.so:${PORTSDIR}/polish/libgadu \ - libortp.so:${PORTSDIR}/net/linphone-base \ - libmediastreamer.so:${PORTSDIR}/net/linphone-base \ + libortp.so:${PORTSDIR}/net/ortp \ + libmediastreamer_base.so:${PORTSDIR}/net/mediastreamer \ libspeex.so:${PORTSDIR}/audio/speex \ libexpat.so:${PORTSDIR}/textproc/expat2 \ libmeanwhile.so:${PORTSDIR}/net-im/meanwhile \ diff --git a/net-im/libjingle/Makefile b/net-im/libjingle/Makefile index 75080fd6a104..b5645ba4eb56 100644 --- a/net-im/libjingle/Makefile +++ b/net-im/libjingle/Makefile @@ -3,7 +3,7 @@ PORTNAME= libjingle PORTVERSION= 0.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-im MASTER_SITES= SF @@ -13,14 +13,17 @@ COMMENT= Google Talk's implementation of Jingle and Jingle-Audio LICENSE= BSD LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= speex:${PORTSDIR}/audio/speex \ - ilbc:${PORTSDIR}/net/ilbc \ - ortp:${PORTSDIR}/net/linphone-base \ - expat:${PORTSDIR}/textproc/expat2 +LIB_DEPENDS= libspeex.so:${PORTSDIR}/audio/speex \ + libilbc.so:${PORTSDIR}/net/ilbc \ + libortp.so:${PORTSDIR}/net/ortp \ + libexpat.so:${PORTSDIR}/textproc/expat2 CONFLICTS= krb4-[0-9]* krb5-[0-9]* heimdal-[0-9]* srp-[0-9]* \ clusterit-[0-9]* pcp-[0-9]* synce-librapi2-[0-9]* +DEPRECATED= Upstream defunct and broken with clang +EXPIRATION_DATE=2014-08-31 + USES= pkgconfig dos2unix gmake DOS2UNIX_FILES= README USE_GNOME= glib20 |