svn commit: r526664 - head/www/py-django-contact-form

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Fri Feb 21 18:57:33 UTC 2020


Author: sunpoet
Date: Fri Feb 21 18:57:31 2020
New Revision: 526664
URL: https://svnweb.freebsd.org/changeset/ports/526664

Log:
  Add PORTSCOUT

Modified:
  head/www/py-django-contact-form/Makefile

Modified: head/www/py-django-contact-form/Makefile
==============================================================================
--- head/www/py-django-contact-form/Makefile	Fri Feb 21 18:57:26 2020	(r526663)
+++ head/www/py-django-contact-form/Makefile	Fri Feb 21 18:57:31 2020	(r526664)
@@ -21,6 +21,9 @@ USE_PYTHON=	autoplist concurrent distutils
 
 NO_ARCH=	yes
 
+# django-contact-form 1.8+ requires Django 2.2+
+PORTSCOUT=	limit:^1\.7\.
+
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} runtests.py
 


More information about the svn-ports-head mailing list