From owner-dev-commits-ports-all@freebsd.org Fri Jul 9 22:00:22 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id A33B16669D4; Fri, 9 Jul 2021 22:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4GM6Xk40Cwz3hxk; Fri, 9 Jul 2021 22:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 713071C46B; Fri, 9 Jul 2021 22:00:22 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 169M0MDU053143; Fri, 9 Jul 2021 22:00:22 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 169M0MPT053142; Fri, 9 Jul 2021 22:00:22 GMT (envelope-from git) Date: Fri, 9 Jul 2021 22:00:22 GMT Message-Id: <202107092200.169M0MPT053142@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Adriaan de Groot Subject: git: 672e8afc5e5f - main - */qt5-*: testlib is build-dep MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: adridg X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 672e8afc5e5f66869a25b1790dac8e0f7832248b Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Jul 2021 22:00:22 -0000 The branch main has been updated by adridg: URL: https://cgit.FreeBSD.org/ports/commit/?id=672e8afc5e5f66869a25b1790dac8e0f7832248b commit 672e8afc5e5f66869a25b1790dac8e0f7832248b Author: Adriaan de Groot AuthorDate: 2021-07-09 18:53:53 +0000 Commit: Adriaan de Groot CommitDate: 2021-07-09 21:59:00 +0000 */qt5-*: testlib is build-dep Two Qt5 packages, www/qt5-webkit and x11-toolkits/qt5-declarative, depended on testlib as a runtime dep, rather than a build-dep. Clean that up, so that testlib is not a dep of any Qt-based application you might care to casually install. --- www/qt5-webkit/Makefile | 6 +++--- x11-toolkits/qt5-declarative/Makefile | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/www/qt5-webkit/Makefile b/www/qt5-webkit/Makefile index 83a1f16a3d0f..b2831a472319 100644 --- a/www/qt5-webkit/Makefile +++ b/www/qt5-webkit/Makefile @@ -1,6 +1,6 @@ PORTNAME= webkit DISTVERSION= 5.212.0-alpha4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= www MASTER_SITES= https://github.com/qt${PORTNAME}/qt${PORTNAME}/releases/download/${DISTNAME}/ PKGNAMEPREFIX= qt5- @@ -25,8 +25,8 @@ USES= bison cmake compiler:c++11-lang gnome gperf jpeg \ USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build USE_QT= core declarative gui location network opengl printsupport \ - sensors testlib webchannel widgets \ - buildtools_build qmake_build + sensors webchannel widgets \ + buildtools_build qmake_build testlib_build USE_RUBY= yes USE_XORG= x11 xcomposite xrender diff --git a/x11-toolkits/qt5-declarative/Makefile b/x11-toolkits/qt5-declarative/Makefile index 1af2b482cdca..26cc35252a37 100644 --- a/x11-toolkits/qt5-declarative/Makefile +++ b/x11-toolkits/qt5-declarative/Makefile @@ -1,6 +1,6 @@ PORTNAME= declarative DISTVERSION= ${QT5_VERSION} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-toolkits PKGNAMEPREFIX= qt5- @@ -10,8 +10,8 @@ COMMENT= Qt declarative framework for dynamic user interfaces USES= compiler:c++11-lang gl python:build qmake:norecursive \ qt-dist:5 USE_GL= gl -USE_QT= core gui network sql testlib \ - widgets buildtools_build +USE_QT= core gui network sql widgets \ + buildtools_build testlib_build CONFLICTS= qt5-declarative-render2d-* qt5-qml qt5-quick