Date: Fri, 1 Aug 2014 16:18:56 +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: r363724 - head/www/py-twistedWeb Message-ID: <201408011618.s71GIucF072600@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 1 16:18:56 2014 New Revision: 363724 URL: http://svnweb.freebsd.org/changeset/ports/363724 QAT: https://qat.redports.org/buildarchive/r363724/ Log: - Use USES=twisted Modified: head/www/py-twistedWeb/Makefile Modified: head/www/py-twistedWeb/Makefile ============================================================================== --- head/www/py-twistedWeb/Makefile Fri Aug 1 16:18:51 2014 (r363723) +++ head/www/py-twistedWeb/Makefile Fri Aug 1 16:18:56 2014 (r363724) @@ -14,12 +14,9 @@ COMMENT= HTTP protocol implementation to LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore -RUN_DEPENDS:= ${BUILD_DEPENDS} - 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.s71GIucF072600>