ports/172657: [patch] Clean up dependency on twisted in databases/py-carbon

Brad Davis brd at FreeBSD.org
Sat Oct 13 07:20:01 UTC 2012


>Number:         172657
>Category:       ports
>Synopsis:       [patch] Clean up dependency on twisted in databases/py-carbon
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 13 07:20:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Brad Davis
>Release:        FreeBSD
>Organization:
>Environment:


	
>Description:
	Only depend on twisted with USE_TWISTED so we just get twsited core. I tested with only core installed and it works fine, so no need to depend on the whole meta port of twisted.
>How-To-Repeat:
	
>Fix:

	

--- patch-py-carbon begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 305816)
+++ Makefile	(working copy)
@@ -18,11 +18,11 @@
 LICENSE=	AL2
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}txamqp>=0.3:${PORTSDIR}/net/py-txamqp \
-		${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:${PORTSDIR}/databases/py-whisper \
-		${PYTHON_PKGNAMEPREFIX}twisted>=11.0.0:${PORTSDIR}/devel/py-twisted
+		${PYTHON_PKGNAMEPREFIX}whisper>=0.9.10:${PORTSDIR}/databases/py-whisper
 
 USE_PYTHON=	-2.7
 USE_PYDISTUTILS=	yes
+USE_TWISTED=	yes
 FETCH_ARGS=	-pRr
 USE_RC_SUBR=	carbon
 
--- patch-py-carbon ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-ports-bugs mailing list