git: 2c27922c7e8d - main - devel/py-aiorpcX-legacy: Expire port

From: Emanuel Haupt <ehaupt_at_FreeBSD.org>
Date: Mon, 21 Mar 2022 06:18:20 UTC
The branch main has been updated by ehaupt:

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

commit 2c27922c7e8d4a8a37b29d787879ca13c17af77c
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2022-03-21 06:18:17 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2022-03-21 06:18:17 +0000

    devel/py-aiorpcX-legacy: Expire port
    
    Now that the version constraints of finance/electrum no longer exist we
    can deprecate this port with a very short grace period of one month.
---
 devel/py-aiorpcX-legacy/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/devel/py-aiorpcX-legacy/Makefile b/devel/py-aiorpcX-legacy/Makefile
index d3a1db84a02f..2b491cc959e9 100644
--- a/devel/py-aiorpcX-legacy/Makefile
+++ b/devel/py-aiorpcX-legacy/Makefile
@@ -2,6 +2,7 @@
 
 PORTNAME=	aiorpcX
 PORTVERSION=	0.18.7
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,6 +13,9 @@ COMMENT=	Generic async RPC implementation, including JSON-RPC
 
 LICENSE=	MIT
 
+DEPRECATED=	Legacy port is no longer required, please use devel/py-aiorpcX instead
+EXPIRATION_DATE=2022-04-20
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}websockets>=0:devel/py-websockets@${PY_FLAVOR}