From owner-svn-ports-all@FreeBSD.ORG Fri Jan 24 09:14:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B0A82F2; Fri, 24 Jan 2014 09:14:21 +0000 (UTC) Received: from forward1l.mail.yandex.net (forward1l.mail.yandex.net [IPv6:2a02:6b8:0:1819::1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F3A63165D; Fri, 24 Jan 2014 09:14:20 +0000 (UTC) Received: from smtp1h.mail.yandex.net (smtp1h.mail.yandex.net [84.201.187.144]) by forward1l.mail.yandex.net (Yandex) with ESMTP id 4C3551520F4C; Fri, 24 Jan 2014 13:14:18 +0400 (MSK) Received: from smtp1h.mail.yandex.net (localhost [127.0.0.1]) by smtp1h.mail.yandex.net (Yandex) with ESMTP id 80003134059F; Fri, 24 Jan 2014 13:14:17 +0400 (MSK) Received: from unknown (unknown [77.66.224.37]) by smtp1h.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id YRTrzOp3nL-EGleZxVu; Fri, 24 Jan 2014 13:14:17 +0400 (using TLSv1 with cipher CAMELLIA256-SHA (256/256 bits)) (Client certificate not present) X-Yandex-Uniq: c747bfc7-d6b3-4699-82eb-63f1934382d7 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1390554857; bh=ush7ZopMPXT3YbVALqhLl3DYOEdN98Mu8r9b9CRAAbE=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=C9X5LvHYvouIMwArLfGuZKUYN7lR8aubbJY6SayU6X2qTu5ZM5E+GQUs4zS7PcQx3 KkGxxR92Qlzp/NH292XaoMhRlk6QoI9fWkQMj+DXQTn29D3JiWvPy8/XfiNeUi1a/j 6hC5HMTiIRS493U2G7W0F5DPgaGm3770nCdgVKz0= Authentication-Results: smtp1h.mail.yandex.net; dkim=pass header.i=@yandex.ru Message-ID: <52E22EE2.3030903@yandex.ru> Date: Fri, 24 Jan 2014 13:14:10 +0400 From: Ruslan Makhmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: Mathieu Arnold , Ruslan Makhmatkhanov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340881 - head/devel/py-pyro References: <201401240900.s0O90Z75040845@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jan 2014 09:14:21 -0000 Mathieu Arnold wrote on 24.01.2014 13:04: > +--On 24 janvier 2014 09:00:35 +0000 Ruslan Makhmatkhanov > wrote: > | + @${MKDIR} ${STAGEDIR}${DOCSDIR} > | + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > | + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} > | + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} > > You should try to always enclose cd foo && bar lines with parenthesis, like > this : (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . > ${STAGEDIR}${EXAMPLESDIR}) so that the current directory isn't changed for > the next lines. Just done thanks. Now I have leftover for DOCSDIR, which I hadn't in my local poudriere test. Shoud I add DOCSDIR to PLIST_DIRSTRY or this is something unrelated to the port itself? https://qat.redports.org/~rm@FreeBSD.org/20140124091000-2538-260692/py27-pyro-4.23.log -- Regards, Ruslan T.O.S. Of Reality