diff options
author | thierry <thierry@FreeBSD.org> | 2015-11-14 01:07:00 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2015-11-14 01:07:00 +0800 |
commit | d417a70037c92e559c34e3981034e14cf75d9a7c (patch) | |
tree | 2214257a27b31b50b93e15ec36deffce8741889e /net-im/toxic/Makefile | |
parent | cc249c62ad6b03b4bbf477b98538a8c06c6d5599 (diff) | |
download | freebsd-ports-gnome-d417a70037c92e559c34e3981034e14cf75d9a7c.tar.gz freebsd-ports-gnome-d417a70037c92e559c34e3981034e14cf75d9a7c.tar.zst freebsd-ports-gnome-d417a70037c92e559c34e3981034e14cf75d9a7c.zip |
1) Refresh toxcore
1b) Upgrade toxic to 0.7.0
Changelog at <https://github.com/JFreegman/toxic/releases/tag/v0.7.0>
2) Chase Tox's update and refresh uTox
Submitted by: thierry (1) and Ivan Klymenko (2)(maintainer)
Diffstat (limited to 'net-im/toxic/Makefile')
-rw-r--r-- | net-im/toxic/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/net-im/toxic/Makefile b/net-im/toxic/Makefile index 181d1bdb006b..937f68b7c391 100644 --- a/net-im/toxic/Makefile +++ b/net-im/toxic/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= toxic -PORTVERSION= 0.6.1.151028 +PORTVERSION= 0.7.0.151113 CATEGORIES= net-im MAINTAINER= thierry@FreeBSD.org @@ -11,15 +11,18 @@ COMMENT= Console client for Tox LICENSE= GPLv3 # or later LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox +BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ + ${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat LIB_DEPENDS= libvpx.so:${PORTSDIR}/multimedia/libvpx \ libopus.so:${PORTSDIR}/audio/opus \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libv4l2.so:${PORTSDIR}/multimedia/libv4l \ libconfig.so:${PORTSDIR}/devel/libconfig RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= Tox -GH_TAGNAME= f7e48d2 +GH_TAGNAME= 9f0feb7 OPTIONS_DEFINE= X11 OPTIONS_DEFAULT=X11 |