svn commit: r520020 - head/www/py-django-timezone-field

Kai Knoblich kai at FreeBSD.org
Fri Dec 13 11:37:39 UTC 2019


Author: kai
Date: Fri Dec 13 11:37:38 2019
New Revision: 520020
URL: https://svnweb.freebsd.org/changeset/ports/520020

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

Modified:
  head/www/py-django-timezone-field/Makefile

Modified: head/www/py-django-timezone-field/Makefile
==============================================================================
--- head/www/py-django-timezone-field/Makefile	Fri Dec 13 10:44:10 2019	(r520019)
+++ head/www/py-django-timezone-field/Makefile	Fri Dec 13 11:37:38 2019	(r520020)
@@ -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>


More information about the svn-ports-all mailing list