svn commit: r363722 - head/security/py-twistedConch
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Fri Aug 1 16:18:47 UTC 2014
Author: sunpoet
Date: Fri Aug 1 16:18:46 2014
New Revision: 363722
URL: http://svnweb.freebsd.org/changeset/ports/363722
QAT: https://qat.redports.org/buildarchive/r363722/
Log:
- Use USES=twisted
Modified:
head/security/py-twistedConch/Makefile
Modified: head/security/py-twistedConch/Makefile
==============================================================================
--- head/security/py-twistedConch/Makefile Fri Aug 1 16:18:42 2014 (r363721)
+++ head/security/py-twistedConch/Makefile Fri Aug 1 16:18:46 2014 (r363722)
@@ -14,13 +14,11 @@ COMMENT= SSH and SFTP protocol implement
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1 \
- ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asn1>=0.0.9a:${PORTSDIR}/devel/py-asn1
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
-USES= tar:bzip2
+USES= tar:bzip2 twisted
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list