Date: Thu, 27 Feb 2003 14:26:52 +0200 From: Peter Pentchev <roam@ringlet.net> To: doc@FreeBSD.org Cc: ports@FreeBSD.org Subject: [CFR] Update ports.cgi for the recent releases Message-ID: <20030227122652.GB2019@straylight.oblivion.bg>
next in thread | raw e-mail | index | archive | help
--s/l3CgOIzMHHjg/5 Content-Type: text/plain; charset=windows-1251 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, 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. G'luck, Peter --=20 Peter Pentchev roam@ringlet.net roam@sbnd.net roam@FreeBSD.org PGP key: http://people.FreeBSD.org/~roam/roam.key.asc Key fingerprint FDBA FD79 C26F 3C51 C95E DF9E ED18 B68D 1619 4553 If the meanings of 'true' and 'false' were switched, then this sentence wou= ldn't be false. Index: www/en/cgi/ports.cgi =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D 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) =3D 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386'; local($palpha) =3D 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha'; + local($pia64) =3D 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/ia64'; + local($psparc64) =3D 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/sparc64'; =20 $remotePrefixFtpPackagesDefault =3D '4.6-STABLE/i386'; %remotePrefixFtpPackages =3D=20 ( '5.0-CURRENT/i386', "$p/packages-current/All", - '4.6-STABLE/i386', " $p/packages-4-stable/All", + '4.7-STABLE/i386', " $p/packages-4-stable/All", =20 + '5.0-RELEASE/i386', "$p/packages-5.0-release/All", + '4.7-RELEASE/i386', "$p/packages-4.7-release/All", '4.6-RELEASE/i386', "$p/packages-4.6-release/All", - '4.5-RELEASE/i386', "$p/packages-4.5-release/All", =20 '5.0-CURRENT/alpha', "$palpha/packages-current/All", - '4.6-STABLE/alpha', "$palpha/packages-4-stable/All", + '4.7-STABLE/alpha', "$palpha/packages-4-stable/All", =20 + '5.0-RELEASE/alpha', "$palpha/packages-5.0-release/All", + '4.7-RELEASE/alpha', "$palpha/packages-4.7-release/All", '4.6-RELEASE/alpha', "$palpha/packages-4.6-release/All", + + '5.0-CURRENT/ia64', "$pia64/packages-current/All", + + '5.0-RELEASE/ia64', "$pia64/packages-5.0-release/All", + + '5.0-CURRENT/sparc64', "$psparc64/packages-current/All", + + '5.0-RELEASE/sparc64', "$psparc64/packages-5.0-release/All", ); =20 %relDate =3D=20 ( '5.0-CURRENT/i386', 'today', - '4.6-STABLE/i386', 'today', + '4.7-STABLE/i386', 'today', =20 + '5.0-RELEASE/i386', '2003-01-19 17:34:28 UTC', + '4.7-RELEASE/i386', '2002-10-10 14:47:54 UTC', '4.6-RELEASE/i386', '2002-06-15 23:01:20 UTC', - '4.5-RELEASE/i386', '2002-01-19 04:56:32 UTC', =20 '5.0-CURRENT/alpha', 'today', - '4.6-STABLE/alpha', 'today', + '4.7-STABLE/alpha', 'today', =20 + '5.0-RELEASE/alpha', '2003-01-19 17:34:28 UTC', + '4.7-RELEASE/alpha', '2002-10-10 14:47:54 UTC', '4.6-RELEASE/alpha', '2002-06-15 23:01:20 UTC', + + '5.0-CURRENT/ia64', 'today', + + '5.0-RELEASE/ia64', '2003-01-19 17:34:28 UTC', + + '5.0-CURRENT/sparc64', 'today', + + '5.0-RELEASE/sparc64', '2003-01-19 17:34:28 UTC', ); =20 $remotePrefixHtml =3D --s/l3CgOIzMHHjg/5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+XgQM7Ri2jRYZRVMRAivHAKCkY6pwHLODy6D23lk1I7JekgAg8QCfVJQ2 xElyy8X5v2ph8vDBAkPJ6Ds= =Ir4B -----END PGP SIGNATURE----- --s/l3CgOIzMHHjg/5-- 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?20030227122652.GB2019>