git: 676b3bd11efc - main - net/qt5-network: Drop ca_root_nss dependency.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 09 Oct 2023 12:42:36 UTC
The branch main has been updated by des: URL: https://cgit.FreeBSD.org/ports/commit/?id=676b3bd11efc997e810f1853b8aad2836017c7b3 commit 676b3bd11efc997e810f1853b8aad2836017c7b3 Author: Dag-Erling Smørgrav <des@FreeBSD.org> AuthorDate: 2023-10-09 12:39:33 +0000 Commit: Dag-Erling Smørgrav <des@FreeBSD.org> CommitDate: 2023-10-09 12:42:21 +0000 net/qt5-network: Drop ca_root_nss dependency. MFH: 2023Q4 Approved by: kde (jhale) Differential Revision: https://reviews.freebsd.org/D42061 --- net/qt5-network/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net/qt5-network/Makefile b/net/qt5-network/Makefile index 8a1b49c334e5..c0ec67874b8c 100644 --- a/net/qt5-network/Makefile +++ b/net/qt5-network/Makefile @@ -1,13 +1,12 @@ PORTNAME= network PORTVERSION= ${QT5_VERSION}${QT5_KDE_PATCH} +PORTREVISION= 1 CATEGORIES= net PKGNAMEPREFIX= qt5- MAINTAINER= kde@FreeBSD.org COMMENT= Qt network module -RUN_DEPENDS= ${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss - USES= compiler:c++11-lang perl5 qmake:no_env qt-dist:5,base ssl USE_PERL5= extract USE_QT= core buildtools:build