From owner-svn-ports-all@FreeBSD.ORG Tue Dec 10 10:22:56 2013 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 29912927; Tue, 10 Dec 2013 10:22:56 +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 DA4341B7E; Tue, 10 Dec 2013 10:22:55 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 8369ABDC5D; Tue, 10 Dec 2013 11:22:53 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=mat.cc; h=date:from:to :subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=plouf; bh=dL573INe1yb wsCoZY/GvlrOMA9o=; b=LFEiytgeLXq4BiK4P2kwbDheWwcbVqO/nN48AFbCeWn 0vp9djUP8Rqc8FVrfmQueZtWbmotQFeuDMIYPY6KTtrJXn/tOnclgKdoO/VhnhPH bNeI8z3OUbA2XzP4dYlxnnMFIpviIF7fZC8py4DHKv/HgPTgKREmDBBD4kb9HNUs = Received: from atuin.in.mat.cc (atuin.in.mat.cc [79.143.241.205]) by prod2.absolight.net (Postfix) with ESMTPA id 5DA3FBDC56; Tue, 10 Dec 2013 11:22:53 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by atuin.in.mat.cc (Postfix) with ESMTP id 75C98C9AFA26; Tue, 10 Dec 2013 11:22:51 +0100 (CET) Date: Tue, 10 Dec 2013 11:22:47 +0100 From: Mathieu Arnold To: William Grzybowski , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r336055 - head/astro/gmapcatcher Message-ID: <9B7C7579B9022C66DD2FA210@atuin.in.mat.cc> In-Reply-To: <201312101013.rBAADEZa080546@svn.freebsd.org> References: <201312101013.rBAADEZa080546@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-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 10:22:56 -0000 +--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%%.egg-i | nfo -%%PYTHON_SITELIBDIR%%/gmapcatcher/__init__.py You could have removed the PLIST_SUB entierly, the PORTVERSION was only used here. --=20 Mathieu Arnold