git: f1893fe18f13 - main - math/openmesh: Remove unnecessary USE_QT components

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Thu, 02 Nov 2023 08:03:22 UTC
The branch main has been updated by yuri:

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

commit f1893fe18f136b9abfd6f7cb223297ce4bb49949
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-02 08:01:42 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-02 08:03:16 +0000

    math/openmesh: Remove unnecessary USE_QT components
---
 math/openmesh/Makefile | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/math/openmesh/Makefile b/math/openmesh/Makefile
index 24f2ca59d6dd..f2359c7622d8 100644
--- a/math/openmesh/Makefile
+++ b/math/openmesh/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	openmesh
 DISTVERSION=	9.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	math
 MASTER_SITES=	http://www.openmesh.org/media/Releases/${DISTVERSION}/
 DISTNAME=	OpenMesh-${DISTVERSION}
@@ -12,15 +12,12 @@ WWW=		https://www.openmesh.org/
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-DEPRECATED=Depends on deprecated www/qt5-webkit
-EXPIRATION_DATE=2023-11-26
-
 TEST_DEPENDS=	googletest>0:devel/googletest
 
 USES=		cmake:testing compiler:c++11-lang dos2unix gl qt:5 xorg
-USE_QT=		core concurrent gui help network opengl printsupport script scripttools sql svg x11extras xml xmlpatterns webkit widgets \
+USE_QT=		core gui opengl widgets \
 		buildtools:build qmake:build uitools:build
-USE_GL=		gl glu glut
+USE_GL=		gl glu
 USE_XORG=	xi xmu
 USE_LDCONFIG=	yes