4.3 updates

This commit is contained in:
pvalchev 2008-05-01 00:54:54 +00:00
parent c39de158b8
commit 794b1d3215

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w
# $OpenBSD: gen-package-pages,v 1.15 2007/11/01 16:09:44 pvalchev Exp $
# $OpenBSD: gen-package-pages,v 1.16 2008/05/01 00:54:54 pvalchev Exp $
# Copyright (c) 2004 Michael Coulter
#
@ -40,11 +40,11 @@ use subs qw(dprint gen_arch_page gen_pkg_page gen_pkg_listing_page getfile
htmlfile gen_index_page arch_body arch_foot arch_head index_head
index_foot pkg_list pkg_long);
our $osrev = "4.2";
our $osrev = "4.3";
our $debug = 0;
our $html;
my @arches = qw(alpha amd64 arm hppa i386 m68k powerpc sh sparc sparc64 vax);
my @arches = qw(alpha amd64 arm hppa i386 m68k m88k mips64 powerpc sh sparc sparc64 vax);
my $pkgpath = "/home/ftp/pub/OpenBSD/$osrev/packages";
my $htmlbase = "html";