From owner-cvs-all@FreeBSD.ORG Fri Feb 12 17:18:23 2010 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 415D1106566C; Fri, 12 Feb 2010 17:18:23 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from mail-yx0-f191.google.com (mail-yx0-f191.google.com [209.85.210.191]) by mx1.freebsd.org (Postfix) with ESMTP id C57BC8FC08; Fri, 12 Feb 2010 17:18:22 +0000 (UTC) Received: by yxe29 with SMTP id 29so2295543yxe.14 for ; Fri, 12 Feb 2010 09:18:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=qKrw73UjfvzJfamYAMf5ERIXhDuCT33Re3fXODf08dE=; b=sHfjKx60ob8p5EOjKUiwX722li4iOERxyoBjR0u/ADkmcKxn54N6gEw70WO8U1zrBw OYaONS+9JnmJ8cFoml0HT5avkAaAuU0u5tPuTb5a6SKPqYA6BPXUVIqE/zv5CpR+xac1 iK6kH1YRl/RJLym5p5WcYtiZE0PQCvQs2SyhA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=FayUnPuiVG8kQ/u7CjW3R/GLUsMiKKA1gqp98dDRui105a2ScvMxezwk07NwFf18/G woemwbHoEG6yQB+XYGTPfmX1ph+nxQODgwspolaUMbaTDUbK2M5liwKsFzgx5/Dc+ZIR gXqnHxZlLYAw4jyWM8u7N01IMHN4ZhTvsxbp8= MIME-Version: 1.0 Received: by 10.143.20.35 with SMTP id x35mr1121383wfi.116.1265995101461; Fri, 12 Feb 2010 09:18:21 -0800 (PST) In-Reply-To: <7d6fde3d1002111529r2cedb879g2393caeb985a5abb@mail.gmail.com> References: <201002110615.o1B6FwXf053084@repoman.freebsd.org> <20100211084906.919FB5A9009@jester1b.ixsystems.com> <364299f41002110311i1941c611v16712a3f313db9ac@mail.gmail.com> <7d6fde3d1002110857g361ab86dwa9a717a2f0d62846@mail.gmail.com> <4B743E7E.7070506@p6m7g8.com> <7d6fde3d1002111529r2cedb879g2393caeb985a5abb@mail.gmail.com> Date: Fri, 12 Feb 2010 09:18:21 -0800 Message-ID: <7d6fde3d1002120918s6edd358dr162130383a50158b@mail.gmail.com> From: Garrett Cooper To: cvs-ports@freebsd.org, cvs-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Fwd: cvs commit: ports/devel/py-nose Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Feb 2010 17:18:23 -0000 (Expanding to a wider audience again) On Thu, Feb 11, 2010 at 9:29 AM, Philip M. Gollucci wrote: > On 2/11/2010 11:57 AM, Garrett Cooper wrote: >>> =A0 =A0Sorry -- I accidentally omitted the following line from pkg-plis= t: >>> >>> bin/nosetests-%%PYTHON_VER%% >>> >>> =A0 =A0It wasn't picked up in the last version either and deinstalls >>> cleanly because it's in ${PREFIX}/usr/local/bin >> >> Except the variable `%%PYTHON_VER%%' isn't exported via >> bsd.python.mk... what's the equivalent to 2.5, 2.6, etc that's >> accessible via pkg-plist? >> -Garrett > > Sure it is > $ make -V PYTHON_VER > > You just need to add > PLIST_SUB+=3D =A0 =A0 PYTHON_VER=3D${PYHON_VER} > > in the port Makefile =A0 =A0Awesome -- thanks for the info Philip ;)!!! This patch will fix the cleanup issue... Cheers, -Garrett Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/freebsd/ports/devel/py-nose/Makefile,v retrieving revision 1.11 diff -u -r1.11 Makefile --- Makefile =A0 =A011 Feb 2010 06:15:57 -0000 =A0 =A0 =A01.11 +++ Makefile =A0 =A011 Feb 2010 23:26:40 -0000 @@ -14,6 +14,8 @@ =A0MASTER_SITE_SUBDIR=3D =A0 =A0dryice =A0PKGNAMEPREFIX=3D ${PYTHON_PKGNAMEPREFIX} +PLIST_SUB+=3D PYTHON_VER=3D${PYTHON_VER} + =A0MAINTAINER=3D =A0 =A0gcooper@FreeBSD.org =A0COMMENT=3D =A0 =A0 =A0 A discovery-based unittest extension Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /usr/local/cvsroot/freebsd/ports/devel/py-nose/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist =A0 11 Feb 2010 06:15:58 -0000 =A0 =A0 =A01.6 +++ pkg-plist =A0 11 Feb 2010 23:26:40 -0000 @@ -1,4 +1,5 @@ =A0bin/nosetests +bin/nosetests-%%PYTHON_VER%% =A0%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.tx= t =A0%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt =A0%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe The patch listed immediately above this will resolve the `tidiness issue' that QAT was warning about in the original email sent out. Could someone help me please commit this as I don't have a commit bit? Thanks, -Garrett