svn commit: r347473 - head/security/w3af

Antoine Brodin antoine at FreeBSD.org
Sat Mar 8 09:55:22 UTC 2014


Author: antoine
Date: Sat Mar  8 09:55:21 2014
New Revision: 347473
URL: http://svnweb.freebsd.org/changeset/ports/347473
QAT: https://qat.redports.org/buildarchive/r347473/

Log:
  Fix a BUILD_DEPENDS line after last py-openssl update

Modified:
  head/security/w3af/Makefile

Modified: head/security/w3af/Makefile
==============================================================================
--- head/security/w3af/Makefile	Sat Mar  8 09:49:50 2014	(r347472)
+++ head/security/w3af/Makefile	Sat Mar  8 09:55:21 2014	(r347473)
@@ -16,7 +16,7 @@ LICENSE=	GPLv2
 LIB_DEPENDS=	tidy:${PORTSDIR}/www/py-utidy
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}lxml>=2.1:${PORTSDIR}/devel/py-lxml \
 		${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson \
-		${PYTHON_SITELIBDIR}/OpenSSL/SSL.so:${PORTSDIR}/security/py-openssl \
+		${PYTHON_PKGNAMEPREFIX}openssl>=0:${PORTSDIR}/security/py-openssl \
 		${PYTHON_SITELIBDIR}/SOAPpy:${PORTSDIR}/net/py-soappy \
 		${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 \
 		${PYTHON_SITELIBDIR}/fpconst.py:${PORTSDIR}/math/py-fpconst \


More information about the svn-ports-all mailing list