Date: Fri, 1 Aug 2014 16:18:47 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363722 - head/security/py-twistedConch Message-ID: <201408011618.s71GIllJ072377@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011618.s71GIllJ072377>