Index: head/devel/py-django-rq-dashboard/Makefile =================================================================== --- head/devel/py-django-rq-dashboard/Makefile (revision 534886) +++ head/devel/py-django-rq-dashboard/Makefile (revision 534887) @@ -1,29 +1,32 @@ # $FreeBSD$ PORTNAME= django-rq-dashboard PORTVERSION= 0.3.3 PORTREVISION= 1 CATEGORIES= devel python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= swills@FreeBSD.org COMMENT= Monitor your RQ queues, jobs and workers from the Django admin LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENCE +DEPRECATED= No longer maintained, not compatible with Django 2.0+, please use devel/py-django-rq instead +EXPIRATION_DATE= 2020-05-25 + RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django-rq>0:devel/py-django-rq@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils USE_GITHUB= yes GH_ACCOUNT= brutasse NO_ARCH= yes post-patch: # Fix for Python v3.x builds @${REINPLACE_CMD} -e "s|open('README.rst').read()|'${COMMENT}'|" \ ${WRKSRC}/setup.py .include