git: a471b871070e - main - cad/veroroute: Switch Qt5 => Qt6

From: Älven <alven_at_FreeBSD.org>
Date: Tue, 07 Jul 2026 22:40:28 UTC
The branch main has been updated by alven:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a471b871070e1198ea6a3f73ca1001e11ec8bbbc

commit a471b871070e1198ea6a3f73ca1001e11ec8bbbc
Author:     Älven <alven@FreeBSD.org>
AuthorDate: 2026-05-28 20:59:36 +0000
Commit:     Älven <alven@FreeBSD.org>
CommitDate: 2026-07-07 22:39:49 +0000

    cad/veroroute: Switch Qt5 => Qt6
    
    Summary:
    * Clarify LICENSE
    * Pet portclippy(1) and portfmt(1)
    
    Approved by:            yuri@ (maintainer, Mentor)
    Approved by:            db@, yuri@ (Mentors, implicit)
    Differential Revision:  https://reviews.freebsd.org/D57308
---
 cad/veroroute/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/cad/veroroute/Makefile b/cad/veroroute/Makefile
index 789b593efcbb..226894ff7c7f 100644
--- a/cad/veroroute/Makefile
+++ b/cad/veroroute/Makefile
@@ -8,12 +8,12 @@ MAINTAINER=	yuri@FreeBSD.org
 COMMENT=	PCB (printed circuit board) design software
 WWW=		https://sourceforge.net/projects/veroroute/
 
-LICENSE=	GPLv3
+LICENSE=	GPLv3+
 LICENSE_FILE=	${WRKSRC}/../licenses/license_GPLv3.txt
 
-USES=		compiler:c++11-lang gl qmake qt:5
-USE_QT=		core gui network widgets buildtools:build
+USES=		compiler:c++11-lang gl qmake qt:6
 USE_GL=		gl
+USE_QT=		base
 
 WRKSRC=		${WRKDIR}/VeroRoute
 WRKSRC_SUBDIR=	Src