svn commit: r362709 - branches/2014Q3/Mk/Uses

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


Author: sunpoet
Date: Wed Jul 23 16:57:28 2014
New Revision: 362709
URL: http://svnweb.freebsd.org/changeset/ports/362709
QAT: https://qat.redports.org/buildarchive/r362709/

Log:
  MFH: r362706
  
  - Fix _TWISTED_COMPONENTS: add missing "pair"
  
  Approved by:	portmgr (erwin)

Modified:
  branches/2014Q3/Mk/Uses/twisted.mk
Directory Properties:
  branches/2014Q3/   (props changed)

Modified: branches/2014Q3/Mk/Uses/twisted.mk
==============================================================================
--- branches/2014Q3/Mk/Uses/twisted.mk	Wed Jul 23 16:51:38 2014	(r362708)
+++ branches/2014Q3/Mk/Uses/twisted.mk	Wed Jul 23 16:57:28 2014	(r362709)
@@ -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-branches mailing list