Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Jan 2015 21:12:34 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377046 - head/net-im/qTox
Message-ID:  <201501142112.t0ELCYbJ015715@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Jan 14 21:12:33 2015
New Revision: 377046
URL: https://svnweb.freebsd.org/changeset/ports/377046
QAT: https://qat.redports.org/buildarchive/r377046/

Log:
  Upgrade to a recent snapshot.
  
  PR:		ports/196710
  Submitted by:	yuri (at) rawbw.com (maintainer)

Modified:
  head/net-im/qTox/Makefile
  head/net-im/qTox/distinfo

Modified: head/net-im/qTox/Makefile
==============================================================================
--- head/net-im/qTox/Makefile	Wed Jan 14 21:11:30 2015	(r377045)
+++ head/net-im/qTox/Makefile	Wed Jan 14 21:12:33 2015	(r377046)
@@ -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/libtoxco
 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

Modified: head/net-im/qTox/distinfo
==============================================================================
--- head/net-im/qTox/distinfo	Wed Jan 14 21:11:30 2015	(r377045)
+++ head/net-im/qTox/distinfo	Wed Jan 14 21:12:33 2015	(r377046)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501142112.t0ELCYbJ015715>