Bug 53381

Summary: [patch] Bring ports.cgi up to date with new releases
Product: Documentation Reporter: simon <simon>
Component: Books & ArticlesAssignee: Simon L. B. Nielsen <simon>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
www-portscgi.patch none

Description simon 2003-06-16 18:50:14 UTC
This patch fixes several things in ports.cgi :

* Make the script know about FreeBSD 4.8-REL and 5.1-REL.
* s/5.0-CURRENT/5.1-CURRENT/
* s/4.7-STABLE/4.8-STABLE/
* Fix odd link to http://www.FreeBSD.org/ports/ instead of
  mailto:www@freebsd.org (this was reported some time ago on the
  www@freebsd.org list)
* Use INDEX-5 for FreeBSD 5.x release
* Use .tbz packages for FreeBSD 5.x release
* Use tags to find the correct INDEX version.  This also makes
  maintenance of this script simpler, since it does not have to know
  about release dates.
* Do not use revision / date for -STABLE and -CURRENT (HEAD will contain
  the needed version).

Note: Only tested on 5.1 with perl v5.6.1, since I only have 5.x
development servers, but I do not see any reason that it should not
work on 4.x with perl 5.0.
Comment 1 Simon L. B. Nielsen freebsd_committer freebsd_triage 2003-07-20 23:50:06 UTC
Responsible Changed
From-To: freebsd-www->simon

I will handle my own PR's.
Comment 2 Simon L. B. Nielsen freebsd_committer freebsd_triage 2003-07-22 01:19:34 UTC
State Changed
From-To: open->closed

Committed.