diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-06 14:20:13 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-06 14:20:13 +0000 |
commit | 330da12dad95e4a3874d3183faeb73aac9595b89 (patch) | |
tree | cbef9ce4e079f5fa57bde1386cfada40ef6833b3 /www/mediawiki112/files/patch-index.php | |
parent | - Repocopy www/mediawiki to www/mediawiki17 (diff) |
- Update to 1.8.2
PR: ports/106268
Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer)
Notes
Notes:
svn path=/head/; revision=179032
Diffstat (limited to 'www/mediawiki112/files/patch-index.php')
-rw-r--r-- | www/mediawiki112/files/patch-index.php | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/mediawiki112/files/patch-index.php b/www/mediawiki112/files/patch-index.php index 13c2cb716361..b1d9e238d4d9 100644 --- a/www/mediawiki112/files/patch-index.php +++ b/www/mediawiki112/files/patch-index.php @@ -1,10 +1,10 @@ ---- config/index.php.orig Tue Jun 6 11:04:04 2006 -+++ config/index.php Sat Jul 1 13:27:04 2006 -@@ -340,7 +340,7 @@ - $diff3locations = array("/usr/bin", "/opt/csw/bin", "/usr/gnu/bin", "/usr/sfw/bin") + explode($sep, getenv("PATH")); - $diff3names = array("gdiff3", "diff3", "diff3.exe"); +--- config/index.php.orig Sat Oct 14 02:06:36 2006 ++++ config/index.php Sun Dec 3 16:18:18 2006 +@@ -434,7 +434,7 @@ + $diff3locations = array( "/usr/bin", "/usr/local/bin", "/opt/csw/bin", "/usr/gnu/bin", "/usr/sfw/bin" ) + explode( $sep, getenv( "PATH" ) ); + $diff3names = array( "gdiff3", "diff3", "diff3.exe" ); --$diff3versioninfo = array('$1 --version 2>&1', 'diff3 (GNU diffutils)'); +-$diff3versioninfo = array( '$1 --version 2>&1', 'diff3 (GNU diffutils)' ); +$diff3versioninfo = array('$1 --version 2>&1', 'diff3 - GNU diffutils'); foreach ($diff3locations as $loc) { $exe = locate_executable($loc, $diff3names, $diff3versioninfo); |