summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2020-04-23 15:18:09 +0000
committerKai Knoblich <kai@FreeBSD.org>2020-04-23 15:18:09 +0000
commitc108a6700f69ec335f794e2b36e9077f81facda9 (patch)
treebb2940b090eac2bacb808c68158051dd1f3a0f28
parent9d79f0ad206a18c500643fb2f0fd6bc311b4b7cc (diff)
downloadfreebsd-ports-c108a6700f69ec335f794e2b36e9077f81facda9.zip
www/py-dj22-django-{mptt,js-asset}: Deprecate
* Set both ports as DEPRECATED after r532664 and r532683 because they're obsolete now. Don't set an expiration date yet as both ports are still used by net-mgmt/netbox and a few more ports still need to be switched from Django 1.11 to Django 2.2.
-rw-r--r--www/py-dj22-django-js-asset/Makefile2
-rw-r--r--www/py-dj22-django-mptt/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/www/py-dj22-django-js-asset/Makefile b/www/py-dj22-django-js-asset/Makefile
index 2750edd21b9c..b8fd528bdbdb 100644
--- a/www/py-dj22-django-js-asset/Makefile
+++ b/www/py-dj22-django-js-asset/Makefile
@@ -12,6 +12,8 @@ COMMENT= Insert script tags with additional attributes for django.forms.Media
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Obsolete, please use www/py-django-js-asset instead
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>0:www/py-django22@${PY_FLAVOR}
USES= python:3.5+
diff --git a/www/py-dj22-django-mptt/Makefile b/www/py-dj22-django-mptt/Makefile
index 3d15360c2ca1..73ae017a9243 100644
--- a/www/py-dj22-django-mptt/Makefile
+++ b/www/py-dj22-django-mptt/Makefile
@@ -13,6 +13,8 @@ COMMENT= Utilities for implementing Modified Preorder Tree Traversal in Django
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
+DEPRECATED= Obsolete, please use www/py-django-mptt instead
+
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=1.11:www/py-django22@${PY_FLAVOR}\
${PYTHON_PKGNAMEPREFIX}dj22-django-js-asset>0:www/py-dj22-django-js-asset@${PY_FLAVOR}