diff options
author | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-07 06:40:40 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-09-10 12:13:03 -0400 |
commit | cc151fd2526e3b91157c7fbc525f19d24b7c6829 (patch) | |
tree | a5b0fac11a0c5a581ed9e89339d3e5468bb5a7f1 | |
parent | f16165e7a3c90778496c7f1f641584ac57b43005 (diff) | |
download | freebsd-ports-cc151fd2526e3b91157c7fbc525f19d24b7c6829.zip |
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)
-rw-r--r-- | net/py-anonfile/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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} \ |