* 4.4-STABLE -> 4.5-STABLE
* Point ftp directory associated to -STABLE to $ftproot/packages-4-stable, instead of $ftproot/packages-4.?-stable. When this file will be forgoten to be updated next time it will not cause big problems. * Remove 3.5-STABLE and 3.5-RELEASE from list of releases in search criteria since ftp.FreeBSD.org no longer carry packages for this branch * Add 4.3-RELEASE's INDEX time specification. Now request for 4.3-RELEASE will return 4.3-RELEASE, not default. * Also switch default release in search criteria to -STABLE to avoid confusion of people who usually expect more recent information on ports available for FreeBSD. Since -RELEASE criteria means using pors/INDEX associated with exact release people never will see for new things until manually change -RELEASE to -STABLE.
This commit is contained in:
parent
896fb545b9
commit
3823ccc9aa
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12824
1 changed files with 12 additions and 12 deletions
|
@ -24,7 +24,7 @@
|
|||
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
# SUCH DAMAGE.
|
||||
#
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.59 2001/11/07 16:32:12 sobomax Exp $
|
||||
# $FreeBSD: www/en/cgi/ports.cgi,v 1.60 2002/02/12 10:48:04 wosch Exp $
|
||||
#
|
||||
# ports.cgi - search engine for FreeBSD ports
|
||||
# o search for a port by name or description
|
||||
|
@ -55,37 +55,37 @@ sub init_variables {
|
|||
local($p) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/i386';
|
||||
local($palpha) = 'ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/alpha';
|
||||
|
||||
$remotePrefixFtpPackagesDefault = '4.5-RELEASE/i386';
|
||||
$remotePrefixFtpPackagesDefault = '4.5-STABLE/i386';
|
||||
%remotePrefixFtpPackages =
|
||||
(
|
||||
'5.0-CURRENT/i386', "$p/packages-current/All",
|
||||
'4.5-STABLE/i386', " $p/packages-4-stable/All",
|
||||
|
||||
'4.5-RELEASE/i386', "$p/packages-4.5-release/All",
|
||||
'4.4-RELEASE/i386', "$p/packages-4.4-release/All",
|
||||
'4.3-RELEASE/i386', "$p/packages-4.3-release/All",
|
||||
'4.4-STABLE/i386', " $p/packages-4.4-stable/All",
|
||||
'3.5-STABLE/i386', "$p/packages-3-stable/All",
|
||||
'3.5-RELEASE/i386', "$p/packages-3.4-release/All",
|
||||
|
||||
'5.0-CURRENT/alpha', "$palpha/packages-current/All",
|
||||
'4.5-STABLE/alpha', "$palpha/packages-4-stable/All",
|
||||
|
||||
'4.5-RELEASE/alpha', "$palpha/packages-4.5-release/All",
|
||||
'4.4-RELEASE/alpha', "$palpha/packages-4.4-release/All",
|
||||
'4.3-RELEASE/alpha', "$palpha/packages-4.3-release/All",
|
||||
'4.4-STABLE/alpha', "$palpha/packages-4-stable/All",
|
||||
);
|
||||
|
||||
%relDate =
|
||||
(
|
||||
'5.0-CURRENT/i386', 'today',
|
||||
'4.4-STABLE/i386', 'today',
|
||||
'4.5-STABLE/i386', 'today',
|
||||
|
||||
'4.3-RELEASE/i386', '2001-04-18 21:37:31 UTC',
|
||||
'4.4-RELEASE/i386', '2001-09-16 01:02:45 UTC',
|
||||
'4.5-RELEASE/i386', '2002-01-19 04:56:32 UTC',
|
||||
|
||||
'3.5-STABLE/i386', 'today',
|
||||
'3.5-RELEASE/i386', '2000-06-16 22:56:18 UTC',
|
||||
|
||||
'5.0-CURRENT/alpha', 'today',
|
||||
'4.4-STABLE/alpha', 'today',
|
||||
'4.5-STABLE/alpha', 'today',
|
||||
|
||||
'4.3-RELEASE/alpha', '2001-04-18 21:37:31 UTC',
|
||||
'4.4-RELEASE/alpha', '2001-09-16 01:02:45 UTC',
|
||||
'4.5-RELEASE/alpha', '2002-01-19 04:56:32 UTC',
|
||||
);
|
||||
|
@ -557,7 +557,7 @@ sub footer {
|
|||
<img ALIGN="RIGHT" src="/gifs/powerlogo.gif">
|
||||
© 1996-2001 by Wolfram Schneider. All rights reserved.<br>
|
||||
};
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.59 2001/11/07 16:32:12 sobomax Exp $} . "<br>\n";
|
||||
#print q{$FreeBSD: www/en/cgi/ports.cgi,v 1.60 2002/02/12 10:48:04 wosch Exp $} . "<br>\n";
|
||||
print qq{Please direct questions about this service to
|
||||
<I><A HREF="$mailtoURL">$mailto</A></I><br>\n};
|
||||
print qq{General questions about FreeBSD ports should be sent to } .
|
||||
|
|
Loading…
Reference in a new issue