From owner-svn-ports-head@FreeBSD.ORG Thu Dec 4 22:40:44 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F8C0A5; Thu, 4 Dec 2014 22:40:44 +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 4C5F1126; Thu, 4 Dec 2014 22:40:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sB4MeiAe083734; Thu, 4 Dec 2014 22:40:44 GMT (envelope-from thierry@FreeBSD.org) Received: (from thierry@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sB4Mei6r083733; Thu, 4 Dec 2014 22:40:44 GMT (envelope-from thierry@FreeBSD.org) Message-Id: <201412042240.sB4Mei6r083733@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: thierry set sender to thierry@FreeBSD.org using -f From: Thierry Thomas Date: Thu, 4 Dec 2014 22:40:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373988 - 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: Thu, 04 Dec 2014 22:40:44 -0000 Author: thierry Date: Thu Dec 4 22:40:43 2014 New Revision: 373988 URL: https://svnweb.freebsd.org/changeset/ports/373988 QAT: https://qat.redports.org/buildarchive/r373988/ Log: Add databases/qt5-sqldrivers-sqlite3 missing dependency. PR: ports/195654 Submitted by: Igor Ostapenko Approved by: maintainer (yuri) Modified: head/net-im/qTox/Makefile Modified: head/net-im/qTox/Makefile ============================================================================== --- head/net-im/qTox/Makefile Thu Dec 4 22:22:30 2014 (r373987) +++ head/net-im/qTox/Makefile Thu Dec 4 22:40:43 2014 (r373988) @@ -3,6 +3,7 @@ PORTNAME= qTox PORTVERSION= 0.141118 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= yuri@rawbw.com @@ -21,8 +22,8 @@ USE_GITHUB= yes GH_ACCOUNT= tux3 GH_COMMIT= 7c499c2 GH_TAGNAME= ${GH_COMMIT} -USE_QT5= core gui network xml opengl sql widgets concurrent \ - buildtools_build linguisttools +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 \