git: fdd237d39624 - main - www/py-instabot: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Mon, 03 Feb 2025 16:10:05 UTC
The branch main has been updated by sunpoet:

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

commit fdd237d39624b215c2ad99058f0cec70f9a01ec9
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-02-03 15:34:25 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-02-03 15:54:22 +0000

    www/py-instabot: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28
    
    PR:             283599
    Reported by:    diizzy
---
 www/py-instabot/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/www/py-instabot/Makefile b/www/py-instabot/Makefile
index 148ba743c9f1..9c7d6d3e520f 100644
--- a/www/py-instabot/Makefile
+++ b/www/py-instabot/Makefile
@@ -11,6 +11,9 @@ WWW=		https://github.com/instagrambot/instabot
 
 LICENSE=	APACHE20
 
+DEPRECATED=	Upstream repository has been archived on Feb 25, 2024
+EXPIRATION_DATE=2025-02-28
+
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}certifi>=2019.11.28:security/py-certifi@${PY_FLAVOR} \