svn commit: r362706 - head/Mk/Uses

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Jul 23 16:44:39 UTC 2014


Author: sunpoet
Date: Wed Jul 23 16:44:38 2014
New Revision: 362706
URL: http://svnweb.freebsd.org/changeset/ports/362706
QAT: https://qat.redports.org/buildarchive/r362706/

Log:
  - Fix _TWISTED_COMPONENTS: add missing "pair"
  
  MFH:		2014Q3

Modified:
  head/Mk/Uses/twisted.mk

Modified: head/Mk/Uses/twisted.mk
==============================================================================
--- head/Mk/Uses/twisted.mk	Wed Jul 23 16:44:27 2014	(r362705)
+++ head/Mk/Uses/twisted.mk	Wed Jul 23 16:44:38 2014	(r362706)
@@ -53,7 +53,7 @@ BUILD_DEPENDS+=	${PYTHON_SITELIBDIR}/twi
 RUN_DEPENDS+=	${PYTHON_SITELIBDIR}/twisted/__init__.py:${PORTSDIR}/devel/py-twistedCore
 .endif
 
-_TWISTED_COMPONENTS=	conch flow lore mail names news runner web web2 words
+_TWISTED_COMPONENTS=	conch flow lore mail names news pair runner web web2 words
 
 conch_DEPENDS=	${PYTHON_SITELIBDIR}/twisted/conch/__init__.py:${PORTSDIR}/security/py-twistedConch
 flow_DEPENDS=	${PYTHON_SITELIBDIR}/twisted/flow/__init__.py:${PORTSDIR}/devel/py-twistedFlow


More information about the svn-ports-all mailing list