From owner-svn-ports-all@freebsd.org Thu Feb 11 10:34:39 2016 Return-Path: Delivered-To: svn-ports-all@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 E676FAA46DA; Thu, 11 Feb 2016 10:34:39 +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 B5BA6DA9; Thu, 11 Feb 2016 10:34:39 +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 u1BAYc1M026668; Thu, 11 Feb 2016 10:34:38 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u1BAYcSj026667; Thu, 11 Feb 2016 10:34:38 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201602111034.u1BAYcSj026667@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Thu, 11 Feb 2016 10:34:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r408682 - head/devel/qt5-linguisttools 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.20 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: Thu, 11 Feb 2016 10:34:40 -0000 Author: rakuco Date: Thu Feb 11 10:34:38 2016 New Revision: 408682 URL: https://svnweb.freebsd.org/changeset/ports/408682 Log: Readd lang/qt5-qml as a build-dependency after r407169. lupdate needs QmlDevTools; if the dependency is not present, an update might try to use an older qt5-qml version and fail. No PORTREVISION bump necessary: the generated package does not change, and if the port built successfully it means the right qt5-qml version was used. PR: 207098 Modified: head/devel/qt5-linguisttools/Makefile Modified: head/devel/qt5-linguisttools/Makefile ============================================================================== --- head/devel/qt5-linguisttools/Makefile Thu Feb 11 09:33:53 2016 (r408681) +++ head/devel/qt5-linguisttools/Makefile Thu Feb 11 10:34:38 2016 (r408682) @@ -8,7 +8,7 @@ PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt localization tools -USE_QT5= core xml buildtools_build +USE_QT5= core xml buildtools_build qml_build QT_DIST= tools USES= qmake