From owner-svn-ports-head@FreeBSD.ORG Wed Nov 28 18:57:07 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 389C6472; Wed, 28 Nov 2012 18:57:07 +0000 (UTC) (envelope-from cvs-src@yandex.ru) Received: from forward11.mail.yandex.net (forward11.mail.yandex.net [IPv6:2a02:6b8:0:801::1]) by mx1.freebsd.org (Postfix) with ESMTP id A689B8FC08; Wed, 28 Nov 2012 18:57:06 +0000 (UTC) Received: from smtp13.mail.yandex.net (smtp13.mail.yandex.net [95.108.130.68]) by forward11.mail.yandex.net (Yandex) with ESMTP id CF5D4E81B48; Wed, 28 Nov 2012 22:57:04 +0400 (MSK) Received: from smtp13.mail.yandex.net (localhost [127.0.0.1]) by smtp13.mail.yandex.net (Yandex) with ESMTP id 835C1E40558; Wed, 28 Nov 2012 22:57:04 +0400 (MSK) Received: from unknown (unknown [178.76.224.133]) by smtp13.mail.yandex.net (nwsmtp/Yandex) with ESMTP id v3jifict-v3jimiGV; Wed, 28 Nov 2012 22:57:04 +0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1354129024; bh=tfwINgvo+JtM8afRPQkoftYVzzNRfwuJkudLTr/z6SA=; h=Message-ID:Date:From:User-Agent:MIME-Version:To:CC:Subject: References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=psU79R5OCkqxN8VUS0wxCm3FeT5al6LUckuUN++OAEwIPTAjEyd4GJ5/qM+2ndaTv n2Zbf3JUIzU1SksPa+D0DFBFhWGTvwsnOrnH+xYIogL12Yn72Uy1Xnm6+eAfaB0jqK s1U7S2MU/wWApoVH5BVrDYkLvJBnZSwSOUf992io= Message-ID: <50B65E6D.9030403@yandex.ru> Date: Wed, 28 Nov 2012 22:56:45 +0400 From: Ruslan Mahmatkhanov User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Frederic Culot Subject: Re: svn commit: r307927 - head/www/reviewboard References: <201211281830.qASIUOST007742@svn.freebsd.org> In-Reply-To: <201211281830.qASIUOST007742@svn.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Nov 2012 18:57:07 -0000 Hi Frederic, Frederic Culot wrote on 28.11.2012 22:30: > Author: culot > Date: Wed Nov 28 18:30:23 2012 > New Revision: 307927 > URL: http://svnweb.freebsd.org/changeset/ports/307927 > > Log: > - Update to 1.6.14 [1] > - use dirrmtry in plist for shared python directories to silence > pkg_delete warnings [...] > @dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% > -@dirrm %%PYTHON_SITELIBDIR%% > -@dirrm lib/python2.7 > +@dirrmtry %%PYTHON_SITELIBDIR%% > +@dirrmtry lib/python2.7 They should be just removed altogether, because this directories were created by python port, not that reviewboard port. The second note - plist entries should not contain hardcoded paths like lib/python2.7, because in case user prefer to use python 2.6 or 3.2, this path will be lib/python2.6 and lib/python3.2. There is %%PYTHON_LIBDIR%% for such things, but it doesn't matter in this case, because they just should be removed. -- Regards, Ruslan Tinderboxing kills... the drives.