From owner-freebsd-ports@FreeBSD.ORG Fri Jan 22 16:43:39 2010 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 33312106566B for ; Fri, 22 Jan 2010 16:43:39 +0000 (UTC) (envelope-from rihad@mail.ru) Received: from mx40.mail.ru (mx40.mail.ru [94.100.176.54]) by mx1.freebsd.org (Postfix) with ESMTP id E35398FC12 for ; Fri, 22 Jan 2010 16:43:38 +0000 (UTC) Received: from [217.25.27.27] (port=8417 helo=[217.25.27.27]) by mx40.mail.ru with asmtp id 1NYMbh-0005Io-00; Fri, 22 Jan 2010 19:43:37 +0300 Message-ID: <4B59D5B6.4090904@mail.ru> Date: Fri, 22 Jan 2010 20:43:34 +0400 From: rihad User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Matthew Seaman References: <4B587EBE.8040403@mail.ru> <4B588EED.6080602@infracaninophile.co.uk> <4B5896CA.2030104@mail.ru> <4B59BF28.2010801@mail.ru> <4B59D184.7090406@infracaninophile.co.uk> In-Reply-To: <4B59D184.7090406@infracaninophile.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok Cc: jhell , freebsd-ports@freebsd.org Subject: Re: Using Perl 5.8.8 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: Fri, 22 Jan 2010 16:43:39 -0000 Matthew Seaman wrote: > rihad wrote: > >> # portdowngrade -s:pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs >> lang/perl5.8 >> >> portdowngrade 0.6 by Heiner Eichmann >> Please note, that nothing is changed in the ports tree >> unless it is explicitly permitted in step 6! >> >> Seeking port lang/perl5.8 ... not found >> # > > Hmmm --- try it like this. I've no idea why trying to downgrade the port > using the name lang/perl5.8 or even lang/perl5 doesn't work. Seems fine > if you say lang/perl though. > > # portdowngrade -s anoncvs@anoncvs1.FreeBSD.org:/home/ncvs lang/perl > Thanks a lot, not only this, but the :pserver: part was also redundant in this case, despite being suggested by the portdowngrade man page. Let's see how the install goes.