aboutsummaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-04-12 13:40:24 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-04-12 13:40:24 +0000
commitaec7a8c70ebe3378550a8daec914ef1999bbf11d (patch)
tree18ff6e10b1d2f8ea474cb80850ca0b91a1e2134d /finance
parent15d1a2050b5176de3ec09f752ff6207f3190b300 (diff)
downloadports-aec7a8c70ebe3378550a8daec914ef1999bbf11d.tar.gz
ports-aec7a8c70ebe3378550a8daec914ef1999bbf11d.zip
finance/bitcoinnodestats:
* Upstream no longer maintains the project and the port isn't compatible with Django 2.2 or newer. Thus mark the port as DEPRECATED and set an expiration date.
Notes
Notes: svn path=/head/; revision=531519
Diffstat (limited to 'finance')
-rw-r--r--finance/bitcoinnodestats/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/finance/bitcoinnodestats/Makefile b/finance/bitcoinnodestats/Makefile
index 3c9ea3d5f4b9..143ade48ccb9 100644
--- a/finance/bitcoinnodestats/Makefile
+++ b/finance/bitcoinnodestats/Makefile
@@ -11,6 +11,9 @@ COMMENT= Basic Bitcoin node status and statistics web application
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
+DEPRECATED= No longer maintained and not compatible with Django 2.2+
+EXPIRATION_DATE= 2020-05-12
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytz>=2017.3:devel/py-pytz@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-bitcoinlib>=0.8.0:finance/py-python-bitcoinlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django111>=1.11.7:www/py-django111@${PY_FLAVOR} \