git: 0e91c0d1538b - main - security/py-service_identity: Mark DEPRECATED and set EXPIRATION_DATE to 2024-01-31

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 27 Nov 2023 06:02:03 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=0e91c0d1538b6edba16e4d9b6d1828c61b634a14

commit 0e91c0d1538b6edba16e4d9b6d1828c61b634a14
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-11-27 06:01:52 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-11-27 06:01:52 +0000

    security/py-service_identity: Mark DEPRECATED and set EXPIRATION_DATE to 2024-01-31
    
    - While I'm here, fix path (devel/ -> security/)
    
    PR:             275167
    Reported by:    John Hein <jcfyecrayz@liamekaens.com>
    Approved by:    Axel Rau <axel.rau@chaos1.de> (maintainer)
---
 security/py-service_identity/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/security/py-service_identity/Makefile b/security/py-service_identity/Makefile
index 0f28a38cff17..4ae155fcd41b 100644
--- a/security/py-service_identity/Makefile
+++ b/security/py-service_identity/Makefile
@@ -11,6 +11,10 @@ WWW=		https://github.com/pyca/service_identity
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+# See https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275167
+DEPRECATED=	Use security/py-service-identity
+EXPIRATION_DATE=2024-01-31
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=16.0.0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1-modules>=0:devel/py-pyasn1-modules@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pyasn1>=0:devel/py-pyasn1@${PY_FLAVOR}