From owner-freebsd-python@FreeBSD.ORG Sat Feb 23 20:00:02 2013 Return-Path: Delivered-To: freebsd-python@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E1F33DBD for ; Sat, 23 Feb 2013 20:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D458AFE8 for ; Sat, 23 Feb 2013 20:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1NK02ln081037 for ; Sat, 23 Feb 2013 20:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1NK02Pr081036; Sat, 23 Feb 2013 20:00:02 GMT (envelope-from gnats) Date: Sat, 23 Feb 2013 20:00:02 GMT Message-Id: <201302232000.r1NK02Pr081036@freefall.freebsd.org> To: freebsd-python@FreeBSD.org Cc: From: Ruslan Makhmatkhanov Subject: Re: ports/176375: [PATCH] sysutils/py-salt-api: fix build and removal X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ruslan Makhmatkhanov List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2013 20:00:02 -0000 The following reply was made to PR ports/176375; it has been noted by GNATS. From: Ruslan Makhmatkhanov To: Geoff Garside Cc: bug-followup@FreeBSD.org Subject: Re: ports/176375: [PATCH] sysutils/py-salt-api: fix build and removal Date: Sat, 23 Feb 2013 23:55:08 +0400 Hi Geoff, Geoff Garside wrote on 23.02.2013 21:14: > >> Number: 176375 >> Category: ports >> Synopsis: [PATCH] sysutils/py-salt-api: fix build and removal [...] > -BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt:${PORTSDIR}/sysutils/py-salt > +BUILD_DEPENDS+= salt:${PORTSDIR}/sysutils/py-salt it's ok to leave ${PYTHON_PKGNAMEPREFIX}, but it should be used like this (note the version specification): BUILD_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}salt>0:${PORTSDIR}/sysutils/py-salt -- Regards, Ruslan Tinderboxing kills... the drives.