Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2019 07:46:27 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r504619 - head/www/radicale
Message-ID:  <201906200746.x5K7kRGl006411@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201906200746.x5K7kRGl006411>