svn commit: r465393 - head/www/seahub
Richard Gallamore
ultima at FreeBSD.org
Fri Mar 23 18:06:01 UTC 2018
Author: ultima
Date: Fri Mar 23 18:06:00 2018
New Revision: 465393
URL: https://svnweb.freebsd.org/changeset/ports/465393
Log:
* Readd py-flup6 ad a depend
Running seahub in fastcgi mode requires flup6.
Pointy hat: lwhsu
Modified:
head/www/seahub/Makefile
Modified: head/www/seahub/Makefile
==============================================================================
--- head/www/seahub/Makefile Fri Mar 23 17:58:16 2018 (r465392)
+++ head/www/seahub/Makefile Fri Mar 23 18:06:00 2018 (r465393)
@@ -23,6 +23,7 @@ RUN_DEPENDS= bash:shells/bash \
${PYTHON_PKGNAMEPREFIX}django-post_office>=0:www/py-django-post_office@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}django-constance>=0:www/py-django-constance@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}flup6>=0:www/py-flup6@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
More information about the svn-ports-all
mailing list