From owner-freebsd-doc Thu Feb 27 11: 7:41 2003 Delivered-To: freebsd-doc@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 222B537B401; Thu, 27 Feb 2003 11:07:40 -0800 (PST) Received: from relay1.cris.net (relay1.cris.net [212.110.128.64]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27B7043FBF; Thu, 27 Feb 2003 11:07:37 -0800 (PST) (envelope-from phantom@phantom.cris.net) Received: from phantom.cris.net (root@phantom.cris.net [212.110.130.74]) by relay1.cris.net (8.12.6/8.12.6) with ESMTP id h1RLGZvb036297; Thu, 27 Feb 2003 21:16:36 GMT Received: (from phantom@localhost) by phantom.cris.net (8.12.6/8.12.2) id h1RJEK1p012006; Thu, 27 Feb 2003 21:14:20 +0200 (EET) (envelope-from phantom) Date: Thu, 27 Feb 2003 21:14:20 +0200 From: Alexey Zelkin To: Peter Pentchev Cc: doc@freebsd.org, ports@freebsd.org Subject: Re: [CFR] Update ports.cgi for the recent releases Message-ID: <20030227211420.A11910@phantom.cris.net> References: <20030227122652.GB2019@straylight.oblivion.bg> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20030227122652.GB2019@straylight.oblivion.bg>; from roam@ringlet.net on Thu, Feb 27, 2003 at 02:26:52PM +0200 X-Operating-System: FreeBSD 4.7-STABLE i386 Sender: owner-freebsd-doc@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org hi, Go for it (but please account one note below). PS: And please write down a note to do a version bump after 4.8-RELEASE :-) On Thu, Feb 27, 2003 at 02:26:52PM +0200, Peter Pentchev wrote: > A friend asked me today why http://www.FreeBSD.org/cgi/ports.cgi would > not allow him to search for 5.0-RELEASE packages. Attached is a patch > which updates the ports.cgi release and platforms list: add the 4.7 and > 5.0 releases, remove 4.5 release, add ia64 and sparc64 for the 5.x > branch. [..] > Index: www/en/cgi/ports.cgi > =================================================================== > RCS file: /home/ncvs/www/en/cgi/ports.cgi,v > retrieving revision 1.63 > diff -u -r1.63 ports.cgi > --- www/en/cgi/ports.cgi 23 Jun 2002 15:54:57 -0000 1.63 > +++ www/en/cgi/ports.cgi 27 Feb 2003 12:13:53 -0000 > @@ -54,34 +54,58 @@ > # where to get -current packages > local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386'; > local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha'; > + local($pia64) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ia64'; > + local($psparc64) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/sparc64'; > > $remotePrefixFtpPackagesDefault = '4.6-STABLE/i386'; ^^^^^^^^^^^^^^^ It should be updated for 4.7-STABLE too. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-doc" in the body of the message