From: Frédéric Buclin Date: Mon, 25 Mar 2013 19:20:58 +0000 (+0100) Subject: Bug 854074: Remove all references to the uwinnipeg.ca PPM repository as it is no... X-Git-Tag: bugzilla-4.5.1~184 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5e0b805e282d047dfac17e6ba1034b19832b61d;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 e04701250a..66622a7a57 100644 --- a/Bugzilla/Install/Requirements.pm +++ b/Bugzilla/Install/Requirements.pm @@ -569,16 +569,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) { - my $url_to_theory58S = 'http://cpan.uwinnipeg.ca/PPMPackages/10xx/'; - print colored( - install_string('ppm_repo_add', - { theory_url => $url_to_theory58S }), - COLOR_ERROR); - } - 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 d26ebbae31..d3ac86ee91 100644 --- a/docs/en/xml/installation.xml +++ b/docs/en/xml/installation.xml @@ -1588,21 +1588,6 @@ AddType application/rdf+xml .rdf C:\perl> ppm install <module name> - - If you are using Perl 5.10.1, 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: - - - -ppm repo add theory58S http://cpan.uwinnipeg.ca/PPMPackages/10xx/ - - - - If you are using Perl 5.12 or newer, you no longer need to add - this repository. All modules you need are already available from - the ActiveState repository. - 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 4ae77e9b67..eba87d41d5 100644 --- a/docs/en/xml/modules.xml +++ b/docs/en/xml/modules.xml @@ -54,10 +54,8 @@ Running Bugzilla on Windows requires the use of ActiveState - Perl &min-perl-ver; or higher. Many modules already exist in the core - distribution of ActiveState Perl. Additional modules can be downloaded - from - if you use Perl 5.10.1. + Perl &min-perl-ver; or higher. Most modules already exist in the core + distribution of ActiveState Perl. diff --git a/template/en/default/setup/strings.txt.pl b/template/en/default/setup/strings.txt.pl index f7c4d15cf3..f7a7e39f5e 100644 --- a/template/en/default/setup/strings.txt.pl +++ b/template/en/default/setup/strings.txt.pl @@ -373,15 +373,6 @@ as well), you should install patchutils from: http://cyberelk.net/tim/software/patchutils/ END - ppm_repo_add => < "Precompiling templates...", template_removal_failed => <