git: b461f8a795ef - main - irc/py-fishcrypt: mark BROKEN and DEPRECATED

From: Dmitry Marakasov <amdmi3_at_FreeBSD.org>
Date: Tue, 17 May 2022 18:36:50 UTC
The branch main has been updated by amdmi3:

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

commit b461f8a795ef2c220eba263b49e89670465ab5a3
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-05-13 18:21:00 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-05-17 18:29:28 +0000

    irc/py-fishcrypt: mark BROKEN and DEPRECATED
    
    Abandoned, unmaintained, requires Python 2 and depends on deprecated pycrypto
---
 irc/py-fishcrypt/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/irc/py-fishcrypt/Makefile b/irc/py-fishcrypt/Makefile
index 63d40745037f..254385354d13 100644
--- a/irc/py-fishcrypt/Makefile
+++ b/irc/py-fishcrypt/Makefile
@@ -10,6 +10,10 @@ DIST_SUBDIR=	python
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	FiSH/Mircryption-compatible encryption for HexChat
 
+BROKEN=		Requires python 2
+DEPRECATED=	Abandoned, unmaintained, requires Python 2 and depends on deprecated pycrypto
+EXPIRATION_DATE=2022-06-30
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>=0:security/py-pycrypto@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pysocks>=0:net/py-pysocks@${PY_FLAVOR}