git: cc151fd2526e - main - net/py-anonfile: deprecate (site has shut down)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 10 Sep 2023 16:14:00 UTC
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=cc151fd2526e3b91157c7fbc525f19d24b7c6829 commit cc151fd2526e3b91157c7fbc525f19d24b7c6829 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2023-09-07 04:40:40 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-09-10 16:13:03 +0000 net/py-anonfile: deprecate (site has shut down) This port is no longer useful without anonfile.com. PR: 273236 Reported by: DtxdF@disroot.org (maintainer) --- net/py-anonfile/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net/py-anonfile/Makefile b/net/py-anonfile/Makefile index 2850f96004f0..0b52f80e2872 100644 --- a/net/py-anonfile/Makefile +++ b/net/py-anonfile/Makefile @@ -1,5 +1,6 @@ PORTNAME= anonfile DISTVERSION= 1.0.0 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,6 +11,9 @@ WWW= https://github.com/nstrydom2/anonfile-api LICENSE= MIT +DEPRECATED= anonfile.com has shut down +EXPIRATION_DATE= 2023-12-07 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}importlib-metadata>0:devel/py-importlib-metadata@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests-toolbelt>0:www/py-requests-toolbelt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>0:www/py-requests@${PY_FLAVOR} \