Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2019 11:39:37 +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: r520021 - head/www/py-dj21-django-timezone-field
Message-ID:  <201912131139.xBDBdb0i085220@repo.freebsd.org>

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



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