git: 672e8afc5e5f - main - */qt5-*: testlib is build-dep
Adriaan de Groot
adridg at FreeBSD.org
Fri Jul 9 22:00:22 UTC 2021
The branch main has been updated by adridg:
URL: https://cgit.FreeBSD.org/ports/commit/?id=672e8afc5e5f66869a25b1790dac8e0f7832248b
commit 672e8afc5e5f66869a25b1790dac8e0f7832248b
Author: Adriaan de Groot <adridg at FreeBSD.org>
AuthorDate: 2021-07-09 18:53:53 +0000
Commit: Adriaan de Groot <adridg at FreeBSD.org>
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
More information about the dev-commits-ports-all
mailing list