bring up to speed for 4.4
This commit is contained in:
parent
ca1bc04da9
commit
7fa431eebd
@ -1,6 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
|
||||
# $OpenBSD: gen-package-pages,v 1.16 2008/05/01 00:54:54 pvalchev Exp $
|
||||
# $OpenBSD: gen-package-pages,v 1.17 2008/10/16 23:35:50 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.3";
|
||||
our $osrev = "4.4";
|
||||
our $debug = 0;
|
||||
our $html;
|
||||
|
||||
my @arches = qw(alpha amd64 arm hppa i386 m68k m88k mips64 powerpc sh sparc sparc64 vax);
|
||||
my @arches = qw(alpha amd64 arm hppa i386 mips64 powerpc sh sparc sparc64 vax);
|
||||
my $pkgpath = "/home/ftp/pub/OpenBSD/$osrev/packages";
|
||||
my $htmlbase = "html";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user