From owner-freebsd-ports@FreeBSD.ORG Tue Oct 19 20:34:51 2010 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 ECA19106564A; Tue, 19 Oct 2010 20:34:51 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from mx.critical.ch (cl-8.zrh-02.ch.sixxs.net [IPv6:2001:1620:f00:7::2]) by mx1.freebsd.org (Postfix) with ESMTP id 677208FC13; Tue, 19 Oct 2010 20:34:51 +0000 (UTC) Received: from beaver.home.critical.ch (80-218-148-45.dclient.hispeed.ch [80.218.148.45]) (authenticated bits=0) by mx.critical.ch (8.14.3/8.14.3/critical-1.0) with ESMTP id o9JKYnYX011247; Tue, 19 Oct 2010 22:34:50 +0200 (CEST) (envelope-from ehaupt@FreeBSD.org) Date: Tue, 19 Oct 2010 22:34:49 +0200 From: Emanuel Haupt To: glarkin@FreeBSD.org Message-Id: <20101019223449.d7146905.ehaupt@FreeBSD.org> In-Reply-To: <4CBDF2AC.4070409@FreeBSD.org> References: <20101019201223.1e773e22@it.buh.tecnik93.com> <20101019181722.GC61265@atarininja.org> <20101019204128.f63163cc.ehaupt@FreeBSD.org> <20101019184327.GD61265@atarininja.org> <20101019211639.43b14f2b.ehaupt@FreeBSD.org> <4CBDF2AC.4070409@FreeBSD.org> X-Mailer: Sylpheed 3.0.3 (GTK+ 2.20.1; amd64-portbld-freebsd8.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Wesley Shields Subject: Re: New tools for committers and maintainers 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: Tue, 19 Oct 2010 20:34:52 -0000 Greg Larkin wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Emanuel Haupt wrote: > > Wesley Shields wrote: > >> On Tue, Oct 19, 2010 at 08:41:28PM +0200, Emanuel Haupt wrote: > >>> Wesley Shields wrote: > >>>> On Tue, Oct 19, 2010 at 08:12:23PM +0300, Ion-Mihai Tetcu wrote: > >>>>> Hi, > >>>>> > >>>>> > >>>>> A new tool was just committed to ports, ports-mgmt/distilator. > >>>>> It will check for you each of the MASTER_SITES of the port you > >>>>> call it with. > >>>> The link I was given when ehaupt@ ran it included URLs in > >>>> pkg-descr too. It even found some of those that were no longer > >>>> valid for me. > >>> ports-mgmt/distilator can do that too. It's basically code > >>> extracted from the version that creates the distilator report [1] > >>> and put into a library. > >> Thanks! I didn't mean to imply that distilator could not do that. I > >> just wanted to point out that it does more than just MASTER_SITE > >> checking. In any case, thank you again for making it. It will be > >> quite useful in cleaning up the little things that can go stale > >> over time. > > > > You're very welcome :) > > > > Emanuel > > Small issue at installation here - I have Perl 5.8.9 installed, and I > got this error: > > Perl v5.10.1 required--this is only v5.8.9, stopped at ./Makefile.PL > line 1. BEGIN failed--compilation aborted at ./Makefile.PL line 1. > > The Makefile specifies PERL_CONFIGURE=5.8.0+, though. I'll upgrade > Perl and try it again. Thanks for the pointer. I've just changed the port: -PERL_CONFIGURE= 5.8.0+ +PERL_CONFIGURE= 5.10.1+ Emanuel