From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 13:38:13 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3480F8E2; Tue, 10 Dec 2013 13:38:13 +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 DE9081CCC; Tue, 10 Dec 2013 13:38:12 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8502CBDC64; Tue, 10 Dec 2013 14:38:07 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to:cc :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=kowC2k9nmO6 khyS/uI11XxUNtQs=; b=SygYPuEoqXAdX+hYxQNnhnXxIS1NoxjUVCJNu9B8ciM GwUq7MkuiZ+6aBhxiS57Y5INnTKKwk/vVOSO1OxjR3/VHAo4GDtJTmiepKNOeQKU Q9UjTADLvRKiJLCWtc26Rint/74XHnh5k5EcyWgk//neeqLfT4CZKZjiyNs3kHgo = 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 64090BDC44; Tue, 10 Dec 2013 14:38:07 +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 920966155; Tue, 10 Dec 2013 14:38:06 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by ogg.in.absolight.net (Postfix) with ESMTP id 15CC365C49C7; Tue, 10 Dec 2013 14:38:06 +0100 (CET) Date: Tue, 10 Dec 2013 14:38:05 +0100 From: Mathieu Arnold To: William Grzybowski Subject: Re: svn commit: r336055 - head/astro/gmapcatcher Message-ID: <93A558783C961133B819AE47@ogg.in.absolight.net> In-Reply-To: References: <201312101013.rBAADEZa080546@svn.freebsd.org> <9B7C7579B9022C66DD2FA210@atuin.in.mat.cc> 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 Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, William Grzybowski , ports-committers 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: Tue, 10 Dec 2013 13:38:13 -0000 +--On 10 d=C3=A9cembre 2013 08:30:09 -0200 William Grzybowski wrote: | On Tue, Dec 10, 2013 at 8:22 AM, Mathieu Arnold wrote: |=20 |> +--On 10 d=C3=A9cembre 2013 10:13:14 +0000 William Grzybowski |> wrote: |> | -PLIST_SUB=3D PORTVERSION=3D"${PORTVERSION}" = PYTHON_VER=3D"${PYTHON_VER}" |> | +PLIST_SUB=3D PORTVERSION=3D"${PORTVERSION}" |> |=20 |> | -%%PYTHON_SITELIBDIR%%/GMapCatcher-%%PORTVERSION%%-py%%PYTHON_VER%%.eg |> | g-i nfo -%%PYTHON_SITELIBDIR%%/gmapcatcher/__init__.py |>=20 |> You could have removed the PLIST_SUB entierly, the PORTVERSION was only |> used here. |=20 | Do you want me to commit the fix or were you only pointing my mistake? Not pointing fingers, just telling you what you could have done :-) --=20 Mathieu Arnold