Date: Mon, 3 Feb 2025 16:10:05 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: fdd237d39624 - main - www/py-instabot: Mark DEPRECATED and set EXPIRATION_DATE to 2025-02-28 Message-ID: <202502031610.513GA5bQ054075@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502031610.513GA5bQ054075>