git: 90c819ed90c9 - main - graphics/qgis: Mark DEPRECATED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 26 Oct 2023 18:19:16 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=90c819ed90c9c82921704c956c9b81b69d10006a commit 90c819ed90c9c82921704c956c9b81b69d10006a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-10-26 18:04:21 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-10-26 18:04:21 +0000 graphics/qgis: Mark DEPRECATED - Depends on deprecated www/qt5-webkit - Set EXPIRATION_DATE 2023-11-26 Approved by: portmgr (blanket) --- graphics/qgis/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/graphics/qgis/Makefile b/graphics/qgis/Makefile index 9a87fa46302f..5b459441f1b6 100644 --- a/graphics/qgis/Makefile +++ b/graphics/qgis/Makefile @@ -10,6 +10,9 @@ WWW= https://qgis.org/en/site/ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/LICENSE +DEPRECATED= Depends on deprecated www/qt5-webkit +EXPIRATION_DATE= 2023-11-26 + BUILD_DEPENDS= gpsbabel>=1.7.0:astro/gpsbabel \ opencl>=0:devel/opencl \ ${PYTHON_PKGNAMEPREFIX}cycler>=0.11.0:devel/py-cycler@${PY_FLAVOR} \