summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2015-01-14 21:12:33 +0000
committerThierry Thomas <thierry@FreeBSD.org>2015-01-14 21:12:33 +0000
commitbdac33dce9004641779a362dd14ca0deb1460edc (patch)
treebeff9f25a182ac47d79fab673cd973bb1c7f335e
parentAdding audio/filter_audio, to be used by net-im/qTox. (diff)
Upgrade to a recent snapshot.
PR: ports/196710 Submitted by: yuri (at) rawbw.com (maintainer)
Notes
Notes: svn path=/head/; revision=377046
-rw-r--r--net-im/qTox/Makefile14
-rw-r--r--net-im/qTox/distinfo4
2 files changed, 13 insertions, 5 deletions
diff --git a/net-im/qTox/Makefile b/net-im/qTox/Makefile
index 9270530a624a..ed6b9fa3df8c 100644
--- a/net-im/qTox/Makefile
+++ b/net-im/qTox/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= qTox
-PORTVERSION= 0.141118
+PORTVERSION= 0.150113
PORTREVISION= 1
CATEGORIES= net-im
@@ -15,21 +15,29 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \
libopencv_core.so:${PORTSDIR}/graphics/opencv-core \
libvpx.so:${PORTSDIR}/multimedia/libvpx \
+ libfilteraudio.so:${PORTSDIR}/audio/filter_audio \
libsodium.so:${PORTSDIR}/security/libsodium
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox
USE_GITHUB= yes
GH_ACCOUNT= tux3
-GH_COMMIT= 7c499c2
+GH_COMMIT= d74b95a
GH_TAGNAME= ${GH_COMMIT}
+
+USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake
+USE_XORG+= x11 xscrnsaver
USE_QT5= core gui network xml opengl sql sql-sqlite3_run widgets \
concurrent buildtools_build linguisttools_build
-USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake
PLIST_FILES= bin/qtox \
share/applications/qTox.desktop \
share/pixmaps/qtox.png
+pre-everything::
+ @${ECHO_MSG}
+ @${ECHO_MSG} "Warning: qTox won't build if the option NaCl was selected for Tox!"
+ @${ECHO_MSG}
+
post-patch:
${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_COMMIT}"|' \
${WRKSRC}/qtox.pro
diff --git a/net-im/qTox/distinfo b/net-im/qTox/distinfo
index 2d2a31e11b78..e922219554fd 100644
--- a/net-im/qTox/distinfo
+++ b/net-im/qTox/distinfo
@@ -1,2 +1,2 @@
-SHA256 (qTox-0.141118.tar.gz) = ec7d4f3dde2d64369a489a0426a0cf21449e79e773426616fff970aa114cb81f
-SIZE (qTox-0.141118.tar.gz) = 2901912
+SHA256 (qTox-0.150113.tar.gz) = 6d982f93bfbe82ef8594188a7bf2874ff3170acf909ff7e5ae48903151036182
+SIZE (qTox-0.150113.tar.gz) = 2966865