svn commit: r520021 - head/www/py-dj21-django-timezone-field

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


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

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

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

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


More information about the svn-ports-head mailing list