Date: Thu, 27 Feb 2003 21:14:20 +0200 From: Alexey Zelkin <phantom@FreeBSD.org.ua> To: Peter Pentchev <roam@ringlet.net> Cc: doc@freebsd.org, ports@freebsd.org Subject: Re: [CFR] Update ports.cgi for the recent releases Message-ID: <20030227211420.A11910@phantom.cris.net> In-Reply-To: <20030227122652.GB2019@straylight.oblivion.bg>; from roam@ringlet.net on Thu, Feb 27, 2003 at 02:26:52PM %2B0200 References: <20030227122652.GB2019@straylight.oblivion.bg>
next in thread | previous in thread | raw e-mail | index | archive | help
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-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030227211420.A11910>