git: 81890a5bf39e - main - devel/py-bsd: Mark DEPRECATED

From: Muhammad Moinur Rahman <bofh_at_FreeBSD.org>
Date: Mon, 03 Nov 2025 16:31:44 UTC
The branch main has been updated by bofh:

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

commit 81890a5bf39e7f41f63d68beb13129df3bc79278
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2025-11-03 16:22:13 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2025-11-03 16:31:34 +0000

    devel/py-bsd: Mark DEPRECATED
    
    - Upstream unmaintained
    - Fails to build on FreeBSD 15
    - Requires older cython version
    - Set EXPIRATION_DATE 2025-12-04
    
    PR:             289075
---
 devel/py-bsd/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/devel/py-bsd/Makefile b/devel/py-bsd/Makefile
index 3074dc2df4da..8b1ae3d4913c 100644
--- a/devel/py-bsd/Makefile
+++ b/devel/py-bsd/Makefile
@@ -10,6 +10,8 @@ WWW=		https://github.com/freenas/py-bsd
 
 LICENSE=	BSD3CLAUSE
 
+DEPRECATED=	Unmaintained upstream
+EXPIRATION_DATE=2025-12-04
 BROKEN_FreeBSD_15=	Requires deprecated header dlg_keys.h
 
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}