git: 8905cb6ecee3 - main - science/elmerfem: Drop unused Qt5 deps

From: Jason E. Hale <jhale_at_FreeBSD.org>
Date: Mon, 04 Dec 2023 22:39:40 UTC
The branch main has been updated by jhale:

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

commit 8905cb6ecee3027cba5dd41996617f6c76bbf1c0
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-12-03 19:56:17 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-12-04 22:39:28 +0000

    science/elmerfem: Drop unused Qt5 deps
    
    Remove DEPRECATED/EXPIRATION_DATE. This port does not need the
    deprecated Qt5 WebKit module. There is no reference to it anywhere in
    the code.
    
    Maintainer reckons these were leftover indirect dependencies from
    math/vtk6.
    
    PR:             275532
    Approved by:    Henrik Gulbrandsen <henrik@gulbra.net> (maintainer)
---
 science/elmerfem/Makefile | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/science/elmerfem/Makefile b/science/elmerfem/Makefile
index 5835c858fae9..0f0919a69b5d 100644
--- a/science/elmerfem/Makefile
+++ b/science/elmerfem/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	elmerfem
 DISTVERSIONPREFIX=	release-
 DISTVERSION=	9.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	science
 
 MAINTAINER=	henrik@gulbra.net
@@ -10,9 +10,6 @@ WWW=		https://www.csc.fi/web/elmer
 
 LICENSE=	GPLv2
 
-DEPRECATED=	Depends on deprecated www/qt5-webkit
-EXPIRATION_DATE=	2023-12-31
-
 LIB_DEPENDS=	libblas.so:math/blas \
 		libhdf5.so:science/hdf5 \
 		libmetis.so:math/metis \
@@ -72,9 +69,8 @@ OCC_CMAKE_ON=		-DVTK_DIR=${LOCALBASE}/lib/cmake/vtk-9.0 \
 
 _LIBSTAGEDIR=	${STAGEDIR}/${PREFIX}/lib/elmersolver
 _PYVERSION=	${PYTHON_VER}${PYTHON_ABIVER}
-_QT5_LIBS=	buildtools:build concurrent core declarative gui location \
-		network opengl printsupport qmake:build script sensors \
-		sql svg webchannel webkit widgets xml
+_QT5_LIBS=	buildtools:build core declarative gui network opengl \
+		printsupport qmake:build script sql svg widgets xml
 
 .include <../../math/vtk9/Makefile.version>
 .include <bsd.port.pre.mk>