From owner-svn-ports-head@freebsd.org Tue Oct 4 10:15:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 9007AAF4180; Tue, 4 Oct 2016 10:15:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 5D600B5F; Tue, 4 Oct 2016 10:15:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u94AF2QU005382; Tue, 4 Oct 2016 10:15:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u94AF2u3005381; Tue, 4 Oct 2016 10:15:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201610041015.u94AF2u3005381@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Tue, 4 Oct 2016 10:15:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r423249 - head/devel/zeal 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.23 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: Tue, 04 Oct 2016 10:15:03 -0000 Author: rakuco Date: Tue Oct 4 10:15:02 2016 New Revision: 423249 URL: https://svnweb.freebsd.org/changeset/ports/423249 Log: Make the dependency on qt5-widgets explicit. `make stage-qa` complained that the dependency on qt5-widgets had not been declared, so declare it now. There is no effect in practice though, as the port always ended up being installed as a dependency of other Qt5 ports. MFH: 2016Q3 Modified: head/devel/zeal/Makefile Modified: head/devel/zeal/Makefile ============================================================================== --- head/devel/zeal/Makefile Tue Oct 4 09:55:54 2016 (r423248) +++ head/devel/zeal/Makefile Tue Oct 4 10:15:02 2016 (r423249) @@ -3,6 +3,7 @@ PORTNAME= zeal PORTVERSION= 0.2.1 DISTVERSIONPREFIX=v +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= rakuco@FreeBSD.org @@ -18,7 +19,7 @@ USES= compiler:c++11-lib desktop-file-u pkgconfig qmake:outsource USE_GL= gl # Dependency added by qt5-gui. USE_GITHUB= yes -USE_QT5= concurrent core gui network sql webkit x11extras \ +USE_QT5= concurrent core gui network sql webkit wigets x11extras \ buildtools_build USE_XORG= x11 xcb