From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 20 14:10:02 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0090B959 for ; Sat, 20 Oct 2012 14:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.FreeBSD.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id B17C98FC12 for ; Sat, 20 Oct 2012 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9KEA1PC091814 for ; Sat, 20 Oct 2012 14:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9KEA1fg091813; Sat, 20 Oct 2012 14:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 20 Oct 2012 14:10:01 GMT Resent-Message-Id: <201210201410.q9KEA1fg091813@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CD348DE for ; Sat, 20 Oct 2012 14:04:24 +0000 (UTC) (envelope-from william88@gmail.com) Received: from mail-yh0-f54.google.com (mail-yh0-f54.google.com [209.85.213.54]) by mx1.freebsd.org (Postfix) with ESMTP id 065A48FC08 for ; Sat, 20 Oct 2012 14:04:23 +0000 (UTC) Received: by mail-yh0-f54.google.com with SMTP id s35so257692yhf.13 for ; Sat, 20 Oct 2012 07:04:17 -0700 (PDT) Received: by 10.236.110.108 with SMTP id t72mr4000590yhg.32.1350741857210; Sat, 20 Oct 2012 07:04:17 -0700 (PDT) Received: from localhost ([177.40.117.236]) by mx.google.com with ESMTPS id o9sm3674800anm.0.2012.10.20.07.04.16 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 20 Oct 2012 07:04:16 -0700 (PDT) Message-Id: <5082af60.096f650a.1681.34f3@mx.google.com> Date: Sat, 20 Oct 2012 07:04:16 -0700 (PDT) From: William Grzybowski To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/172908: [PATCH] devel/py-celery: fix RUN_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2012 14:10:02 -0000 >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 .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: