1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00

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

* The 4.0 release dropped support for Django 1.11, 2.0 and 2.1 and
  Python 2.7 related code was also removed.

  Set PORTSCOUT accordingly as Django 1.11 still remains in the Ports tree
  until 2020Q2.
This commit is contained in:
Kai Knoblich 2019-12-13 11:37:38 +00:00
parent 4423866127
commit b415f78ae0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=520020

View File

@ -22,4 +22,7 @@ NO_ARCH= yes
CONFLICTS_INSTALL= ${PYTHON_PKGNAMEPREFIX}dj21-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>