From: Frédéric Buclin Date: Tue, 26 Mar 2013 11:07:25 +0000 (+0100) Subject: Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no... X-Git-Tag: bugzilla-4.2.6~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28d7936f7c35e7bd795a44283332840a0e32a1aa;p=thirdparty%2Fbugzilla.git Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no longer available r=glob a=LpSolit --- diff --git a/Bugzilla/Install/Requirements.pm b/Bugzilla/Install/Requirements.pm index 39cacedb0b..83723b327f 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -554,26 +554,6 @@ sub print_module_instructions { ( (!$output and @{$check_results->{missing}}) or ($output and $check_results->{any_missing}) ) ? 1 : 0; - # We only print the PPM repository note if we have to. - my $perl_ver = sprintf('%vd', $^V); - if ($need_module_instructions && ON_ACTIVESTATE && vers_cmp($perl_ver, '5.12') < 0) { - # URL when running Perl 5.8.x. - my $url_to_theory58S = 'http://theoryx5.uwinnipeg.ca/ppms'; - # Packages for Perl 5.10 are not compatible with Perl 5.8. - if (vers_cmp($perl_ver, '5.10') > -1) { - $url_to_theory58S = 'http://cpan.uwinnipeg.ca/PPMPackages/10xx/'; - } - print colored( - install_string('ppm_repo_add', - { theory_url => $url_to_theory58S }), - COLOR_ERROR); - - # ActivePerls older than revision 819 require an additional command. - if (ON_ACTIVESTATE < 819) { - print install_string('ppm_repo_up'); - } - } - if ($need_module_instructions or @{ $check_results->{apache} }) { # If any output was required, we want to close the "table" print "*" x TABLE_WIDTH . "\n"; diff --git a/docs/en/xml/installation.xml b/docs/en/xml/installation.xml index 2da3a8e79a..d504622716 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1582,33 +1582,6 @@ AddType application/rdf+xml .rdf C:\perl> ppm install <module name> - - The best source for the Windows PPM modules needed for Bugzilla - is probably the theory58S website, which you can add to your list - of repositories as follows (for Perl 5.8.x): - - - -ppm repo add theory58S http://theoryx5.uwinnipeg.ca/ppms/ - - - - If you are using Perl 5.10.x, you cannot use the same PPM modules as Perl - 5.8.x as they are incompatible. In this case, you should add the following - repository: - - -ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/ - - - - - In versions prior to 5.8.8 build 819 of PPM the command is - -ppm repository add theory58S http://theoryx5.uwinnipeg.ca/ppms/ - - - The PPM repository stores modules in 'packages' that may have diff --git a/docs/en/xml/modules.xml b/docs/en/xml/modules.xml index 933c9de5bd..2907dadcda 100644 --- a/docs/en/xml/modules.xml +++ b/docs/en/xml/modules.xml @@ -42,10 +42,8 @@ Running Bugzilla on Windows requires the use of ActiveState Perl 5.8.1 or higher. Many modules already exist in the core - distribution of ActiveState Perl. Additional modules can be downloaded - from if you use - Perl 5.8.x or from - if you use Perl 5.10.x. + distribution of ActiveState Perl. If some modules are missing, upgrade + ActiveState Perl to at least 5.12; it has all the required modules. diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index 36c3fe252d..c96fc014ee 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -382,24 +382,6 @@ as well), you should install patchutils from: http://cyberelk.net/tim/patchutils/ END - ppm_repo_add => < < "Precompiling templates...", template_removal_failed => <