svn commit: r520121 - head/www/py-django-bootstrap3

Kai Knoblich kai at FreeBSD.org
Sat Dec 14 14:48:46 UTC 2019


Author: kai
Date: Sat Dec 14 14:48:46 2019
New Revision: 520121
URL: https://svnweb.freebsd.org/changeset/ports/520121

Log:
  www/py-django-bootstrap3: Ignore releases newer than the 11.x branch
  
  * Support for Python 2.7, Django 1.11 and Django 2.0 was dropped in the 12.0
    release.
  
    Set the PORTSCOUT variable accordingly as Django 1.11 remains in the Ports
    tree until 2020Q2.

Modified:
  head/www/py-django-bootstrap3/Makefile

Modified: head/www/py-django-bootstrap3/Makefile
==============================================================================
--- head/www/py-django-bootstrap3/Makefile	Sat Dec 14 14:38:38 2019	(r520120)
+++ head/www/py-django-bootstrap3/Makefile	Sat Dec 14 14:48:46 2019	(r520121)
@@ -17,6 +17,9 @@ USE_PYTHON=	autoplist distutils
 
 NO_ARCH=	yes
 
+# Support for Python 2.7 and Django 1.11, 2.0 was dropped in the 12.0 release
+PORTSCOUT=	limit:^11\.
+
 post-extract:
 	@${FIND} ${WRKSRC} -name ".DS_Store" -type f -delete
 


More information about the svn-ports-head mailing list