svn commit: r504619 - head/www/radicale
Mathieu Arnold
mat at FreeBSD.org
Thu Jun 20 07:46:28 UTC 2019
Author: mat
Date: Thu Jun 20 07:46:27 2019
New Revision: 504619
URL: https://svnweb.freebsd.org/changeset/ports/504619
Log:
Fixup make index WITH=HTTP.
Modified:
head/www/radicale/Makefile (contents, props changed)
Modified: head/www/radicale/Makefile
==============================================================================
--- head/www/radicale/Makefile Thu Jun 20 07:12:41 2019 (r504618)
+++ head/www/radicale/Makefile Thu Jun 20 07:46:27 2019 (r504619)
@@ -31,7 +31,8 @@ SUB_LIST= PYTHON_CMD="${PYTHON_CMD}" \
OPTIONS_DEFINE= HTTP LDAP
HTTP_DESC= HTTP authentication support
-HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=0:www/py-requests1@${PY_FLAVOR}
+#HTTP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests1>=0:www/py-requests1@${PY_FLAVOR}
+HTTP_BROKEN= www/py-requests1 does not exist any more
LDAP_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ldap>=0:net/py-ldap@${PY_FLAVOR}
post-patch:
More information about the svn-ports-head
mailing list