[70596] trunk/dports/www/mediawiki

blb at macports.org blb at macports.org
Sat Aug 14 14:22:45 PDT 2010


Revision: 70596
          http://trac.macports.org/changeset/70596
Author:   blb at macports.org
Date:     2010-08-14 14:22:42 -0700 (Sat, 14 Aug 2010)
Log Message:
-----------
www/mediawiki - update to 1.16.0

Modified Paths:
--------------
    trunk/dports/www/mediawiki/Portfile

Removed Paths:
-------------
    trunk/dports/www/mediawiki/files/

Modified: trunk/dports/www/mediawiki/Portfile
===================================================================
--- trunk/dports/www/mediawiki/Portfile	2010-08-14 20:00:11 UTC (rev 70595)
+++ trunk/dports/www/mediawiki/Portfile	2010-08-14 21:22:42 UTC (rev 70596)
@@ -2,7 +2,7 @@
 
 PortSystem          1.0
 name                mediawiki
-version             1.15.5
+version             1.16.0
 set branch          [join [lrange [split ${version} .] 0 1] .]
 categories          www php
 maintainers         blb openmaintainer
@@ -18,9 +18,9 @@
 homepage            http://www.mediawiki.org
 master_sites        http://download.wikimedia.org/mediawiki/${branch}/
 
-checksums           md5     01c4c85fb96991d962c8acb3d892ec2d \
-                    sha1    b157fe37bb89c78e5ffa0f27b14beb886db3a5f4 \
-                    rmd160  5113beb1df46c56275a90d5a1cb85c2b01ca541f
+checksums           md5     0a2177b5eb4be2b5a585ab28070fec13 \
+                    sha1    41d6dc0530eb00fd96f48690b8d7041d2b7fd7f3 \
+                    rmd160  dc65164fd92bdfbc22992652cd31789d08527936
 
 depends_run         port:libiconv port:jpeg port:jasper port:tiff port:lcms \
                     port:libpng port:freetype port:libxml2 port:jbigkit \
@@ -28,10 +28,6 @@
                     port:ImageMagick port:pkgconfig port:aspell \
                     port:php5-web
 
-# Fix an outdated KHTML hack which affects newer WebKit
-# https://bugs.webkit.org/show_bug.cgi?id=28350
-patchfiles          patch-skins_common_wikibits.js.diff
-
 use_configure       no
 
 build               {}
@@ -53,21 +49,18 @@
 
    http://www.mediawiki.org/wiki/Manual:Upgrading
 
-For a new install, make sure ${docpath}/AdminSettings.php has correct \
-information.
+For an upgrade, ${docpath}/AdminSettings.php is no longer needed as of \
+1.16.0 so its settings can be migrated into ${docpath}/LocalSettings.php; \
+see https://bugzilla.wikimedia.org/show_bug.cgi?id=18768 for details.
 
-For an upgrade, ${docpath}/AdminSettings.php will not be modified, so make \
-sure it is correct and anything in ${docpath}/AdminSettings.sample which you \
-need, has been copied to ${docpath}/AdminSettings.php.
-"
+Finally, be sure to have a look at ${docpath}/UPGRADE and possibly \
+${docpath}/RELEASE-NOTES for all the details of performing an upgrade.
 
-post-activate {
-   if {![file exists ${docpath}/AdminSettings.php]} {
-      xinstall -m 660 ${docpath}/AdminSettings.sample \
-         ${docpath}/AdminSettings.php
-   }
-}
+Make sure to use MacPorts' php for running the command line scripts, e.g.
 
+   ${prefix}/bin/php update.php
+"
+
 variant mysql4 description "Deprecated variant, use just +mysql" {}
 if {[variant_isset mysql4]} {
    variant_set mysql
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100814/567909e1/attachment.html>


More information about the macports-changes mailing list