Date: Fri, 1 Aug 2014 16:18:28 +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: r363718 - head/mail/py-twistedMail Message-ID: <201408011618.s71GISmc071934@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Aug 1 16:18:28 2014 New Revision: 363718 URL: http://svnweb.freebsd.org/changeset/ports/363718 QAT: https://qat.redports.org/buildarchive/r363718/ Log: - Use USES=twisted Modified: head/mail/py-twistedMail/Makefile Modified: head/mail/py-twistedMail/Makefile ============================================================================== --- head/mail/py-twistedMail/Makefile Fri Aug 1 16:18:23 2014 (r363717) +++ head/mail/py-twistedMail/Makefile Fri Aug 1 16:18:28 2014 (r363718) @@ -14,13 +14,9 @@ COMMENT= SMTP, IMAP, and POP protocol im LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore \ - ${PYTHON_PKGNAMEPREFIX}twistedNames>=${PORTVERSION}:${PORTSDIR}/dns/py-twistedNames -RUN_DEPENDS:= ${BUILD_DEPENDS} - USE_PYTHON= 2 USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes -USES= tar:bzip2 +USES= tar:bzip2 twisted:names .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201408011618.s71GISmc071934>