From owner-svn-ports-head@FreeBSD.ORG Wed Oct 29 18:31:13 2014 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 57A57482; Wed, 29 Oct 2014 18:31:13 +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 285141C8; Wed, 29 Oct 2014 18:31:13 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9TIVD5o082901; Wed, 29 Oct 2014 18:31:13 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9TIVCQ6082898; Wed, 29 Oct 2014 18:31:12 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201410291831.s9TIVCQ6082898@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Wed, 29 Oct 2014 18:31:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371695 - 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-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, 29 Oct 2014 18:31:13 -0000 Author: thierry Date: Wed Oct 29 18:31:11 2014 New Revision: 371695 URL: https://svnweb.freebsd.org/changeset/ports/371695 QAT: https://qat.redports.org/buildarchive/r371695/ Log: Update to a redcent snapshot. PR: ports/194648 Submitted by: maintainer Deleted: head/net-im/qTox/files/patch-emoticonswidget.cpp 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 Wed Oct 29 18:30:53 2014 (r371694) +++ head/net-im/qTox/Makefile Wed Oct 29 18:31:11 2014 (r371695) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qTox -PORTVERSION= 0.141018 +PORTVERSION= 0.141028 CATEGORIES= net-im MAINTAINER= yuri@rawbw.com @@ -16,16 +16,20 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore USE_GITHUB= yes GH_ACCOUNT= tux3 +GH_COMMIT= 8ff3d1d GH_TAGNAME= ${GH_COMMIT} -GH_COMMIT= bf35c5e -USE_QT5= core gui network opengl xml widgets buildtools_build -USES= compiler:c++11-lib openal:soft qmake +USE_QT5= core gui network xml opengl sql widgets buildtools_build +USES= compiler:c++11-lib desktop-file-utils openal:soft qmake PLIST_FILES= bin/qtox \ share/applications/qTox.desktop \ share/pixmaps/qtox.png +post-patch: + ${REINPLACE_CMD} -e 's|$$$$system(git rev-parse HEAD)|"${GH_COMMIT}"|' \ + ${WRKSRC}/qtox.pro + pre-configure: ${CP} ${WRKSRC}/img/icon.png ${WRKSRC}/img/qtox.png ${REINPLACE_CMD} '/Comment/s,=.*,=${COMMENT},' \ Modified: head/net-im/qTox/distinfo ============================================================================== --- head/net-im/qTox/distinfo Wed Oct 29 18:30:53 2014 (r371694) +++ head/net-im/qTox/distinfo Wed Oct 29 18:31:11 2014 (r371695) @@ -1,2 +1,2 @@ -SHA256 (qTox-0.141018.tar.gz) = a05fd310551f3c3f09f23d463990d7727cf345f0f148f1ae359a17f1a0fa204d -SIZE (qTox-0.141018.tar.gz) = 2588328 +SHA256 (qTox-0.141028.tar.gz) = 812d7321c8e34edde49043aab029213670e77db801abc69551f977a47bf3169b +SIZE (qTox-0.141028.tar.gz) = 2668590 Modified: head/net-im/qTox/files/patch-qtox.pro ============================================================================== --- head/net-im/qTox/files/patch-qtox.pro Wed Oct 29 18:30:53 2014 (r371694) +++ head/net-im/qTox/files/patch-qtox.pro Wed Oct 29 18:31:11 2014 (r371695) @@ -1,9 +1,9 @@ ---- qtox.pro.orig 2014-10-18 16:44:41 UTC -+++ qtox.pro -@@ -186,3 +186,15 @@ - src/cameraworker.cpp \ - src/widget/videosurface.cpp \ - src/netvideosource.cpp +--- 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 + +unix { + target.path = $$PREFIX/bin