From owner-svn-ports-head@FreeBSD.ORG Mon Dec 2 16:47:33 2013 Return-Path: Delivered-To: svn-ports-head@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 75CD0406; Mon, 2 Dec 2013 16:47:33 +0000 (UTC) Received: from prod2.absolight.net (mx3.absolight.net [IPv6:2a01:678:2:100::25]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 223531318; Mon, 2 Dec 2013 16:47:33 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 2836CBDC44; Mon, 2 Dec 2013 17:47:31 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "gw.in.absolight.net", Issuer "CA Cert Signing Authority" (not verified)) by prod2.absolight.net (Postfix) with ESMTPSA id F2FCBBDC71; Mon, 2 Dec 2013 17:47:30 +0100 (CET) Received: from ogg.in.absolight.net (ogg.in.absolight.net [79.143.241.239]) by gw.in.absolight.net (Postfix) with ESMTP id 51DD06155; Mon, 2 Dec 2013 17:47:30 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 1CEEF653CC8E; Mon, 2 Dec 2013 17:47:30 +0100 (CET) Date: Mon, 02 Dec 2013 17:47:29 +0100 From: Mathieu Arnold To: Vasil Dimov , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r335508 - head/graphics/hugin Message-ID: <254D15E108D583B65997A157@ogg.in.absolight.net> In-Reply-To: <201312021628.rB2GSIFs048953@svn.freebsd.org> References: <201312021628.rB2GSIFs048953@svn.freebsd.org> X-Mailer: Mulberry/4.0.8 (Mac OS X) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.17 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: Mon, 02 Dec 2013 16:47:33 -0000 +--On 2 d=C3=A9cembre 2013 16:28:18 +0000 Vasil Dimov = wrote: | Fix graphics/hugin's pkg-plist |=20 | +%%LOCALBASE%%/lib/python2.7/site-packages/_hsi.so | +%%LOCALBASE%%/lib/python2.7/site-packages/hpi.py | +%%LOCALBASE%%/lib/python2.7/site-packages/hsi.py LOCALBASE, are you sure ? it feels wrong, it should be PREFIX, and in any case, not needed, the whole pkg-plist defaults to having PREFIX as its = root. --=20 Mathieu Arnold