www/py-dj21-django-timezone-field: Ignore releases newer than 4.x

* The support for Django 2.1 was dropped with the 4.0 release.

  Set PORTSCOUT accordingly.
This commit is contained in:
Kai Knoblich 2019-12-13 11:39:37 +00:00
parent b415f78ae0
commit 9a17cfefe0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520021

View file

@ -25,4 +25,7 @@ NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}django-timezone-field \
${PYTHON_PKGNAMEPREFIX}dj22-django-timezone-field
# The 4.0 release dropped support for Django 1.11, 2.0, 2.1 and Python 2.7
PORTSCOUT= limit:^3\.
.include <bsd.port.mk>