From owner-freebsd-ports@FreeBSD.ORG Sat Oct 20 11:20:24 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4C41116A41A for ; Sat, 20 Oct 2007 11:20:24 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from marvin.chruetertee.ch (marvin.chruetertee.ch [217.150.245.55]) by mx1.freebsd.org (Postfix) with ESMTP id D311A13C467 for ; Sat, 20 Oct 2007 11:20:15 +0000 (UTC) (envelope-from beat@chruetertee.ch) Received: from daedalus.network.local (V9926.v.pppool.de [89.57.153.38]) (authenticated bits=0) by marvin.chruetertee.ch (8.13.6/8.13.6) with ESMTP id l9KBKB7K086281 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Sat, 20 Oct 2007 11:20:13 GMT (envelope-from beat@chruetertee.ch) Message-ID: <4719E490.2070506@chruetertee.ch> Date: Sat, 20 Oct 2007 13:20:48 +0200 From: =?UTF-8?B?QmVhdCBHw6R0emk=?= User-Agent: Thunderbird 2.0.0.5 (X11/20070728) MIME-Version: 1.0 To: Rong-en Fan References: <4719CE07.5000904@chruetertee.ch> <6eb82e0710200344s2ef687fct7bb8f01f46fc6767@mail.gmail.com> In-Reply-To: <6eb82e0710200344s2ef687fct7bb8f01f46fc6767@mail.gmail.com> X-Enigmail-Version: 0.95.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: Project ideas page: UPDATING parser and displayer X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 20 Oct 2007 11:20:24 -0000 Rong-en Fan wrote: >> Known issues: >> - pkg_updating needs a colon at the end of the date line. Some entries >> don't have this colon. This patch adds the missing colons: >> http://tmp.chruetertee.ch/pkg_updating/UPDATING.patch > > I just committed this. Thanks! Thanks! >> pkg_updating is available here: >> http://tmp.chruetertee.ch/pkg_updating/ > > One question, do you support PORTSDIR environment variable? No, pkg_updating doesn't support the PORTSDIR environment variable yet. But I think this would be useful therefore I will add it. Beat