svn commit: r531519 - head/finance/bitcoinnodestats

Kai Knoblich kai at FreeBSD.org
Sun Apr 12 13:40:25 UTC 2020


Author: kai
Date: Sun Apr 12 13:40:24 2020
New Revision: 531519
URL: https://svnweb.freebsd.org/changeset/ports/531519

Log:
  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.

Modified:
  head/finance/bitcoinnodestats/Makefile

Modified: head/finance/bitcoinnodestats/Makefile
==============================================================================
--- head/finance/bitcoinnodestats/Makefile	Sun Apr 12 13:37:42 2020	(r531518)
+++ head/finance/bitcoinnodestats/Makefile	Sun Apr 12 13:40:24 2020	(r531519)
@@ -11,6 +11,9 @@ COMMENT=	Basic Bitcoin node status and statistics web 
 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} \


More information about the svn-ports-head mailing list