Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 11:37:38 +0000 (UTC)
From:      Kai Knoblich <kai@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520020 - head/www/py-django-timezone-field
Message-ID:  <201912131137.xBDBbckk085043@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912131137.xBDBbckk085043>