Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Jul 2014 16:44:38 +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: r362706 - head/Mk/Uses
Message-ID:  <201407231644.s6NGicOp054001@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407231644.s6NGicOp054001>