From owner-svn-ports-all@FreeBSD.ORG Fri Nov 21 21:53:04 2014 Return-Path: Delivered-To: svn-ports-all@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 82820ABE; Fri, 21 Nov 2014 21:53:04 +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 63ED7FA; Fri, 21 Nov 2014 21:53:04 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sALLr4bw080584; Fri, 21 Nov 2014 21:53:04 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sALLr3tf080575; Fri, 21 Nov 2014 21:53:03 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201411212153.sALLr3tf080575@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Fri, 21 Nov 2014 21:53:03 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373016 - in head/net-im/qTox: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2014 21:53:04 -0000 Author: thierry Date: Fri Nov 21 21:53:03 2014 New Revision: 373016 URL: https://svnweb.freebsd.org/changeset/ports/373016 QAT: https://qat.redports.org/buildarchive/r373016/ Log: Upgrading to 0.141118. Note: ATM qTox won't work if Tox has been built with the NACL option! PR: ports/195157 Submitted by: yuri (at) rawbw.com (maintainer) Modified: head/net-im/qTox/Makefile head/net-im/qTox/distinfo head/net-im/qTox/files/patch-qtox.pro Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Fri Nov 21 21:49:38 2014 (r373015) +++ head/net-im/qTox/Makefile Fri Nov 21 21:53:03 2014 (r373016) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 0.141028 +PORTVERSION= 0.141118 CATEGORIES= net-im MAINTAINER= yuri@rawbw.com @@ -11,16 +11,19 @@ COMMENT= Qt 5 based Tox client LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox -LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv +LIB_DEPENDS= libopencv_highgui.so:${PORTSDIR}/graphics/opencv \ + libopencv_core.so:${PORTSDIR}/graphics/opencv-core \ + libvpx.so:${PORTSDIR}/multimedia/libvpx \ + libsodium.so:${PORTSDIR}/security/libsodium RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox USE_GITHUB= yes GH_ACCOUNT= tux3 -GH_COMMIT= 8ff3d1d +GH_COMMIT= 7c499c2 GH_TAGNAME= ${GH_COMMIT} - -USE_QT5= core gui network xml opengl sql widgets buildtools_build -USES= compiler:c++11-lib desktop-file-utils openal:soft qmake +USE_QT5= core gui network xml opengl sql widgets concurrent \ + buildtools_build linguisttools +USES= compiler:c++11-lib desktop-file-utils openal:soft qmake gmake PLIST_FILES= bin/qtox \ share/applications/qTox.desktop \ Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Fri Nov 21 21:49:38 2014 (r373015) +++ head/net-im/qTox/distinfo Fri Nov 21 21:53:03 2014 (r373016) @@ -1,2 +1,2 @@ -SHA256 (qTox-0.141028.tar.gz) = 812d7321c8e34edde49043aab029213670e77db801abc69551f977a47bf3169b -SIZE (qTox-0.141028.tar.gz) = 2668590 +SHA256 (qTox-0.141118.tar.gz) = ec7d4f3dde2d64369a489a0426a0cf21449e79e773426616fff970aa114cb81f +SIZE (qTox-0.141118.tar.gz) = 2901912 Modified: head/net-im/qTox/files/patch-qtox.pro ============================================================================== --- head/net-im/qTox/files/patch-qtox.pro Fri Nov 21 21:49:38 2014 (r373015) +++ head/net-im/qTox/files/patch-qtox.pro Fri Nov 21 21:53:03 2014 (r373016) @@ -1,9 +1,9 @@ ---- qtox.pro.orig 2014-10-28 21:27:51.000000000 +0100 -+++ qtox.pro 2014-10-29 19:21:51.000000000 +0100 -@@ -213,3 +213,15 @@ - src/video/netvideosource.cpp \ - src/widget/form/tabcompleter.cpp \ - src/video/videoframe.cpp +--- qtox.pro ++++ qtox.pro +@@ -223,3 +223,15 @@ + src/misc/serialize.cpp \ + src/widget/form/settings/advancedform.cpp \ + src/audio.cpp + +unix { + target.path = $$PREFIX/bin