ports/172908: [PATCH] devel/py-celery: fix RUN_DEPENDS

William Grzybowski william88 at gmail.com
Sat Oct 20 14:10:02 UTC 2012


>Number:         172908
>Category:       ports
>Synopsis:       [PATCH] devel/py-celery: fix RUN_DEPENDS
>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 20 14:10:01 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.0-RELEASE amd64
>Organization:
>Environment:
>Description:

	Fix RUN_DEPENDS for Python < 2.7.
	It should be += not =.

>How-To-Repeat:
>Fix:

	See attached patch


--- py-celery.patch begins here ---
Index: Makefile
===================================================================
--- Makefile	(revision 306180)
+++ Makefile	(working copy)
@@ -26,7 +26,7 @@
 .include <bsd.port.pre.mk>
 
 .if ${PYTHON_REL} < 270
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \
+RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ordereddict>=0:${PORTSDIR}/devel/py-ordereddict \
 		${PYTHON_PKGNAMEPREFIX}importlib>=0:${PORTSDIR}/devel/py-importlib
 .endif
 
--- py-celery.patch ends here ---

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


More information about the freebsd-ports-bugs mailing list