Date: Sat, 20 Oct 2012 07:04:16 -0700 (PDT) From: William Grzybowski <william88@gmail.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/172908: [PATCH] devel/py-celery: fix RUN_DEPENDS Message-ID: <5082af60.096f650a.1681.34f3@mx.google.com> Resent-Message-ID: <201210201410.q9KEA1fg091813@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5082af60.096f650a.1681.34f3>