svn commit: r527706 - head/www/py-django-crispy-forms
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Mar 3 18:51:31 UTC 2020
Author: sunpoet
Date: Tue Mar 3 18:51:28 2020
New Revision: 527706
URL: https://svnweb.freebsd.org/changeset/ports/527706
Log:
Use USES=dos2unix to convert CRLF to LF
Modified:
head/www/py-django-crispy-forms/Makefile
Modified: head/www/py-django-crispy-forms/Makefile
==============================================================================
--- head/www/py-django-crispy-forms/Makefile Tue Mar 3 18:51:23 2020 (r527705)
+++ head/www/py-django-crispy-forms/Makefile Tue Mar 3 18:51:28 2020 (r527706)
@@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR}
-USES= python
+USES= dos2unix python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
More information about the svn-ports-head
mailing list