Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Sep 2023 16:14:00 GMT
From:      Robert Clausecker <fuz@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cc151fd2526e - main - net/py-anonfile: deprecate (site has shut down)
Message-ID:  <202309101614.38AGE0Gu025687@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309101614.38AGE0Gu025687>