From owner-freebsd-python@FreeBSD.ORG Wed Aug 6 20:00:05 2014 Return-Path: <owner-freebsd-python@FreeBSD.ORG> Delivered-To: python@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 11D61FF9 for <python@FreeBSD.org>; Wed, 6 Aug 2014 20:00:05 +0000 (UTC) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "fun.ee.lbl.gov", Issuer "ACS 2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id EF06D2EAC for <python@FreeBSD.org>; Wed, 6 Aug 2014 20:00:04 +0000 (UTC) Received: from ice.ee.lbl.gov (ice.ee.lbl.gov [131.243.2.213]) (authenticated bits=0) by fun.ee.lbl.gov (8.14.9/8.14.9) with ESMTP id s76K04C1012680 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for <python@FreeBSD.org>; Wed, 6 Aug 2014 13:00:04 -0700 (PDT) Message-ID: <53E28944.6020604@ee.lbl.gov> Date: Wed, 06 Aug 2014 13:00:04 -0700 From: Craig Leres <leres@ee.lbl.gov> User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: python@FreeBSD.org Subject: Re: svn commit: r354587 - in head: ftp/proftpd ftp/proftpd-mod_geoip ftp/proftpd/files security/proftpd-mod_clamav References: <201405192258.s4JMwEQM006649@svn.freebsd.org> <53E27712.6010503@ee.lbl.gov> <20140806195558.GA1025@medusa.sysfault.org> In-Reply-To: <20140806195558.GA1025@medusa.sysfault.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: FreeBSD-specific Python issues <freebsd-python.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-python/> List-Post: <mailto:freebsd-python@freebsd.org> List-Help: <mailto:freebsd-python-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-python>, <mailto:freebsd-python-request@freebsd.org?subject=subscribe> X-List-Received-Date: Wed, 06 Aug 2014 20:00:05 -0000 On 08/06/14 12:55, Marcus von Appen wrote: > We're planning for a python-tools port, which will install the tools and > scripts properly on a per version (python27, python32, python33, ...) basis. > The port will take some more days (work on it probably won't happen before the > USES=python conversion has been done). Having ptags on PATH sounds great! > Do you need it asap, since the non-availability blocks things for you badly? > If so, I can try to put it together until the end of the week. Now that I see it's just a short-term inconvenience I can definitely wait. Thanks! Craig