Date: Tue, 3 Mar 2020 18:51:23 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r527705 - head/www/py-dj22-django-crispy-forms Message-ID: <202003031851.023IpNVm070825@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Tue Mar 3 18:51:23 2020 New Revision: 527705 URL: https://svnweb.freebsd.org/changeset/ports/527705 Log: Use USES=dos2unix to convert CRLF to LF Modified: head/www/py-dj22-django-crispy-forms/Makefile Modified: head/www/py-dj22-django-crispy-forms/Makefile ============================================================================== --- head/www/py-dj22-django-crispy-forms/Makefile Tue Mar 3 18:51:18 2020 (r527704) +++ head/www/py-dj22-django-crispy-forms/Makefile Tue Mar 3 18:51:23 2020 (r527705) @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} -USES= python:3.5+ +USES= dos2unix python:3.5+ USE_PYTHON= autoplist distutils NO_ARCH= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003031851.023IpNVm070825>