From 04a80fcecb6aea5e4e8aff290cd8b164641221c1 Mon Sep 17 00:00:00 2001 From: "Tobias C. Berner" Date: Sun, 31 May 2020 09:00:47 +0000 Subject: Add support for test-only dependencies in pyqt.mk Allow ports to only depend on a component of PyQt for testing. USES=pyqt:5 USE_PYQT=webengine_test will add a TEST_DEPENDS on www/py-qt5-webengine Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D23241 --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6f6b1ec74470..8cd1f3bd2624 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,14 @@ in the release notes and/or placed into UPDATING. All ports committers are allowed to commit to this file. +20200531: +AUTHOR: kde@FreeBSD.org + + pyqt.mk gained support for test-only dependencies. If a component, say + py-qt5-gui is only required for testing, you can add + + USE_PYQT= gui_test + 20200514: AUTHOR: mat@FreeBSD.org -- cgit v1.2.3