git: 7d1fe04f35c8 - main - devel/include-what-you-use: Mark IGNORE and DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Fri, 01 Nov 2024 08:44:50 UTC
The branch main has been updated by bofh:

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

commit 7d1fe04f35c88db27bd7675c635c63480e2d844b
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-11-01 08:42:31 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-11-01 08:44:36 +0000

    devel/include-what-you-use: Mark IGNORE and DEPRECATED
    
    - Requires python 3.8 which has reached EOL. There is an upstream report
      which is being worked through and hopefully will land soon.
    - Set EXPIRATION_DATE 2025-03-31
---
 devel/include-what-you-use/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/include-what-you-use/Makefile b/devel/include-what-you-use/Makefile
index 972f206e7000..99e894207d60 100644
--- a/devel/include-what-you-use/Makefile
+++ b/devel/include-what-you-use/Makefile
@@ -9,6 +9,10 @@ WWW=		https://include-what-you-use.org
 LICENSE=	NCSA
 LICENSE_FILE=	${WRKSRC}/LICENSE.TXT
 
+DEPRECATED=	Uses EOLed python 3.8
+EXPIRATION_DATE=2025-03-31
+IGNORE=		requires python 3.8
+
 USES=		cmake llvm:${LLVM_VER},build,run ncurses python:3.8,run shebangfix
 USE_GITHUB=	yes