diff options
author | thierry <thierry@FreeBSD.org> | 2014-06-02 06:14:56 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2014-06-02 06:14:56 +0800 |
commit | 4dab7ccc07bdc7446d7002ce078abd753e589386 (patch) | |
tree | db3c9512ec0af7c269d9990968de9b4294f17596 /net-im/toxic | |
parent | e6171beb838d1a5a207166411c9eafd588583be5 (diff) | |
download | freebsd-ports-gnome-4dab7ccc07bdc7446d7002ce078abd753e589386.tar.gz freebsd-ports-gnome-4dab7ccc07bdc7446d7002ce078abd753e589386.tar.zst freebsd-ports-gnome-4dab7ccc07bdc7446d7002ce078abd753e589386.zip |
- Refresh
- Add LIB_DEPENDS for libs used by libtoxav.
Diffstat (limited to 'net-im/toxic')
-rw-r--r-- | net-im/toxic/Makefile | 7 | ||||
-rw-r--r-- | net-im/toxic/distinfo | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index b67c987a47c8..9278399de5bc 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.3.3.140514 +PORTVERSION= 0.3.3.140601 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -11,12 +11,15 @@ COMMENT= A console client for Tox LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libopus.so:${PORTSDIR}/audio/opus \ + libopenal.so.1:${PORTSDIR}/audio/openal-soft RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tox GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= 2cf5430 +GH_COMMIT= 7206a9e WRKSRC= ${WRKDIR}/Tox-${PORTNAME}-${GH_COMMIT} SUB_FILES= pkg-message diff --git a/net-im/toxic/distinfo b/net-im/toxic/distinfo index de7aa736133f..80ea09f852c2 100644 --- a/net-im/toxic/distinfo +++ b/net-im/toxic/distinfo @@ -1,2 +1,2 @@ -SHA256 (toxic-0.3.3.140514.tar.gz) = 95d85bfba7dc8a3cc7e2ea563cbf1cc5bcba59aca59d6646da73b21e28088fc2 -SIZE (toxic-0.3.3.140514.tar.gz) = 76211 +SHA256 (toxic-0.3.3.140601.tar.gz) = cdd28b42ab9dcaaac7182cb15a150963eee9639435bf131d90f61e9771d981ff +SIZE (toxic-0.3.3.140601.tar.gz) = 77313 |