git: 6ce9030bc25f - main - Revert "devel/py-qt5-pyqt: mark DEPRECATED"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 29 Oct 2023 20:38:31 UTC
The branch main has been updated by jhale: URL: https://cgit.FreeBSD.org/ports/commit/?id=6ce9030bc25f6eb4b3dc968a22c2c33205679474 commit 6ce9030bc25f6eb4b3dc968a22c2c33205679474 Author: Jason E. Hale <jhale@FreeBSD.org> AuthorDate: 2023-10-29 20:03:28 +0000 Commit: Jason E. Hale <jhale@FreeBSD.org> CommitDate: 2023-10-29 20:37:03 +0000 Revert "devel/py-qt5-pyqt: mark DEPRECATED" This reverts commit ccfab50ca9f05c3e7f61c3c3dd45f99a6b205cc9. devel/py-qt5-pyqt is not going anywhere for the time being. @kde will remove support for www/qt5-webkit from this port on or before its EXPIRATION_DATE arrives. The WebKit module is easily disabled and there are very few ports that rely on it. Maintainers have been notified. --- devel/py-qt5-pyqt/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/devel/py-qt5-pyqt/Makefile b/devel/py-qt5-pyqt/Makefile index 0864618cc889..0a240e7714e1 100644 --- a/devel/py-qt5-pyqt/Makefile +++ b/devel/py-qt5-pyqt/Makefile @@ -11,9 +11,6 @@ WWW= https://riverbankcomputing.com/software/pyqt PYQT_DIST= yes -DEPRECATED= Depends on deprecated www/qt5-webkit -EXPIRATION_DATE= 2023-11-26 - LIB_DEPENDS= libqscintilla2_qt5.so:devel/qscintilla2-qt5 \ libdbus-1.so:devel/dbus BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}dbus>1:devel/py-dbus@${PY_FLAVOR} \