From owner-svn-ports-head@FreeBSD.ORG Wed Jan 14 21:12:35 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38BD6F6A; Wed, 14 Jan 2015 21:12:35 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0AD67BFD; Wed, 14 Jan 2015 21:12:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t0ELCYVR015718; Wed, 14 Jan 2015 21:12:34 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t0ELCYbJ015715; Wed, 14 Jan 2015 21:12:34 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201501142112.t0ELCYbJ015715@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 14 Jan 2015 21:12:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377046 - head/net-im/qTox X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Jan 2015 21:12:35 -0000 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