From owner-freebsd-ports@FreeBSD.ORG Thu Apr 24 14:48:33 2008 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7834106564A for ; Thu, 24 Apr 2008 14:48:33 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (thingy.kcilink.com [74.92.149.59]) by mx1.freebsd.org (Postfix) with ESMTP id A67C38FC17 for ; Thu, 24 Apr 2008 14:48:33 +0000 (UTC) (envelope-from vivek@khera.org) Received: from host-121.int.kcilink.com (host-121.int.kcilink.com [192.168.7.121]) by yertle.kcilink.com (Postfix) with ESMTP id F28DE8A0AD for ; Thu, 24 Apr 2008 10:33:27 -0400 (EDT) Message-Id: <6AE05C6C-AC37-43F1-8ACC-513853A75C8E@khera.org> From: Vivek Khera To: ports@freebsd.org In-Reply-To: <20080424085340.GR72862@tux.nerdheaven.dk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Date: Thu, 24 Apr 2008 10:33:27 -0400 References: <20080424085340.GR72862@tux.nerdheaven.dk> X-Mailer: Apple Mail (2.919.2) Cc: Subject: Re: FreeBSD Port: p5-libwww-5.805 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: Thu, 24 Apr 2008 14:48:33 -0000 On Apr 24, 2008, at 4:53 AM, Lars Balker Rasmussen wrote: > Because my check-updated-modules script was retarded and didn't > understand > that p5-libwww is called libwww-perl on cpan. Fixing, and will be Is this script something you can share? I maintain about 10 perl modules for ports and it would be nice to be able to run a script nightly to find the updated versions automatically. Thanks!